0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 19:07:52 +00:00

Mention the new contextual property set for attachment links

* lisp/org-element.el (org-element-link-parser): Mention
  :attachment-path in docstring.
This commit is contained in:
Gustav Wikström 2020-01-18 01:56:27 +01:00
parent 52fafd3005
commit a632873ad9

View file

@ -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