diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/jao-custom-blog.el | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/custom/jao-custom-blog.el b/custom/jao-custom-blog.el index 6ae4544..d7e03f1 100644 --- a/custom/jao-custom-blog.el +++ b/custom/jao-custom-blog.el @@ -126,11 +126,9 @@ (geiser-default-implementation 'guile)) (org-static-blog-publish-file fname))) -(defconst jao-org-static-blog--prev-beg - "#+begin_export html\n <!-- preview-start -->\n#+end_export ") +(defconst jao-org-static-blog--prev-beg "#+html: <!-- preview-start -->") -(defconst jao-org-static-blog--prev-end - "#+begin_export html\n <!-- preview-end -->\n#+end_export ") +(defconst jao-org-static-blog--prev-end "#+html: <!-- preview-end -->") (defun jao-org-static-blog-create-new-post (&optional draft) (interactive) |