aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-03-28 01:46:42 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-03-28 01:46:42 +0900
commit5556605d5c37ed902b075447723b71bed847c195 (patch)
treee54f87beeba69c02725faef1d676a6155daf4041
parent54823793924e02a3c254eae2a473429ad5be503b (diff)
Export subtrees by `export-to-html.el` script.
-rw-r--r--scripts/export-to-html.el1
1 files changed, 1 insertions, 0 deletions
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))