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

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

[elpa] externals-release/org a5e84c2fb8 3/9: org-link-translation-functi


From: ELPA Syncer
Subject: [elpa] externals-release/org a5e84c2fb8 3/9: org-link-translation-function: Remove reference to removed function
Date: Wed, 31 Jan 2024 10:00:20 -0500 (EST)

branch: externals-release/org
commit a5e84c2fb8b1cc6c589dcadcab55c35c2ce9405f
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    org-link-translation-function: Remove reference to removed function
    
    * lisp/ol.el (org-link-translation-function): Remove reference to
    no-longer-available `org-translate-link-from-planner' from the
    docstring.
    
    Reported-by: Stefan Kangas <stefankangas@gmail.com>
    Link: 
https://orgmode.org/list/CADwFkmnsjEg+d7ty0bjT5RGQiS-SdKcvRUy+KHDh+maa92bp1w@mail.gmail.com
---
 lisp/ol.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/lisp/ol.el b/lisp/ol.el
index 4c84e62f4c..c3b0308784 100644
--- a/lisp/ol.el
+++ b/lisp/ol.el
@@ -291,10 +291,7 @@ or emacs-wiki packages to Org syntax.
 The function must accept two parameters, a TYPE containing the link
 protocol name like \"rmail\" or \"gnus\" as a string, and the linked path,
 which is everything after the link protocol.  It should return a cons
-with possibly modified values of type and path.
-Org contains a function for this, so if you set this variable to
-`org-translate-link-from-planner', you should be able follow many
-links created by planner."
+with possibly modified values of type and path."
   :group 'org-link-follow
   :type '(choice (const nil) (function))
   :safe #'null)



reply via email to

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