emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Suggestion: Jump points


From: Carsten Dominik
Subject: Re: [Orgmode] Suggestion: Jump points
Date: Thu, 12 Jul 2007 14:24:58 +0200


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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]