I have just re-installed Emacsw32 and have lost my previous HTML printing set up from the menu, that used the following code in .emacs
(add-to-list 'load-path "C:\\Program Files\\EmacAddIns\\HTMLPrint") (require 'htmlize-view) (htmlize-view-add-to-files-menu) Of course EmacsW32 adds quick HTML printing BUT when printing Org-mode buffers, the EmacsW32 prints the Org-mode buffer preamble as text rather than HTML code to add headings etc to the print out. The additional lines in the Org-mode buffer are below #+TITLE: Tasks #+AUTHOR: Graham #+EMAIL: [EMAIL PROTECTED] #+LANGUAGE: en #+TEXT: Some descriptive text to be omitted. Several lines OK. #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t *:t TeX:t LaTeX:nil Is there a way of getting my original HTML printing option back so it takes full advantage of the org-mode features. Thanks, Graham