From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Level specification in refiling target Date: Mon, 17 Dec 2007 17:11:00 +0100 Message-ID: <0CD30DC7-AC78-42AE-976B-801ED8E7B7E8@gmail.com> References: <4756C8B4.40805@gmail.com> Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J4KMq-0002Zu-RJ for emacs-orgmode@gnu.org; Mon, 17 Dec 2007 13:07:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J4KMl-0002ZU-9x for emacs-orgmode@gnu.org; Mon, 17 Dec 2007 13:07:04 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4KMl-0002ZR-5d for emacs-orgmode@gnu.org; Mon, 17 Dec 2007 13:06:59 -0500 Received: from fk-out-0910.google.com ([209.85.128.190]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J4KMk-0004FV-T5 for emacs-orgmode@gnu.org; Mon, 17 Dec 2007 13:06:59 -0500 Received: by fk-out-0910.google.com with SMTP id 26so1590691fkx.10 for ; Mon, 17 Dec 2007 10:06:57 -0800 (PST) In-Reply-To: <4756C8B4.40805@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Wanrong Lin Cc: emacs-orgmode@gnu.org 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