Graham Smith wrote:
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] <mailto:[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.


I am trying to understand what you want. If I understand things correctly you have an old htmlize-view.el in the folder you added to load-path, or?

I think this might conflict with the new htmlize-view.el that is included in EmacsW32/htmlize-view.el. This one is added to the files menu as "Quick Print".

Now I can't remember adding anything org-mode specific to htmlize-view.el. Is that something you have added?

Could you perhaps some small part from the preview (Quick Print - Preview with Web Browser)? Perhaps you can send those to me directly?


Reply via email to