X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Fconfig.org;h=86aa8fd8fe5394a7197a05743dcb46a3b66a1c44;hb=dcbb9932361b8b3cf9ec2c3edad92f121d51f176;hp=247fd54ca9aeac19db1182cc74a9c53cd361bf41;hpb=31f6d66e9fa6f0f219c3c369510e3eb5c755377e;p=dotfiles.git diff --git a/emacs.d/config.org b/emacs.d/config.org index 247fd54..86aa8fd 100644 --- a/emacs.d/config.org +++ b/emacs.d/config.org @@ -1128,12 +1128,8 @@ Also correct the face of =org-meta-line= in =org-table= ** Org Blog Refer to [[http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html][org-publish-html-tutorial]], and [[https://ogbe.net/blog/blogging_with_org.html][blogging_with_org]] - #+BEGIN_SRC emacs-lisp :tangle yes :results silent (require 'ox-publish) - (setq my-blog-extra-head - (concat - "")) (setq org-publish-project-alist `( @@ -1150,9 +1146,11 @@ Refer to [[http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html] :sitemap-filename "sitemap.org" ;... call it sitemap.org (it's the default )... :sitemap-title "Sitemap" + :table-of-contents nil + :html-postamble nil ;dont export creator auto validation info in html postamble div :html-link-home "/" - :html-head nil ; - :html-head-extra ,my-blog-extra-head + :html-head "" + ;; :html-head-extra ,my-blog-extra-head :html-head-include-default-style nil :html-head-include-scripts nil) ("org-static"