소스 검색

Merge branch 'maint' into master

Kyle Meyer 4 년 전
부모
커밋
1c5bebdad9
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      lisp/ox-texinfo.el

+ 1 - 4
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