running.el 247 B

123456789
  1. (load "org-exp-blocks.el")
  2. (defun org-exp-preprocess ()
  3. "This is a simple helper to preprocess a file without actually
  4. exporting to html or latex. Useful for debugging."
  5. (interactive)
  6. (let ((htmlp t))
  7. (org-export-blocks-preprocess)))