From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: Re: org-refile: only works on leaves? Date: Fri, 21 Dec 2007 14:09:04 -0500 Message-ID: <476C0F50.405@gmail.com> References: <476AA1C0.5010707@gmail.com> <20A7DCD7-0A5B-4176-B906-64B338C31013@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 1J5nFL-0002tq-IG for emacs-orgmode@gnu.org; Fri, 21 Dec 2007 14:09:23 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J5nFK-0002rx-Q8 for emacs-orgmode@gnu.org; Fri, 21 Dec 2007 14:09:23 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5nFK-0002ri-LT for emacs-orgmode@gnu.org; Fri, 21 Dec 2007 14:09:22 -0500 Received: from py-out-1112.google.com ([64.233.166.181]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J5nFK-00062K-8K for emacs-orgmode@gnu.org; Fri, 21 Dec 2007 14:09:22 -0500 Received: by py-out-1112.google.com with SMTP id a73so1139810pye.14 for ; Fri, 21 Dec 2007 11:09:12 -0800 (PST) In-Reply-To: <20A7DCD7-0A5B-4176-B906-64B338C31013@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: emacs-orgmode@gnu.org What I meant was: Suppose I have an org file like this: * Level 1 heading *** Level 2 heading With my settings (setq org-refile-targets '((org-agenda-files . (:maxlevel . 2)))) , when I try to refile an item, I press the TAB key, the auto-completion buffer will display Level 1 heading Level 1 heading / Level 2 heading If I want to put the refile item under "Level 1 heading", I can not select "Level 1 heading" ("Level 1 heading" will show in the mini-buffer, but pressing RET key does not do anything, meaning org thinks this is an invalid target location). Let me know if this is still not clear. Thank you very much for taking a look of this. Wanrong Carsten Dominik wrote: > Can you please make a more detailed test case and description? > I have trouble to gras what exactly you mean. > > - Carsten > > On Dec 20, 2007, at 6:09 PM, Wanrong Lin wrote: > >> Hi, >> >> Another thing I found out when using org-refile is, it seems the >> filing target can only be the leaves of the outline tree. The >> non-leaf target locations will be displayed in the auto-completion >> buffer, but can not be selected. >> >> I have the following settings >> >> (setq org-refile-targets '((org-agenda-files . (:maxlevel . 2)))) >> (setq org-refile-use-outline-path t) >> >> I am using the latest version (5.17a). >> >> Is there any option that I can set to change this behavior? Thanks >> for help. >> >> And, MERRY CHRISTMAS to all orgers.... >> >> Wanrong >> >> >> >> _______________________________________________ >> 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 >