summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2010-08-11 15:08:45 +0200
committerBastien Guerry <bzg@altern.org>2010-08-11 15:08:45 +0200
commitf0be9ff91bd52c530f0d7556872576eb9803cb38 (patch)
treec054b76330f3f418bcdce1e9dbee2e4331ec3b77
parent2f9d0956176bb4e155c6d51a94f745c30f82f556 (diff)
downloadorg-mode-f0be9ff91bd52c530f0d7556872576eb9803cb38.tar.gz
Bugfix: tiny typo in org-capture.el.
-rw-r--r--lisp/org-capture.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index c154589..ece5006 100644
--- a/lisp/org-capture.el
+++ b/lisp/org-capture.el
@@ -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))