On Fri, Mar 18, 2011 at 4:13 AM, Carsten Dominik <carsten.domi...@gmail.com> wrote: > A good solution would be for session to provide a hook that we can use.
Christoph has submitted version 2.3a of session http://sourceforge.net/projects/emacs-session/files/session/ The required hook has been added, maybe someone who knows org-mode can add it to the appropriate file? >From my .emacs: (add-hook 'session-after-jump-to-last-change-hook (lambda () (when (and (eq major-mode 'org-mode) (outline-invisible-p)) (org-reveal)))) -- Le