From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eraldo Helal Subject: Re: add a whole directory as one item to refile targets Date: Sat, 10 Oct 2009 23:48:23 +0200 Message-ID: <938fae2d0910101448j2c39d67aw4950c7899c3307a1@mail.gmail.com> References: <938fae2d0910041530v51cdaac4jb8db88b6cb1a8b56@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mwjo2-00037j-Tg for emacs-orgmode@gnu.org; Sat, 10 Oct 2009 17:48:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mwjny-0002xa-1f for emacs-orgmode@gnu.org; Sat, 10 Oct 2009 17:48:50 -0400 Received: from [199.232.76.173] (port=54175 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mwjnx-0002xM-Tt for emacs-orgmode@gnu.org; Sat, 10 Oct 2009 17:48:45 -0400 Received: from mail-ew0-f228.google.com ([209.85.219.228]:62205) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mwjnx-0001Vx-H8 for emacs-orgmode@gnu.org; Sat, 10 Oct 2009 17:48:45 -0400 Received: by ewy28 with SMTP id 28so15120673ewy.42 for ; Sat, 10 Oct 2009 14:48:44 -0700 (PDT) In-Reply-To: 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: Carsten Dominik Cc: Org-Mode | Carsten: "Please try again." > Sure :) ;;sorry about that I happen to have problems explaining... If I am on a headline in an org-mode buffer and do "C-c C-w" (refile) on it... ...and then press TAB twice. I get a completion list buffer that pops up and looks somthing like this: Possible completions are: done.org/ eraldo.org/ inbox.org/ >> showing some files as possible refile targets. What I would like to have is this: Possible completions are: done.org/ eraldo.org/ inbox.org/ Reference/ >> showing the same refile targets plus a directory of my choice! In the meantime I have made some experiments and I could get my directory(name) listed there... ... however that is not of any use since it does not treat it as a directory nor as a file ;; very strange stuff ^^ What is the way to go in order to move a headline to a location that is not listed as a refile target? >> until now what I did is the following: open a new emacs buffer and open the desired file in there or create a new one. ;; C-x C-f go back to the other buffer. ;; C-x o // C-c b // C-x b // Alt+TAB fold up the headline. ;; TAB // TAB TAB cut the headline ;; C-k change buffer again. ;; C-x o // C-c b // C-x b // Alt+TAB paste the headline ;; C-y If there is a better / easier way I would be glad to know :) Thanks for your patience, Eraldo