0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-26 08:32:51 +00:00

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 <dsmasterson@gmail.com>
Link: https://orgmode.org/list/SJ0PR03MB54555477E276E6A3CADBA4B8A2E39@SJ0PR03MB5455.namprd03.prod.outlook.com
This commit is contained in:
Ihor Radchenko 2022-12-14 11:08:43 +03:00
parent f49ee9200c
commit edd000f3b6
No known key found for this signature in database
GPG key ID: 6470762A7DA11D8B

View file

@ -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.