0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:00:49 +00:00

Bugfix: tiny typo in org-capture.el.

This commit is contained in:
Bastien Guerry 2010-08-11 15:08:45 +02:00
parent 2f9d095617
commit f0be9ff91b

View file

@ -1104,7 +1104,7 @@ The template may still contain \"%?\" for cursor positioning."
(plist-put org-store-link-plist :annotation v-a)
org-store-link-plist
(plist-put org-store-link-plist :initial v-i))
(set initial v-i)
(setq initial v-i)
(unless template (setq template "") (message "No template") (ding)
(sit-for 1))