From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Fast way to jump to another specific heading? Date: Thu, 13 Aug 2009 22:00:14 -0400 Message-ID: <877hx717f5.fsf@fastmail.fm> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mbm1w-0004K5-Dw for emacs-orgmode@gnu.org; Thu, 13 Aug 2009 21:56:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mbm1r-0004F6-TB for emacs-orgmode@gnu.org; Thu, 13 Aug 2009 21:56:32 -0400 Received: from [199.232.76.173] (port=34712 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mbm1r-0004Ex-O1 for emacs-orgmode@gnu.org; Thu, 13 Aug 2009 21:56:27 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:44227) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mbm1r-00047S-At for emacs-orgmode@gnu.org; Thu, 13 Aug 2009 21:56:27 -0400 In-Reply-To: ("Jan =?utf-8?Q?B=C3=B6cker=22's?= message of "Thu, 13 Aug 2009 15:29:37 +0200 (CEST)") 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: Jan =?utf-8?Q?B=C3=B6cker?= Cc: emacs-orgmode@gnu.org Jan B=C3=B6cker writes: > Hello, > > at the moment I use one org-mode file per project and use ido.el's > fuzzy search to quickly open the appropriate project file. However, > this tends to clutter up my buffer list when I forget to kill buffers > after using them. > > I'd like to use only one file to store all my active projects and use > ido.el to quickly jump to another project node ("project nodes" being > defined as, say, all direct descendants of a particular top-level > node). > Ideally, after jumping to the node, the outline would automatically be > narrowed down to the target node. > > Are there similar facilities already present in org-mode that I > missed? Have you tried the following with org-refile and org-goto? (setq org-completion-use-ido t) Best, Matt