diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2024-03-28 01:46:42 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2024-03-28 01:46:42 +0900 |
commit | 5556605d5c37ed902b075447723b71bed847c195 (patch) | |
tree | e54f87beeba69c02725faef1d676a6155daf4041 /scripts | |
parent | 54823793924e02a3c254eae2a473429ad5be503b (diff) |
Export subtrees by `export-to-html.el` script.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/export-to-html.el | 1 |
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)) |