|
@@ -1431,7 +1431,7 @@ Of course, if exact position has been required, just put it there."
|
|
|
|
|
|
(defun org-capture--position-cursor (beg end)
|
|
(defun org-capture--position-cursor (beg end)
|
|
"Move point to first \"%?\" location or at start of template.
|
|
"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."
|
|
of the template."
|
|
(goto-char beg)
|
|
(goto-char beg)
|
|
(when (search-forward "%?" end t)
|
|
(when (search-forward "%?" end t)
|