From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Easily go to some frequently accessed heading (narrowed to region) Date: Wed, 02 Feb 2011 07:30:25 +0000 Message-ID: <87y65y99m6.fsf@ucl.ac.uk> References: <4d487c86.5043ec0a.55ad.ffffaf99@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=37372 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pke5u-0002Tj-Lx for emacs-orgmode@gnu.org; Wed, 02 Feb 2011 09:54:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PkXjb-0008Hp-FT for emacs-orgmode@gnu.org; Wed, 02 Feb 2011 03:06:41 -0500 Received: from vscani-d2.ucl.ac.uk ([144.82.108.133]:34869) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PkXjb-0008F3-9p for emacs-orgmode@gnu.org; Wed, 02 Feb 2011 03:06:39 -0500 In-Reply-To: <4d487c86.5043ec0a.55ad.ffffaf99@mx.google.com> (Darlan Cavalcante Moreira's message of "Tue, 01 Feb 2011 18:34:58 -0300") 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: Darlan Cavalcante Moreira Cc: Orgmode Mailing List Darlan Cavalcante Moreira writes: > Hello, > > I have a main .org file where I put almost everything. There is a > "Projects" headline where each subheading is a different project. During > the day I need to go to the Projects headline and open one of the its > subheadings when I want and add/read something in that project. I know I > can use a capture template to add something to one of the projects, but > that does not work (or does it?) when I just want to read or modify > something. > > Does anyone has some function to easily jump to a specific headline as well > as narrowing to that headline? What I have in mind is some function that > switches to a specific headline, call org-tree-to-indirect-buffer and > rename the buffer to the headline title (if the buffer already exists just > switch to it). In this way I could bind keys to easily go to the most > common projects. The holy grail would be something similar to the agenda > that would present me with the different projects. Two quick suggestions, neither of which does exactly what you want (I'm sure others will chime in): 1. use =org-goto= followed by =org-narrow-to-subtree=. 2. use a custom agenda view and either tag or categorise all your projects and sub-projects. Neither of these gives you a separate indirect buffer but may make access easier. -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.4 (release_7.4.294.g8158)