Bug fix in org-annotation-helper.el
The call to org-remember was wrong.
This commit is contained in:
parent
332191cc13
commit
672c311a38
|
@ -179,7 +179,7 @@ annotation:// similar to `org-annotation-as-kill'."
|
|||
(set-buffer b)
|
||||
(set-mark (point))
|
||||
(insert region)
|
||||
(org-remember ?w))
|
||||
(org-remember nil ?w))
|
||||
((equal proto "annotation")
|
||||
(message "Copied '%s' to the kill-ring." orglink)
|
||||
(kill-new orglink))
|
||||
|
|
Loading…
Reference in New Issue