summaryrefslogtreecommitdiffhomepage
path: root/blog.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-05-24 06:37:46 +0100
committerjao <jao@gnu.org>2021-05-24 06:37:46 +0100
commit832d146adb888974ed181147ca87bb49f371e79a (patch)
treeb6aa2c44913f69de4723fffc8ad26895f01cedc1 /blog.org
parent74d813373f82c4a5321a37ee0c308a3f54a8b702 (diff)
downloadelibs-832d146adb888974ed181147ca87bb49f371e79a.tar.gz
elibs-832d146adb888974ed181147ca87bb49f371e79a.tar.bz2
lexical tangling and optional loading
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")