Re: [O] Code blocks (partially) inherit buffer colors

2013-03-04 Thread Richard Stanton
Hi Bastien: I just had the same thought, and found that it appears in a package I load called popup. Uninstalling this package allows org-html-htmlize-generate-css to run to completion (though this seems a bit of a heavy-handed way to get it to run!) Best, Richard On 3/4/13 9:48 AM, "Bastien"

Re: [O] Code blocks (partially) inherit buffer colors

2013-03-04 Thread Bastien
Hi Richard, Richard Stanton writes: > Thanks for the suggestion, Eric. Following the instructions, I fired > up Emacs, loaded files of various types, then ran the command > > org-html-htmlize-generate-css > > Unfortunately, this resulted in an error dump: > > Debugger entered--Lisp error: (error

Re: [O] Code blocks (partially) inherit buffer colors

2013-03-02 Thread Richard Stanton
-html-major-mode (funcall htmlize-html-major-mode)) (set (make-local-variable (quote htmlize-buffer-places)) (symbol-plist places)) (run-hooks (quote htmlize-after-hook)) (buffer-enable-undo)) (setq completed t) htmlbuf) (when (not completed) (kill-buffer htmlbuf)) (htmlize-delete-tmp-overlays)

Re: [O] Code blocks (partially) inherit buffer colors

2013-02-28 Thread Richard Stanton
Thanks, Eric. -Original Message- From: Eric Schulte [mailto:schulte.e...@gmail.com] Sent: Thursday, February 28, 2013 9:29 PM To: Richard Stanton Cc: emacs-orgmode@gnu.org Subject: Re: [O] Code blocks (partially) inherit buffer colors Richard Stanton writes: > When I export a c

Re: [O] Code blocks (partially) inherit buffer colors

2013-02-28 Thread Eric Schulte
Richard Stanton writes: > When I export a code block to HTML, I've noticed that some (but not > all) of the characters in the resulting HTML file have the same > background color as my Emacs buffer at the time I exported. For > example, if I export > > --- > > #+begin_src python > a = 5 >