|
@@ -1143,10 +1143,9 @@ may have been stored before."
|
|
|
(insert txt)
|
|
|
(org-capture-empty-lines-after)
|
|
|
(org-capture-position-for-last-stored beg)
|
|
|
- (forward-char 1)
|
|
|
(setq end (point))
|
|
|
- (org-capture-mark-kill-region beg (1- end))
|
|
|
- (org-capture-narrow beg (1- end))
|
|
|
+ (org-capture-mark-kill-region beg end)
|
|
|
+ (org-capture-narrow beg end)
|
|
|
(if (or (re-search-backward "%\\?" beg t)
|
|
|
(re-search-forward "%\\?" end t))
|
|
|
(replace-match ""))))
|