Hi Wanrong,

On Dec 5, 2007, at 4:50 PM, Wanrong Lin wrote:

Hi,

I have a line like this (copied from the org release notes)

(setq org-refile-targets '((org-agenda-files . (:level . 2))))

My intention was to have all headings in level 2 AND level 1 in the target list. But it seems only level 2 headings are in the list. Is there a way to do it? If not, can we consider adding that? Thanks a lot.

In 5.17, you will be able to do

(setq org-refile-targets '((org-agenda-files . (:maxlevel . 2))))


- Carsten


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to