branch: externals/org commit edd000f3b67fe818e129da3b9b1cb4219b919a8a Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@posteo.net>
org-open-at-point: Link to `org-file-apps' in the docstring * lisp/org.el: Mention how file links are opened. Reported-by: David Masterson <dsmaster...@gmail.com> Link: https://orgmode.org/list/sj0pr03mb54555477e276e6a3cadba4b8a2...@sj0pr03mb5455.namprd03.prod.outlook.com --- lisp/org.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 4531032f73..0e105eaccf 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -8354,11 +8354,11 @@ they must return nil.") The thing can be a link, citation, timestamp, footnote, src-block or tags. -When point is on a link, follow it. Normally, files will be -opened by an appropriate application. If the optional prefix -argument ARG is non-nil, Emacs will visit the file. With -a double prefix argument, try to open outside of Emacs, in the -application the system uses for this file type. +When point is on a link, follow it. Normally, files will be opened by +an appropriate application (see `org-file-apps'). If the optional prefix +argument ARG is non-nil, Emacs will visit the file. With a double +prefix argument, try to open outside of Emacs, in the application the +system uses for this file type. When point is on a timestamp, open the agenda at the day specified.