Re: [O] a new way to navigate your org files

2011-08-28 Thread suvayu ali
On Sun, Aug 28, 2011 at 10:44 AM, Stelian Iancu wrote: >>> The code is on EmacsWiki for easier downloed: >>> >>> http://www.emacswiki.org/emacs/org-occur-goto.el >>> >>> > > Sorry for the stupid question, but how do I enable this? > Something like this in your `org-mode-hook' maybe? ;; keybindin

Re: [O] a new way to navigate your org files

2011-08-28 Thread Stelian Iancu
On 08/27/2011 09:26 AM, Nathan Neff wrote: I just found this and it's great -- thanks! On Mon, Apr 25, 2011 at 2:25 PM, Tom wrote: Suvayu Ali gmail.com> writes: This is very useful. I made some enhancements in the attached patches. The first one adds a very basic minibuffer histor

Re: [O] a new way to navigate your org files

2011-08-27 Thread Nathan Neff
I just found this and it's great -- thanks! On Mon, Apr 25, 2011 at 2:25 PM, Tom wrote: > Suvayu Ali gmail.com> writes: >> >> This is very useful. I made some enhancements in the attached patches. >> The first one adds a very basic minibuffer history. You can navigate the >> history by the usual

Re: [O] a new way to navigate your org files

2011-04-26 Thread Suvayu Ali
On Mon, 25 Apr 2011 19:25:17 + (UTC) Tom wrote: > I added your changes to the code (implementing the second one slightly > differently, but it works the same way). > > I also turned on full cursor for the Occur buffer, instead of the > hollow one, so it can be seen more easily. > > The code

Re: [O] a new way to navigate your org files

2011-04-25 Thread Tom
Suvayu Ali gmail.com> writes: > > This is very useful. I made some enhancements in the attached patches. > The first one adds a very basic minibuffer history. You can navigate the > history by the usual `M-p' and `M-n'. The second patch fixes an issue, > now you can go to the first match by just

Re: [O] a new way to navigate your org files

2011-04-24 Thread Suvayu Ali
Hi Tom, On Sun, 24 Apr 2011 16:06:05 + (UTC) Tom wrote: > I use org goto to jump quckly to headings, but the other day > I forgot the name of the heading, but I remembered its contents. > I thought it could be useful if I could navigate org files by content > too, so I quickly created this p

Re: [O] a new way to navigate your org files

2011-04-24 Thread Matt Lundin
Tom writes: > I use org goto to jump quckly to headings, but the other day > I forgot the name of the heading, but I remembered its contents. > I thought it could be useful if I could navigate org files by content > too, so I quickly created this package as a sunday afternoon fun. > > It is a wra

[O] a new way to navigate your org files

2011-04-24 Thread Tom
I use org goto to jump quckly to headings, but the other day I forgot the name of the heading, but I remembered its contents. I thought it could be useful if I could navigate org files by content too, so I quickly created this package as a sunday afternoon fun. It is a wrapper around the multi-occ