From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Persaud Subject: org-refile-use-outline-path question Date: Tue, 11 Oct 2011 22:54:50 -0700 Message-ID: <4E952BAA.50608@lbl.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52389) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDrmX-0007ZO-W4 for emacs-orgmode@gnu.org; Wed, 12 Oct 2011 01:55:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RDrmW-0002dN-Rn for emacs-orgmode@gnu.org; Wed, 12 Oct 2011 01:55:09 -0400 Received: from ironport4.lbl.gov ([128.3.41.45]:33054) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RDrmW-0002cU-K9 for emacs-orgmode@gnu.org; Wed, 12 Oct 2011 01:55:08 -0400 Received: by iakc1 with SMTP id c1so629491iak.39 for ; Tue, 11 Oct 2011 22:54:52 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi I use the following settings to refile tasks (setq org-refile-use-outline-path 'file) (setq org-refile-targets '((org-agenda-files . (:maxlevel . 5)))) this has the nice effect that I can refile across different files, which I do use every now and then. For this I use: /level1/level2/... However mostly I refile to the same file and therefore I wish I could just use something like: level1/level2/... and it would refile using the current file, which at the moment doesn't work for me (at least the level1s of the current file are not part of the autocomplete, only files are). Is there a way that this can be done or can this be added? Thanks Arun