소스 검색

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