diff options
Diffstat (limited to 'blog.org')
-rw-r--r-- | blog.org | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,8 +1,11 @@ #+title: Org static blog -#+PROPERTY: header-args :tangle no :comments yes :results silent +#+property: header-args lexical: t :tangle yes :comments no :results silent +#+auto_tangle: t * Vars and setup #+begin_src emacs-lisp + ;; -*- lexical-binding: t; -*- + (jao-load-path "org-static-blog") (when (> emacs-major-version 26) (use-package htmlize :ensure t)) (defvar jao-blog-base-dir "~/doc/jao.io") |