emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org edd000f3b6 1/2: org-open-at-point: Link to `org-fil


From: ELPA Syncer
Subject: [elpa] externals/org edd000f3b6 1/2: org-open-at-point: Link to `org-file-apps' in the docstring
Date: Wed, 14 Dec 2022 03:57:55 -0500 (EST)

branch: externals/org
commit edd000f3b67fe818e129da3b9b1cb4219b919a8a
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@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 <dsmasterson@gmail.com>
    Link: 
https://orgmode.org/list/SJ0PR03MB54555477E276E6A3CADBA4B8A2E39@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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]