comparison lisp/textmodes/org.el @ 66741:947d92b6000d

(org-export-as-html): Removed bogus (debug) form.
author Carsten Dominik <dominik@science.uva.nl>
date Mon, 07 Nov 2005 10:57:10 +0000
parents a9a692f50d60
children 4da59b0dd54b
comparison
equal deleted inserted replaced
66740:9c1f10ee6651 66741:947d92b6000d
9101 (insert line (if org-export-preserve-breaks "<br>\n" "\n")))) 9101 (insert line (if org-export-preserve-breaks "<br>\n" "\n"))))
9102 ))) 9102 )))
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)))))
9110 9109
9111 (defun org-format-table-html (lines olines) 9110 (defun org-format-table-html (lines olines)