From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Jan_B=F6cker?= Subject: Fast way to jump to another specific heading? Date: Thu, 13 Aug 2009 15:29:37 +0200 (CEST) Message-ID: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MbaUN-0004Gm-L1 for emacs-orgmode@gnu.org; Thu, 13 Aug 2009 09:37:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MbaUJ-0004Eg-61 for emacs-orgmode@gnu.org; Thu, 13 Aug 2009 09:37:07 -0400 Received: from [199.232.76.173] (port=42941 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbaUJ-0004Ed-1B for emacs-orgmode@gnu.org; Thu, 13 Aug 2009 09:37:03 -0400 Received: from mail7.worldserver.net ([217.13.200.27]:36838) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MbaUI-0008Sh-Ei for emacs-orgmode@gnu.org; Thu, 13 Aug 2009 09:37:02 -0400 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 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? If not, I'd like to propose a new feature: take the results of a custom agenda view (as those allow us to define powerful searches), then feed the results to ido-mode or the standard emacs autocompletion for the user to select one to jump to. Unfortunately, my elisp-fu (and knowledge of org-mode internals) is way too insufficient to implement something like that myself. Jan