emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] `session-jump-to-last-change' and org-mode


From: Le Wang
Subject: Re: [O] `session-jump-to-last-change' and org-mode
Date: Thu, 17 Mar 2011 16:53:21 +0800

On Thu, Mar 17, 2011 at 3:02 PM, Carsten Dominik <address@hidden> 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

reply via email to

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