branch: externals-release/org
commit e9f03779bce524f81770c5991afcd57cb2299d6c
Author: Nicolas Goaziou <[email protected]>
Commit: Nicolas Goaziou <[email protected]>
ol-info: Fix description when storing "info" link
* lisp/ol-info.el (org-info-store-link): Fix typo.
Reported-by: Alex <[email protected]>
<http://lists.gnu.org/r/emacs-orgmode/2021-04/msg00696.html>
---
lisp/ol-info.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/ol-info.el b/lisp/ol-info.el
index 8b1e5da..824faf7 100644
--- a/lisp/ol-info.el
+++ b/lisp/ol-info.el
@@ -56,7 +56,7 @@
"#" Info-current-node)))
(org-link-store-props :type "info" :file Info-current-file
:node Info-current-node
- :link link :desc desc)
+ :link link :description desc)
link)))
(defun org-info-open (path _)