Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2021-04-30 15:51:20 +02:00
commit e3153145f4
1 changed files with 3 additions and 1 deletions

View File

@ -1126,7 +1126,9 @@ current state of the export, as a plist."
(path (org-element-property :path link))
(filename
(file-name-sans-extension
(if (file-name-absolute-p path) (expand-file-name path) path)))
(if (file-name-absolute-p path)
(expand-file-name path)
(file-relative-name path))))
(extension (file-name-extension path))
(attributes (org-export-read-attribute :attr_texinfo parent))
(height (or (plist-get attributes :height) ""))