Merge branch 'master' of orgmode.org:org-mode
This commit is contained in:
commit
2f0491d52e
|
@ -765,7 +765,7 @@ link's path."
|
|||
:value-type (regexp :tag "Path")))
|
||||
|
||||
(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.
|
||||
|
||||
A rule consists in an association whose key is the type of link
|
||||
|
|
Loading…
Reference in New Issue