Fix backtick in org-odt-inline-image-rules

* lisp/ox-odt.el (org-odt-inline-image-rules): Fix error to make the
  list evaluate inline code at definition.
This commit is contained in:
Gustav Wikström 2020-01-18 01:41:16 +01:00
parent 20d293b4aa
commit 52fafd3005
1 changed files with 1 additions and 1 deletions

View File

@ -743,7 +743,7 @@ link's path."
:value-type (regexp :tag "Path")))
(defcustom org-odt-inline-image-rules
'(("file" . ,(regexp-opt '(".jpeg" ".jpg" ".png" ".gif" ".svg")))
`(("file" . ,(regexp-opt '(".jpeg" ".jpg" ".png" ".gif" ".svg")))
("attachment" . ,(regexp-opt '(".jpeg" ".jpg" ".png" ".gif" ".svg"))))
"Rules characterizing image files that can be inlined into ODT.