Merge branch 'maint' into master

This commit is contained in:
Kyle Meyer 2020-09-07 21:23:16 -04:00
commit 1c5bebdad9
1 changed files with 1 additions and 4 deletions

View File

@ -1047,10 +1047,7 @@ DESC is the description part of the link, or the empty string.
INFO is a plist holding contextual information. See
`org-export-data'."
(let* ((type (org-element-property :type link))
(raw-path
(replace-regexp-in-string
"[@{}]" "@\\&"
(org-element-property :path link)))
(raw-path (org-element-property :path link))
;; Ensure DESC really exists, or set it to nil.
(desc (and (not (string= desc "")) desc))
(path (org-texinfo--sanitize-content