From a5e84c2fb8b1cc6c589dcadcab55c35c2ce9405f Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Thu, 25 Jan 2024 15:22:22 +0100 Subject: [PATCH] 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 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 4c84e62f4..c3b030878 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)