Re: [O] Setting Refiling Targets

2012-07-19 Thread Moritz Ulrich
Try (setq org-refile-targets `((nil :maxlevel . 9) (org-agenda-files :maxlevel . 9) (,(concat org-directory "/projects/project.org") :maxlevel . 9))) Notice the ` instead of ' and the ,. This feature is called 'quasiquote'. On Thu, Jul 19, 2

Re: [O] Setting Refiling Targets

2012-07-19 Thread Varun Vats
Hi Moritz, Thank you for the tip. That worked for me! -- Sincerely, Varun Vats Graduate Student University of Wisconsin, Madison mailvarunv...@gmail.com