From 56a2e3326322c9c464519087c217e8c18539d1bf Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 30 Oct 2022 03:14:53 +0000 Subject: blog: more compact html preview tags --- custom/jao-custom-blog.el | 6 ++---- 1 file 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 \n#+end_export ") +(defconst jao-org-static-blog--prev-beg "#+html: ") -(defconst jao-org-static-blog--prev-end - "#+begin_export html\n \n#+end_export ") +(defconst jao-org-static-blog--prev-end "#+html: ") (defun jao-org-static-blog-create-new-post (&optional draft) (interactive) -- cgit v1.2.3