Fix org-store-log-note advice.

master
tj 12 years ago
parent 7cde0e14a1
commit 539e9ef131
  1. 1
      CONTRIBUTORS.org
  2. 2
      outshine.el

@ -144,7 +144,6 @@ its a rather sophisticated contribution. But since its just a few
lines of code, signing of FSF papers isn't necessary (its a trivial
contribution from a legal point of view).
* Fabrice Niessen
:PROPERTIES:
:roles: contributor

@ -932,7 +932,7 @@ section are given (with section title in submatch 1)."
;; stay after inserted text
(copy-marker org-log-note-marker t)))
ad-do-it
(unless (derived-mode-p 'org-mode)
(unless (derived-mode-p 'org-mode 'org-agenda-mode)
(comment-region outshine-log-note-beg-marker
outshine-log-note-end-marker))
(move-marker outshine-log-note-beg-marker nil)

Loading…
Cancel
Save