summaryrefslogtreecommitdiffhomepage
path: root/blog.org
diff options
context:
space:
mode:
Diffstat (limited to 'blog.org')
-rw-r--r--blog.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/blog.org b/blog.org
index 624e602..0fd86a7 100644
--- a/blog.org
+++ b/blog.org
@@ -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")