mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
Merge pull request #578 from aluaces/patch-1
Fix "invalid function: quote"
This commit is contained in:
commit
197db9fc22
@ -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