From f0be9ff91bd52c530f0d7556872576eb9803cb38 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Wed, 11 Aug 2010 15:08:45 +0200 Subject: [PATCH] Bugfix: tiny typo in org-capture.el. --- lisp/org-capture.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-capture.el b/lisp/org-capture.el index c15458936..ece50065e 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))