(org-export-as-html): Removed bogus (debug) form.

This commit is contained in:
Carsten Dominik 2005-11-07 10:57:10 +00:00
parent b58b00ca71
commit 9fe0d191bb

View file

@ -9103,7 +9103,6 @@ headlines. The default is 3. Lower levels will become bulleted lists."
(if org-export-html-with-timestamp
(insert org-export-html-html-helper-timestamp))
(insert "</body>\n</html>\n")
(debug)
(normal-mode)
(save-buffer)
(goto-char (point-min)))))