Hi, there is the info-emacs-manual, bound to C-h r. Why not introduce info-org-manual, like this:
(defun info-org-manual () "Display the Org-mode manual in Info mode." (interactive) (info "org")) (the above code is a tiny change;), since it's more or less s/emacs/org/ on the original function). It might be bound to e.g. C-h o (at least in Org-mode), which seems to be free in stock Emacs. What do you think? -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University