From 773c25464788fbb9efc32b48934034e8a82a7761 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sun, 24 Mar 2024 20:34:49 +0900 Subject: Remove debug print operations. --- scripts/export-to-html.el | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/export-to-html.el') 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 -- cgit v1.2.3