From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Jan_B=F6cker?= Subject: Re: Fast way to jump to another specific heading? Date: Fri, 14 Aug 2009 06:48:26 +0200 (CEST) Message-ID: References: <877hx717f5.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MbojC-00052W-5F for emacs-orgmode@gnu.org; Fri, 14 Aug 2009 00:49:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mboj6-0004wf-6k for emacs-orgmode@gnu.org; Fri, 14 Aug 2009 00:49:21 -0400 Received: from [199.232.76.173] (port=56480 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mboj6-0004wP-3T for emacs-orgmode@gnu.org; Fri, 14 Aug 2009 00:49:16 -0400 Received: from mail7.worldserver.net ([217.13.200.27]:39956) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mboj5-0003qN-3K for emacs-orgmode@gnu.org; Fri, 14 Aug 2009 00:49:15 -0400 In-Reply-To: <877hx717f5.fsf@fastmail.fm> 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 Cc: Matt Lundin On Thu, 13 Aug 2009, Andrew Stribblehill wrote: > Have you tried the org-refile interface? This looks like what I need! I didn't think of refiling when looking for a way to navigate my outline. On Thu, 13 Aug 2009, Matt Lundin wrote: > Have you tried the following with org-refile and org-goto? > > (setq org-completion-use-ido t) I tried, failed, then noticed that org-refile refuses to use ido if org-refile-use-outline-path is in use (the function org-olpath-completing-read in org.el explicitly sets this to nil, the comment says "does not work with ido"). I have now set org-refile-use-outline-path to nil, and org-refile-targets to only include my active projects; that works great! Thanks a lot! Jan