On Thu, Mar 17, 2011 at 3:02 PM, Carsten Dominik <carsten.dominik@gmail.com> wrote:
(defadvice session-jump-to-last-change (after org-expand activate compile)
 "Reveal hidden point after jumping."
 (when (and (eq major-mode 'org-mode)
            (outline-invisible-p))
   (org-reveal)))

Thanks Carsten!  That's xactly what I wanted.  I'll coordinate with session's author to get this change integrated.

--
Le