ソースを参照

Capture: Fix positioning error when :unnarrowed property is set

* lisp/org-capture.el (org-capture-place-entry): Move to `beg' before
searching for `%?'.
Carsten Dominik 14 年 前
コミット
ed39b332fb
1 ファイル変更1 行追加0 行削除
  1. 1 0
      lisp/org-capture.el

+ 1 - 0
lisp/org-capture.el

@@ -735,6 +735,7 @@ already gone."
     (setq end (point))
     (org-capture-mark-kill-region beg (1- end))
     (org-capture-narrow beg (1- end))
+    (goto-char beg)
     (if (re-search-forward "%\\?" end t) (replace-match ""))))
 
 (defun org-capture-place-item ()