Esben Stien <b...@esben-stien.name> writes:

> Is there some way to go directly to a node?
>
> F.ex, I have: 
>
> * foo
> ** bar..
> ** baz..
> ** hukarz..
>
> I do C-c a s to search for baz, which brings up a buffer with baz
> somewhere in there and I have to move down the list to hit TAB on baz.
>
> Is there maybe some IDO magic or something similar which can take me
> there quicker?. 
>
> Preferably, I'd like to do a regex on second level nodes and get
> instanly there. 

Maybe try playing with either of org-goto (C-c C-j) or org-sparse-tree
(C-c /)?  They do search for more than just headlines but you could
always prepend "^\*.*" to your search string...

-- 
: Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D
: in Emacs 24.1.1 and Org release_7.9.2-436-g9b11e6


Reply via email to