From 5556605d5c37ed902b075447723b71bed847c195 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Thu, 28 Mar 2024 01:46:42 +0900 Subject: Export subtrees by `export-to-html.el` script. --- scripts/export-to-html.el | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/export-to-html.el b/scripts/export-to-html.el index 8b02d86..31d2c6f 100644 --- a/scripts/export-to-html.el +++ b/scripts/export-to-html.el @@ -47,6 +47,7 @@ (timestamp . ,(format-time-string "%FT%T%z" timestamp)) (tags . ,(vconcat tags)) (hash . ,(secure-hash 'sha256 subtree)) + (source . ,subtree) (html . ,html))) (set-buffer source-buffer)) -- cgit v1.2.3