[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] question/suggestions about org-refile
From: |
Bastien |
Subject: |
Re: [O] question/suggestions about org-refile |
Date: |
Sun, 23 Sep 2012 10:08:19 +0200 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) |
Hi Arun,
Arun Persaud <address@hidden> writes:
> I'm using org-capture together with org-refile to organize my
> todo-items. I also have my notes distributed over several org-files, so
> I have set org-refile-use-outline-path to file. There are two things
> that I wished org-refile could do, but don't know how to achieve:
>
> a) Include local headers for level1 (instead of only file names)
>
> Using org-refile-use-outline-path=file the path for org refile always
> has to start with the file name. It would be great, if in case I don't
> give a file name, the current file name would be assumed and <tab> would
> show org-file names and current top headings for the first level. This
> would be helpful, since I mostly refile to the same file, but sometimes
> move things to other files.
Did you try this?
(setq org-refile-use-outline-path t)
> b) creating sublevels on the fly
>
> It would be nice, if I could create new a sublevel during the refiling
> process.
(setq org-refile-allow-creating-parent-nodes t)
HTH,
--
Bastien