diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 2efed78af..0ecea6ac7 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -1144,6 +1144,7 @@ The template may still contain \"%?\" for cursor positioning." (insert result))))) ;; Simple %-escapes + (goto-char (point-min)) (while (re-search-forward "%\\([tTuUaiAcxkKI]\\)" nil t) (unless (org-capture-escaped-%) (when (and initial (equal (match-string 0) "%i"))