Make sure LaTeX export works in the presence of link attributes.
This commit is contained in:
parent
3db122fdbb
commit
4fcad403bd
|
@ -1062,7 +1062,7 @@ Regexps are those from `org-export-latex-special-string-regexps'."
|
|||
(let* ((re-radio org-export-latex-all-targets-re)
|
||||
(remove (list (match-beginning 0) (match-end 0)))
|
||||
(type (match-string 2))
|
||||
(raw-path (match-string 3))
|
||||
(raw-path (org-extract-attributes (match-string 3)))
|
||||
(full-raw-path (concat (match-string 1) raw-path))
|
||||
(desc (match-string 5))
|
||||
imgp radiop
|
||||
|
|
Loading…
Reference in New Issue