Nicolas Goaziou <[email protected]> writes:
> Actually, it was a mistake to remove the variable in the first place. As
> a consequence, I re-introduced it in master.
>
> However, it doesn't store the same location as before, i.e., it merely
> points to the entry where the note is going to be added instead of the
> accurate location for the note.
Did you consider renaming it, in the case some code relies on it ?
> (with-current-buffer (marker-buffer org-log-note-marker)
> (goto-char (org-log-note-marker))
^ ^
I guess those parens are a typo.
> (copy-marker (org-log-beginning)))
--
Nicolas