*** org-20180103/ox-latex.el 2018-01-07 16:53:43.477464348 -0700 --- plugins/ox-latex.el 2018-01-07 16:39:52.117462098 -0700 *************** *** 2425,2434 **** (t (format "[%s]" options))) path)) (when (equal filetype "svg") ! (setq image-code (replace-regexp-in-string "^\\\\includegraphics" ! "\\includesvg" ! image-code ! nil t)) (setq image-code (replace-regexp-in-string "\\.svg}" "}" image-code --- 2425,2437 ---- (t (format "[%s]" options))) path)) (when (equal filetype "svg") ! (setq image-code ! (format "\\simplesvg%s{%s}" ! (cond ((not (org-string-nw-p options)) "") ! ((string-prefix-p "," options) ! (format "{%s}" (substring options 1))) ! (t (format "{%s}" options))) ! path)) (setq image-code (replace-regexp-in-string "\\.svg}" "}" image-code