From a632873ad914ef9e1da8591201652b0d76e480dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20Wikstr=C3=B6m?= Date: Sat, 18 Jan 2020 01:56:27 +0100 Subject: [PATCH] Mention the new contextual property set for attachment links * lisp/org-element.el (org-element-link-parser): Mention :attachment-path in docstring. --- lisp/org-element.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/org-element.el b/lisp/org-element.el index 94c215c9b..9a62c5b94 100644 --- a/lisp/org-element.el +++ b/lisp/org-element.el @@ -3116,7 +3116,11 @@ When at a link, return a list whose car is `link' and cdr a plist with `:type', `:path', `:format', `:raw-link', `:application', `:search-option', `:begin', `:end', `:contents-begin', `:contents-end' and `:post-blank' as keywords. Otherwise, return -nil. +nil. Additionally, in the context of attachment links one +further property, `:attachment-path' is set. That property +contains the attachment link expanded into a full filesystem +path. + Assume point is at the beginning of the link." (catch 'no-object