mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-02 08:22:16 +00:00
Merge branch 'maint'
This commit is contained in:
commit
cd61eedddb
@ -1446,7 +1446,7 @@ Of course, if exact position has been required, just put it there."
|
||||
|
||||
(defun org-capture--position-cursor (beg end)
|
||||
"Move point to first \"%?\" location or at start of template.
|
||||
BEG and END are buffer positions at the begging and end position
|
||||
BEG and END are buffer positions at the beginning and end position
|
||||
of the template."
|
||||
(goto-char beg)
|
||||
(when (search-forward "%?" end t)
|
||||
|
Loading…
Reference in New Issue
Block a user