From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: Bug: remember/refiling filing target Date: Mon, 21 Jul 2008 11:02:07 -0400 Message-ID: <4884A4EF.2040709@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 1KKwuE-0000ZA-0m for emacs-orgmode@gnu.org; Mon, 21 Jul 2008 11:02:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KKwuC-0000YU-In for emacs-orgmode@gnu.org; Mon, 21 Jul 2008 11:02:29 -0400 Received: from [199.232.76.173] (port=60113 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KKwuC-0000YI-82 for emacs-orgmode@gnu.org; Mon, 21 Jul 2008 11:02:28 -0400 Received: from wx-out-0506.google.com ([66.249.82.239]:7445) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KKwuB-00029q-ON for emacs-orgmode@gnu.org; Mon, 21 Jul 2008 11:02:27 -0400 Received: by wx-out-0506.google.com with SMTP id h28so539741wxd.24 for ; Mon, 21 Jul 2008 08:02:25 -0700 (PDT) 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, There seems to be a bug in remember/refiling filing target auto-completion prompt, if the target heading text has a forward slash "/". For example, if my filing target is the following: * TODO A/B switch needs to be fixed With M-x org-refile, when I press "TAB" in the mini-buffer to bring up the filing target list, the above target shows up as "A/", all text after the forward slash is cut out. However, the actual auto-completion (by pressing "A/" and TAB) does work. I am using org 6.05b on Emacs 22.2, my refiling config is: (setq org-refile-targets '((org-agenda-files . (:maxlevel . 2)))) (setq org-refile-use-outline-path t) Thanks a lot if someone can take a look of it. Wanrong