diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2024-03-24 20:34:49 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2024-03-24 21:10:24 +0900 |
commit | 773c25464788fbb9efc32b48934034e8a82a7761 (patch) | |
tree | c3ff510b223bcfd98b757e5cf6ef2f30c831a6c0 /scripts/export-to-html.el | |
parent | 0a386bb8c24c6ccaede99a869a01a39d5dc824b2 (diff) |
Remove debug print operations.
Diffstat (limited to 'scripts/export-to-html.el')
-rw-r--r-- | scripts/export-to-html.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/export-to-html.el b/scripts/export-to-html.el index e2a7177..8b02d86 100644 --- a/scripts/export-to-html.el +++ b/scripts/export-to-html.el @@ -24,7 +24,6 @@ (org-next-visible-heading 1) (while (not (equal pt (point))) (setq pt (point)) - (terpri) (let ((title (org-get-heading t)) (id (org-element-property :CUSTOM_ID (org-element-at-point))) (timestamp (org-read-date nil |