Procházet zdrojové kódy

Bug fix in org-annotation-helper.el

The call to org-remember was wrong.
Carsten Dominik před 17 roky
rodič
revize
672c311a38
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      contrib/lisp/org-annotation-helper.el

+ 1 - 1
contrib/lisp/org-annotation-helper.el

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