On Jul 11, 2007, at 16:51, Eddward DeVilla wrote:

That all depends on a few things.  Does subtree search exist or should
it?  Is a key binding good enough for a find-next-jump-point function?
Is there (or should there be) a hook that runs after agenda takes you
to a heading?

Org does search subtree all the time, but there is indeed no dedicated
function yet.  I'll make one.  But in the mean time,
this is all it takes:

(let ((end (save-excursion (org-end-to-subtree t))))
        (re-search-forward SEARCH-REGEXP end))

- Carsten



--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477



_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to