ox-odt: Allow attaching SVG images by default
* lisp/ox-odt.el (org-odt-inline-image-rules): Modify default rule to allow including inline SVG images in exported ODT documents. TINYCHANGE
This commit is contained in:
parent
7b8dacc348
commit
8e89c0e3b4
|
@ -765,7 +765,7 @@ link's path."
|
||||||
:value-type (regexp :tag "Path")))
|
:value-type (regexp :tag "Path")))
|
||||||
|
|
||||||
(defcustom org-odt-inline-image-rules
|
(defcustom org-odt-inline-image-rules
|
||||||
'(("file" . "\\.\\(jpeg\\|jpg\\|png\\|gif\\)\\'"))
|
'(("file" . "\\.\\(jpeg\\|jpg\\|png\\|gif\\|svg\\)\\'"))
|
||||||
"Rules characterizing image files that can be inlined into ODT.
|
"Rules characterizing image files that can be inlined into ODT.
|
||||||
|
|
||||||
A rule consists in an association whose key is the type of link
|
A rule consists in an association whose key is the type of link
|
||||||
|
|
Loading…
Reference in New Issue