From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: org-refile: only works on leaves? Date: Thu, 20 Dec 2007 12:09:20 -0500 Message-ID: <476AA1C0.5010707@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 1J5Ots-0005xQ-5s for emacs-orgmode@gnu.org; Thu, 20 Dec 2007 12:09:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J5Otq-0005vE-D6 for emacs-orgmode@gnu.org; Thu, 20 Dec 2007 12:09:35 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5Otq-0005v1-1l for emacs-orgmode@gnu.org; Thu, 20 Dec 2007 12:09:34 -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 1J5Otp-0001wI-Ol for emacs-orgmode@gnu.org; Thu, 20 Dec 2007 12:09:33 -0500 Received: by py-out-1112.google.com with SMTP id a73so8894391pye.14 for ; Thu, 20 Dec 2007 09:09:32 -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, 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