]> code.delx.au - gnu-emacs/commitdiff
(org-export-as-html): Removed bogus (debug) form.
authorCarsten Dominik <dominik@science.uva.nl>
Mon, 7 Nov 2005 10:57:10 +0000 (10:57 +0000)
committerCarsten Dominik <dominik@science.uva.nl>
Mon, 7 Nov 2005 10:57:10 +0000 (10:57 +0000)
lisp/textmodes/org.el

index 372b0dd64bdfe251567f2207722e004002858a65..ef1c66bf166b2b529d01a22ebcf5ca2341e27a19 100644 (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)))))