Make sure LaTeX export works in the presence of link attributes.

This commit is contained in:
Carsten Dominik 2008-07-17 15:07:14 -07:00
parent 3db122fdbb
commit 4fcad403bd
1 changed files with 1 additions and 1 deletions

View File

@ -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