diff options
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)) |