diff options
| -rw-r--r-- | lisp/textmodes/org.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/textmodes/org.el b/lisp/textmodes/org.el index 372b0dd64bd..ef1c66bf166 100644 --- a/lisp/textmodes/org.el +++ b/lisp/textmodes/org.el | |||
| @@ -9103,7 +9103,6 @@ headlines. The default is 3. Lower levels will become bulleted lists." | |||
| 9103 | (if org-export-html-with-timestamp | 9103 | (if org-export-html-with-timestamp |
| 9104 | (insert org-export-html-html-helper-timestamp)) | 9104 | (insert org-export-html-html-helper-timestamp)) |
| 9105 | (insert "</body>\n</html>\n") | 9105 | (insert "</body>\n</html>\n") |
| 9106 | (debug) | ||
| 9107 | (normal-mode) | 9106 | (normal-mode) |
| 9108 | (save-buffer) | 9107 | (save-buffer) |
| 9109 | (goto-char (point-min))))) | 9108 | (goto-char (point-min))))) |