I do not understand what you are asking for. in my emacs/org pressing n does go to the next headline. (at least after running (setq org-use-speed-commands t)) and being at the beginning of a headline.


John

-----------------------------------
John Kitchin
Associate Professor
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
http://kitchingroup.cheme.cmu.edu



On Fri, Mar 7, 2014 at 7:13 AM, Giacomo M <jackjackk@gmail.com> wrote:
Dear all,
I would like, by pressing the speed command N, to be brought to the next NEXT headline. I can see that somehow the functions involved could be org-match-sparse-tree and next-error, but I don't know how to code a programmatic execution of the two (unfortunately I don't speak elisp very well) into a function that can then be specified in the org-speed-commands-user customization.

Is there anybody so kind to guide me to the (probably trivial) solution?

Thanks,

Giacomo