Преглед на файлове

Capture: Fix indentation of %i

Carsten Dominik преди 15 години
родител
ревизия
0633c6aa09
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      lisp/org-capture.el

+ 1 - 0
lisp/org-capture.el

@@ -1104,6 +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)
 
     (unless template (setq template "") (message "No template") (ding)
 	    (sit-for 1))