Bug fix in org-annotation-helper.el

The call to org-remember was wrong.
This commit is contained in:
Carsten Dominik 2008-05-23 11:55:07 +02:00
parent 332191cc13
commit 672c311a38
1 changed files with 1 additions and 1 deletions

View File

@ -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))