branch: externals/org commit 5202dcb37c574c8bb12f301e78ea86c760699194 Merge: b89fda2c7e ab828ad8dc Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
Merge branch 'bugfix' --- lisp/org-capture.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 6d395406cf..08cf4ca99d 100644 --- a/lisp/org-capture.el +++ b/lisp/org-capture.el @@ -476,6 +476,8 @@ you can escape ambiguous cases with a backward slash, e.g., \\%i." (function :tag " Function")) (list :tag "Current clocking task" (const :format "" clock)) + (list :tag "The position at point" + (const :format "" here)) (list :tag "Function" (const :format "" function) (function :tag " Function")))