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