mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
Fix "invalid function: quote"
On emacs24, Debian, HTML doc generation finishes with this error.
This commit is contained in:
parent
5aebe46e5c
commit
4692c8169d
@ -135,7 +135,7 @@
|
||||
(princ yas--version (current-buffer)))))
|
||||
(proj-plist
|
||||
`(,@(when (fboundp 'org-html-publish-to-html)
|
||||
'(:publishing-function 'org-html-publish-to-html))
|
||||
'(:publishing-function org-html-publish-to-html))
|
||||
:base-directory ,dir :publishing-directory ,dir
|
||||
:html-preamble
|
||||
,(with-temp-buffer
|
||||
|
Loading…
x
Reference in New Issue
Block a user