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

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

[elpa] externals/org 19c90dd947 4/4: org-link-translation-function: Remo


From: ELPA Syncer
Subject: [elpa] externals/org 19c90dd947 4/4: org-link-translation-function: Remove reference to removed function
Date: Thu, 25 Jan 2024 09:58:21 -0500 (EST)

branch: externals/org
commit 19c90dd9478ac7f05b4605d218c945dc8e6f559a
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 cba451d1c8..cf59c8556a 100644
--- a/lisp/ol.el
+++ b/lisp/ol.el
@@ -307,10 +307,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]