From: Carsten Dominik Date: Mon, 7 Nov 2005 10:57:10 +0000 (+0000) Subject: (org-export-as-html): Removed bogus (debug) form. X-Git-Tag: emacs-pretest-22.0.90~6019 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9fe0d191bb90cd2b0342e47b4ac136604a2c9467;p=emacs.git (org-export-as-html): Removed bogus (debug) form. --- 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." (if org-export-html-with-timestamp (insert org-export-html-html-helper-timestamp)) (insert "\n\n") - (debug) (normal-mode) (save-buffer) (goto-char (point-min)))))