From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: Level specification in refiling target Date: Wed, 05 Dec 2007 10:50:12 -0500 Message-ID: <4756C8B4.40805@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IzwW1-0005wj-AJ for emacs-orgmode@gnu.org; Wed, 05 Dec 2007 10:50:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IzwVz-0005sF-Ap for emacs-orgmode@gnu.org; Wed, 05 Dec 2007 10:50:24 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzwVz-0005s6-7Y for emacs-orgmode@gnu.org; Wed, 05 Dec 2007 10:50:23 -0500 Received: from py-out-1112.google.com ([64.233.166.180]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IzwVy-0005dG-T1 for emacs-orgmode@gnu.org; Wed, 05 Dec 2007 10:50:23 -0500 Received: by py-out-1112.google.com with SMTP id a73so9299817pye for ; Wed, 05 Dec 2007 07:50:21 -0800 (PST) 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: emacs-orgmode@gnu.org 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. Wanrong