Reapply "lisp/ox-html.el: Restore org-svg class."
This reverts commit 895a367a67
.
This commit is contained in:
parent
77e77f051c
commit
2ee94bb065
|
@ -1782,7 +1782,9 @@ a communication channel."
|
|||
(org-html-encode-plain-text
|
||||
(org-find-text-property-in-string 'org-latex-src source))
|
||||
(file-name-nondirectory source)))
|
||||
attributes))
|
||||
(if (string= "svg" (file-name-extension source))
|
||||
(org-combine-plists '(:class "org-svg") attributes '(:fallback nil))
|
||||
attributes)))
|
||||
info))
|
||||
|
||||
(defun org-html--textarea-block (element)
|
||||
|
|
Loading…
Reference in New Issue