diff options
| -rw-r--r-- | scripts/export-to-html.el | 1 | ||||
| -rw-r--r-- | scripts/export-to-text.el | 1 | 
2 files changed, 0 insertions, 2 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 diff --git a/scripts/export-to-text.el b/scripts/export-to-text.el index 4280d21..15b17a8 100644 --- a/scripts/export-to-text.el +++ b/scripts/export-to-text.el @@ -16,7 +16,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 | 
