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

2013-03-04 Thread Bastien
Hi Richard, Richard Stanton stan...@haas.berkeley.edu 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

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-02 Thread Richard Stanton
) execute-extended-command(nil) call-interactively(execute-extended-command nil nil) -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

[O] Code blocks (partially) inherit buffer colors

2013-02-28 Thread Richard Stanton
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 #+end_src the code block

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

2013-02-28 Thread Eric Schulte
Richard Stanton stan...@haas.berkeley.edu 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 ---

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 stan...@haas.berkeley.edu writes