summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2020-09-07 21:23:16 -0400
committerKyle Meyer <kyle@kyleam.com>2020-09-07 21:23:16 -0400
commit1c5bebdad9f73a288e46e4991204969d8b3edf64 (patch)
tree47fae189ea96f4b05b2ff4d8ed615aa1c51a0849
parent19b741583d550d1c2ef959008c3fb84180326c24 (diff)
parent13dfab3fb2dc9ded4609434c37e6559c05b38c90 (diff)
downloadorg-mode-1c5bebdad9f73a288e46e4991204969d8b3edf64.tar.gz
Merge branch 'maint' into master
-rw-r--r--lisp/ox-texinfo.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/ox-texinfo.el b/lisp/ox-texinfo.el
index 6f45c71..ff4aa70 100644
--- a/lisp/ox-texinfo.el
+++ b/lisp/ox-texinfo.el
@@ -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