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