Re: [O] org-refile-use-outline-path question

2011-10-12 Thread Bernt Hansen
"Sebastien Vauban" writes: > Hi Arun, > > Arun Persaud wrote: >> I use the following settings to refile tasks >> >> (setq org-refile-use-outline-path 'file) >> (setq org-refile-targets '((org-agenda-files . (:maxlevel . 5 >> >> this has the nice effect that I can refile across different fil

Re: [O] org-refile-use-outline-path question

2011-10-12 Thread Sebastien Vauban
Hi Arun, Arun Persaud wrote: > I use the following settings to refile tasks > > (setq org-refile-use-outline-path 'file) > (setq org-refile-targets '((org-agenda-files . (:maxlevel . 5 > > this has the nice effect that I can refile across different files, which > I do use every now and then. >

[O] org-refile-use-outline-path question

2011-10-11 Thread Arun Persaud
Hi I use the following settings to refile tasks (setq org-refile-use-outline-path 'file) (setq org-refile-targets '((org-agenda-files . (:maxlevel . 5 this has the nice effect that I can refile across different files, which I do use every now and then. For this I use: /level1/level2/... Ho