Re: [Orgmode] Easily go to some frequently accessed heading (narrowed to region)

2011-02-03 Thread Eric S Fraga
Darlan Cavalcante Moreira writes: > Thanks again Eric, this is a good solution for projects that are not > accessed frequently for me (I only know some of the org search > capabilities, I guess it is time to reread that section in the > manual). You're welcome! The wealth of functionality in or

Re: [Orgmode] Easily go to some frequently accessed heading (narrowed to region)

2011-02-02 Thread Darlan Cavalcante Moreira
Thanks Alan, In fact, I used a very similar function to open my main org file for a long time, but since lately I was always going to a specific heading after opening the org file I got interested in what I had asked. -- Darlan At Thu, 3 Feb 2011 06:35:12 +1000, "Alan E. Davis" wrote: > > [1

Re: [Orgmode] Easily go to some frequently accessed heading (narrowed to region)

2011-02-02 Thread Darlan Cavalcante Moreira
Thanks again Eric, this is a good solution for projects that are not accessed frequently for me (I only know some of the org search capabilities, I guess it is time to reread that section in the manual). At last, using the initial code provided by Bastien I was able to program something that give

Re: [Orgmode] Easily go to some frequently accessed heading (narrowed to region)

2011-02-02 Thread Alan E. Davis
I adapted something from Sacha Chua: a file with links to my most frequently accessed links. I too have been seeking some way to make this automatic, but even as it is, it works great. I call the file "Pointers.org". It is just an org-mode file, each headline is a link. Then, in my init file (

Re: [Orgmode] Easily go to some frequently accessed heading (narrowed to region)

2011-02-02 Thread Eric S Fraga
Darlan Cavalcante Moreira writes: > Thanks Eric > > I tried org-goto before, but I needed something that I could bind to a [...] > A custom agenda view is is good to see the tasks associated with a project > and I already tag each project as you suggested, but besides the tasks > there are some

Re: [Orgmode] Easily go to some frequently accessed heading (narrowed to region)

2011-02-02 Thread Bastien
Hi Darlan, Darlan Cavalcante Moreira writes: > 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/re

Re: [Orgmode] Easily go to some frequently accessed heading (narrowed to region)

2011-02-02 Thread Eric S Fraga
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/rea

Re: [Orgmode] Easily go to some frequently accessed heading (narrowed to region)

2011-02-02 Thread Darlan Cavalcante Moreira
Thanks Eric I tried org-goto before, but I needed something that I could bind to a shortcut and that would go to a specif project without needing further steps. As far as I could understand org-goto is very nice to navigate to a specific parts in the file iteratively, but not appropriated to be c

Re: [Orgmode] Easily go to some frequently accessed heading (narrowed to region)

2011-02-02 Thread Darlan Cavalcante Moreira
Thanks Bastien, This is almost what I wanted and although I'm not a lisp hacker I think I should be able to start from this and google my way to what I want. -- Darlan At Wed, 02 Feb 2011 11:28:45 +0100, Bastien wrote: > > Hi Darlan, > > Darlan Cavalcante Moreira writes: > > > I have a mai