[Orgmode] Re: org-mode table with backslash inside fails to export to DocBook

2011-01-12 Thread Baoqiu Cui
Hi Niels, niels giesen niels.gie...@gmail.com writes: The following changes (replace-match literally in `org-export-docbook-finalize-table') solves this problem for me, but I would not know whether this would break anything else. #+begin_src diff diff --git a/lisp/org-docbook.el

Re: [Orgmode] Re: Aligning Columns in HTML Export Tables

2010-10-26 Thread Baoqiu Cui
Carsten Dominik carsten.domi...@gmail.com writes: On Oct 25, 2010, at 11:52 PM, Baoqiu Cui wrote: Sebastian Rose sebastian_r...@gmx.de writes: Carsten Dominik carsten.domi...@gmail.com writes: OK, I will use class. I could make a special case for the docbook exporter.. +1 +1

Re: [Orgmode] Re: Aligning Columns in HTML Export Tables

2010-10-25 Thread Baoqiu Cui
Sebastian Rose sebastian_r...@gmx.de writes: Carsten Dominik carsten.domi...@gmail.com writes: OK, I will use class. I could make a special case for the docbook exporter.. +1 +1 for making a special case for the docbook exporter. :-) (DocBook documents can be rendered in different

Re: [Orgmode] Re: Aligning Columns in HTML Export Tables

2010-10-24 Thread Baoqiu Cui
Carsten Dominik carsten.domi...@gmail.com writes: Baoqiu, (or any other users of the docbook exporter) I am not sure if the docbook format has suffered from this change, could you please run a few tests involving tables and report back? Thanks for supporting this new feature. DocBook

[Orgmode] Re: [PATCH] Re: Custom docbook stylesheets.

2010-05-14 Thread Baoqiu Cui
@@ For more information, see the documentation on Worg. @section DocBook export @cindex DocBook export @cindex PDF export -...@cindex Cui, Baoqui +...@cindex Cui, Baoqiu Org contains a DocBook exporter written by Baoqiu Cui. Once an Org file is exported to DocBook format, it can be further

[Orgmode] Re: Custom docbook stylesheets.

2010-05-13 Thread Baoqiu Cui
, Dale P. Smith wrote: Baoqiu Cui cbao...@yahoo.com writes: Hi Dale, Dale Smith dsm...@vtiinstruments.com writes: Dale Smith dsm...@vtiinstruments.com writes: The current org-export-docbook-xslt-proc-command is a format string, with a fixed order of arguments (the fo filename

[Orgmode] [PATCH] Avoid warning of free variable `old'

2010-05-13 Thread Baoqiu Cui
Hi Carsten, Here is a small patch to remove the warning of a free variable `old' in org.el. Just noticed that today. diff --git a/lisp/org.el b/lisp/org.el index 06daa9c..0da5ba3 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -15552,7 +15552,7 @@ BEG and END default to the buffer boundaries.

[Orgmode] Re: Custom docbook stylesheets.

2010-05-13 Thread Baoqiu Cui
dsm...@vtiinstruments.com (Dale P. Smith) writes: Hi Dale and Carsten, Carsten Dominik carsten.domi...@gmail.com writes: do I still need to do something with #+XSLT? If yes, could you please spell it out for me? Ok! So now the command to process docbook to whatever is more flexible.

[Orgmode] Re: Wow -- adding images to an org file

2010-05-12 Thread Baoqiu Cui
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com writes: On May 12, 2010, at 7:39 AM, Baoqiu Cui wrote: ... I like the idea of inline image display too, but hit the similar problems. After reading the code in org.el, I found that the inline image file link has to start with either

[Orgmode] Re: Wow -- adding images to an org file

2010-05-12 Thread Baoqiu Cui
Carsten Dominik carsten.domi...@gmail.com writes: Hi Baoqiu, thanks for the patch, I have applied it. Hopefully this will work in the export backends, but it might - otherwise we will see bug reports soon enough... Thanks, Carsten. I have tried my test case for LaTeX, DocBook, and HTML

[Orgmode] Re: org -- wiki ?

2010-05-12 Thread Baoqiu Cui
Dave Mason d...@bronto.com writes: Matt Price mopto...@gmail.com writes: I see from the archives that the topic of two-way org -- wiki export/import has been raised before . Is anyone doing anything of this nature, or alternatively, does anyone even have a straightforward workflow for org

[Orgmode] [PATCH] Re: Wow -- adding images to an org file

2010-05-11 Thread Baoqiu Cui
ro...@iinet.net.au ro...@iinet.net.au writes: I very much like the idea of native inline image display in Org-mode but can't seem to make it work. Given a 6.36 snapshot or 6.36 release and these org file contents * Test image Test image [[Screenshot.png]] I hoped org would display

[Orgmode] Re: Wow -- adding images to an org file

2010-05-11 Thread Baoqiu Cui
ro...@iinet.net.au ro...@iinet.net.au writes: I very much like the idea of native inline image display in Org-mode but can't seem to make it work. Given a 6.36 snapshot or 6.36 release and these org file contents * Test image Test image [[Screenshot.png]] I hoped org would display

[Orgmode] Re: Renumber HTML ordered lists from org-mode?

2010-04-26 Thread Baoqiu Cui
Hi Carsten, Attached please find the patch to support this new feature in the DocBook exporter: diff --git a/lisp/org-docbook.el b/lisp/org-docbook.el index bb8d048..d7ea4b7 100644 --- a/lisp/org-docbook.el +++ b/lisp/org-docbook.el @@ -533,7 +533,7 @@ publishing directory. table-buffer

Re: [Orgmode] Re: #+LABEL: in HTML export

2010-04-03 Thread Baoqiu Cui
Carsten Dominik carsten.domi...@gmail.com writes: Hi Baoqiu, I did apply the patch - by hand because the Emai program did wrap one or two lines. Please check if everything went well. Thanks for the quick action, Carsten! Your patch applying was perfect, and you actually fixed an

Re: [Orgmode] Re: #+LABEL: in HTML export

2010-04-03 Thread Baoqiu Cui
Carsten Dominik carsten.domi...@gmail.com writes: On Apr 3, 2010, at 9:15 AM, Baoqiu Cui wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hi Baoqiu, I did apply the patch - by hand because the Emai program did wrap one or two lines. Please check if everything went well. Thanks

[Orgmode] Re: #+LABEL: in HTML export

2010-04-02 Thread Baoqiu Cui
Hi Carsten, I've made corresponding changes in org-docbook.el to support this feature in the DocBook exporter. Please check the attached patch, in which I also fixed a minor bug that was introduced in your recent change of new and better support for entities. diff --git a/lisp/org-docbook.el

[Orgmode] Re: org export as twiki - Failure to export with error: (wrong-type-argument stringp nil)

2010-03-05 Thread Baoqiu Cui
Carsten Dominik carsten.domi...@gmail.com writes: Hi Baoqiu and Mario, clearly, writing =double[3][3]= is the correct solution to this problem. As for the behavior of [3][3], this is not clearly defined. Neither the LaTeX nor the HTML exporter handle this case gracefully, as in producing

Re: [Orgmode] Re: org export as twiki - Failure to export with error: (wrong-type-argument stringp nil)

2010-03-04 Thread Baoqiu Cui
Mario E. Munich mari...@ieee.org writes: Dear Baoqiu, thanks a lot for the reply... I have done some level of debugging (I should have probably done it before, but I was not sure of what was going on) and I had realized that the problem is in using brackets [ ] in the text. Please find

[Orgmode] Re: org export as twiki - Failure to export with error: (wrong-type-argument stringp nil)

2010-03-04 Thread Baoqiu Cui
Mario E. Munich mari...@ieee.org writes: Dear Baoqiu, thanks a lot for the reply... I have done some level of debugging (I should have probably done it before, but I was not sure of what was going on) and I had realized that the problem is in using brackets [ ] in the text. Hi Mario,

[Orgmode] Re: org export as twiki - Failure to export with error: (wrong-type-argument stringp nil)

2010-03-03 Thread Baoqiu Cui
Mario E. Munich mari...@ieee.org writes: *What steps will reproduce the problem?* 1. orgmode 0.34c, emacs 23 on Ubuntu 9.10 (this function used to work in previous versions of orgmode) 2. Write an org file 3. Use the provided function to export as twiki to find the error message *What is

[Orgmode] Re: export:org-docbook-texinfo-PDF

2010-01-02 Thread Baoqiu Cui
Birch Browning birch.brown...@gmail.com writes: Has anyone here been successful in exporting an orgmode document to docbook, coverting it to texinfo and then to PDF? If so, would you kindly tell me how you accomplished this? I can successfully produce a PDF from Docbook export, but would

[Orgmode] Re: MobileOrg 1.0 for iPhone/iPod Touch now available

2009-11-08 Thread Baoqiu Cui
Richard Moreland r...@ncogni.to writes: Hi all, MobileOrg 1.0 is now available in the iTunes AppStore: http://bit.ly/1kpHqg Documentation (including a screencast demonstrating the app) is available on the website at http://mobileorg.ncogni.to. Many thanks to Carsten and all the beta

[Orgmode] Re: How do you use org for other formats

2009-07-30 Thread Baoqiu Cui
Hi, Bernt Hansen be...@norang.ca writes: Nick Dokos nicholas.do...@hp.com writes: Bernt Hansen be...@norang.ca wrote: Actually you're right - I didn't notice that. If I export via docbook (C-c C-e V) it looks better: http://www.norang.ca/tmp/x-3.pdf Yes, it does look much better

[Orgmode] Re: Custom docbook stylesheets.

2009-06-23 Thread Baoqiu Cui
Hi Dale, Dale Smith dsm...@vtiinstruments.com writes: Dale Smith dsm...@vtiinstruments.com writes: The current org-export-docbook-xslt-proc-command is a format string, with a fixed order of arguments (the fo filename and then the input docbook filname). Thats probably good enough for most

[Orgmode] Re: Docbook export error...

2009-06-16 Thread Baoqiu Cui
Hi Madhu, Madhu Rao bgm...@gmail.com writes: Carsten, I don't seem to have this problem on the latest pull. Don't know what resolved it. You might have run into the same problem that I ran into (see messages posted recently with subject Compilation error about

[Orgmode] Re: Sourceforge community award

2009-06-14 Thread Baoqiu Cui
Cameron Horsburgh ca...@netcall.com.au writes: At Sat, 13 Jun 2009 22:32:21 -0700, Baoqiu Cui wrote: Nick Dokos nicholas.do...@hp.com writes: Carsten Dominik carsten.domi...@gmail.com wrote: One more: How about this one: For question two I currently have: We should win

[Orgmode] Re: Compilation error about org-protecting-blocks

2009-06-14 Thread Baoqiu Cui
, 2009, at 7:42 AM, Baoqiu Cui wrote: Hi, I just did the following: git pull make clean make all but hit this error: ... In toplevel form: lisp/org-exp.el:31:1:Error: Symbol's value as variable is void: org-protecting-blocks make: *** [lisp/org-exp.elc] Error 1

[Orgmode] Re: Compilation error about org-protecting-blocks

2009-06-14 Thread Baoqiu Cui
Carsten Dominik carsten.domi...@gmail.com writes: On Jun 14, 2009, at 8:22 AM, Baoqiu Cui wrote: Hi Carsten, Thanks for the quick fix. However the problem still exists on my computer (running GNU Emacs 22.3.1 (i386-apple-darwin9.5.0, Carbon Version 1.6.0) of 2008-10-31 on leopard.local

[Orgmode] [PATCH] Fix a DocBook/HTML exporter bug for literal examples

2009-06-14 Thread Baoqiu Cui
Carsten, Recent changes to respect example indentations introduced a bug in both DocBook and HTML exporters. The following example #+BEGIN_EXAMPLE Group of lines separated by empty lines: Line One. Line Two. Line

[Orgmode] Re: Sourceforge community award

2009-06-13 Thread Baoqiu Cui
Nick Dokos nicholas.do...@hp.com writes: Carsten Dominik carsten.domi...@gmail.com wrote: One more: How about this one: For question two I currently have: We should win because by letting people shape their productive selves, org-mode has spawned the best community of life

[Orgmode] Compilation error about org-protecting-blocks

2009-06-13 Thread Baoqiu Cui
Hi, I just did the following: git pull make clean make all but hit this error: ... In toplevel form: lisp/org-exp.el:31:1:Error: Symbol's value as variable is void: org-protecting-blocks make: *** [lisp/org-exp.elc] Error 1 Is this a known problem? Thanks, Baoqiu

[Orgmode] Re: Did Anyone Ever Get This Working ... ?

2009-05-29 Thread Baoqiu Cui
Tennis Smith ten...@tripit.com writes: Hi,Has anyone figured out a way to export from org to a trac wiki?  I#39;ve tried ascii (ugly) and html (doesn#39;t work).Tks,-T Recently I wrote an XSL stylesheet that converts DocBook documents to TWiki format (see docbook2twiki.googlecode.com/). You

[Orgmode] Re: docbook export-special

2009-05-28 Thread Baoqiu Cui
Rustom Mody rustompm...@gmail.com writes: On Thu, May 28, 2009 at 2:30 PM, Carsten Dominik carsten.domi...@gmail.com wrote: On May 28, 2009, at 9:47 AM, Rustom Mody wrote: Hello Baoqiu, Rustom Mody rustompmody at gmail.com writes: Baoqiu wrote: Can you use #+BEGIN_DOCBOOK ...

[Orgmode] Re: docbook export-special

2009-05-26 Thread Baoqiu Cui
Hi Rustom, Rustom Mody rustompm...@gmail.com writes: Thanks Carsten for 6.27. Ive been playing around with docbook export and further processing and was looking for something like export-special. Now its come but not (yet) for the docbook exporter. What do you mean by export-special? Do

[Orgmode] Re: {{{macro}}} expansion not working properly for docbook export

2009-05-20 Thread Baoqiu Cui
Hi Dale, Dale Smith dsm...@vtiinstruments.com writes: {{{maxro}}} expansion does not happen for docbook export until an html export is done. After that, macros seems to be expanded properly for docbook export. Thanks for reporting this bug. For some reason I missed the coverage of macro

[Orgmode] Re: {{{macro}}} expansion not working properly for docbook export

2009-05-20 Thread Baoqiu Cui
Dale Smith dsm...@vtiinstruments.com writes: Baoqiu Cui cbao...@yahoo.com writes: Thanks for reporting this bug. For some reason I missed the coverage of macro support in DocBook exporter, and the bug was caused by an optimization that I thought I did in the code... Variable org-export

[Orgmode] Re: ditaa and dot blocks with docbook export

2009-05-10 Thread Baoqiu Cui
docbookp. Boy was *that* easy! Works great. Thanks Baoqiu Cui. Thanks for making this work for DocBook exporter. I have not tried ditaa, but I am glad to know that everything works with DocBook with your simple patch. Can ditaa generate SVG images from ASCII arts? I'll be more interested

[Orgmode] Export Org files to TWiki format

2009-05-07 Thread Baoqiu Cui
Hi, Recently I wrote an XSL stylesheet that converts DocBook documents to TWiki (http://www.twiki.org/) format, and it can be used to convert Org files to TWiki format using DocBook exporter as a bridge. I have used it to generate some of my recent TWiki documents at work from Org mode files,

[Orgmode] Re: Export Org files to TWiki format

2009-05-07 Thread Baoqiu Cui
contributors are moving to Foswiki, then it is a good move to convert. No matter what, Foswiki and TWiki should try to be 100% compatible. Baoqiu On Thu, May 07, 2009 at 09:29:37PM -0700, Baoqiu Cui wrote: Hi Russell, Russell Adams rlad...@adamsinfoserv.com writes: You mean FOSWiki, right

[Orgmode] Re: Patch to fix two bugs in HTML/DocBook exporters

2009-04-09 Thread Baoqiu Cui
Hi Leo, Leo sdl@gmail.com writes: 1. Ordered List Item 1 2. Ordered List Item 2 - Itemized List Item 1 - Itemized List Item 2 - Itemized List Item 3 mixing lists is easy to do. Just use Alt + left/right to decrease/increase the item's indentation. Increasing the

[Orgmode] Re: Patch to fix two bugs in HTML/DocBook exporters

2009-04-09 Thread Baoqiu Cui
Carsten Dominik carsten.domi...@gmail.com writes: Hi Baoqiu, I really don't see why. Under what circumstances would you want to mix list types like this, without at least on little transition sentence between the lists? I cannot remember any occasion when I would have wanted this to be

[Orgmode] Re: Patch to fix two bugs in HTML/DocBook exporters

2009-04-08 Thread Baoqiu Cui
Carsten Dominik carsten.domi...@gmail.com writes: 1. Bug One: two consecutive lists with different list types at the same level are exported as *one* list. For example, the following two lists 1. Ordered List Item 1 2. Ordered List Item 2 - Itemized List Item 1 - Itemized

[Orgmode] Re: Feature request (org-empty-line-terminates-plain-lists)

2009-03-25 Thread Baoqiu Cui
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com writes: Possible solutions: 1. Allow #+begin_example and friends to be indented and remove the same amount of whitespace from all example lines as the #+begin line has. This is possible, but would require a lot of work in the LaTeX

[Orgmode] Re: Feature request (org-empty-line-terminates-plain-lists)

2009-03-24 Thread Baoqiu Cui
Matthew Lundin m...@imapmail.org writes: Carsten, Matthew Lundin m...@imapmail.org writes: If I may be so bold, I'd like to request an additional setting for org-empty-line-terminates-plain-lists. Namely, I was wondering if it would be possible to add an option whereby 2 empty lines would

[Orgmode] Exclamation mark not a postmatch ?

2009-03-23 Thread Baoqiu Cui
Hi, Today I just found out that the exclamation mark ('!') is not allowed as postmatch in org-emphasis-regexp-components, but '?' is. For example: This is *NOT BOLD*! Is there any special reason behind this? It seems to me that both '!' and '?' are commonly used at the end of a sentence,

[Orgmode] Re: Exclamation mark not a postmatch ?

2009-03-23 Thread Baoqiu Cui
Daniel Clemente n142...@gmail.com writes: El dl, mar 23 2009, Baoqiu Cui va escriure: Am I missing anything (or do I have to customize variable org-emphasis-regexp-components to support this)? I tried to search the mailing list archive about this, but could not find anything. I asked

[Orgmode] Re: Exclamation mark not a postmatch ?

2009-03-23 Thread Baoqiu Cui
Carsten Dominik carsten.domi...@gmail.com writes: Hi Baoqiu,this is just an omission, fixed now. Thanks.- CarstenOn Thanks for the quick fix! Baoqiu ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list.

[Orgmode] Re: bug in exporting checkbox lists

2009-03-20 Thread Baoqiu Cui
Rainer Thiel r.th...@uni-jena.de writes: I want to report what I think is a bug in the routines for exporting checkbox lists into LaTeX-related formats (including pdf). While checkboxes checked in orgmode appear as checked in html and ascii exports, all boxes are blank (unchecked) in LaTeX

[Orgmode] Problem with BEGIN_CENTER

2009-03-18 Thread Baoqiu Cui
It seems that the newly added feature BEGIN_CENTER only supports *one* paragraph, i.e. only the first paragraph after BEGIN_CENTER will be centered in exported HTML format. For example, for the following lines in my Org file: #+BEGIN_CENTER Everything should be made as simple as

[Orgmode] Re: DocBook exporter code (version 1.0)

2009-03-12 Thread Baoqiu Cui
Hi Dale, Dale Smith da...@vxitech.com writes: Baoqiu Cui cbao...@yahoo.com writes: I just posted the code for DocBook exporter to Google Code. I've been enjoying this docbook exporter for sveral days now. Thanks Baoqiu! Thanks a lot for your great help in testing this exporter. Your

[Orgmode] Re: DocBook exporter code (version 1.0)

2009-03-12 Thread Baoqiu Cui
Baoqiu Cui cbao...@yahoo.com writes: Dale Smith da...@vxitech.com writes: Somthing that muse has that I'd really like to see in org is some way to insert raw docbook into the exported output. The LaTeX exporter already has a feature like this. Muse-mode uses the literal tag. In the past

[Orgmode] Re: DocBook exporter code (version 1.0)

2009-03-12 Thread Baoqiu Cui
Baoqiu Cui cbao...@yahoo.com writes: Dale Smith da...@vxitech.com writes: Somthing that muse has that I'd really like to see in org is some way to insert raw docbook into the exported output. The LaTeX exporter already has a feature like this. Muse-mode uses the literal tag. In the past

[Orgmode] Re: DocBook exporter code (version 1.0)

2009-03-09 Thread Baoqiu Cui
Hi Carsten, Carsten Dominik domi...@science.uva.nl writes: Hi Baoqui, thank you very much for creating this exporter, and for contributing it to Org. Do you have a copyright assignment with the FSF that would cover Org- mode? If not, would you be willing to sign one? This will give us

[Orgmode] Re: DocBook exporter code (version 1.0)

2009-03-08 Thread Baoqiu Cui
Best wishes - Carsten On Mar 8, 2009, at 6:10 AM, Baoqiu Cui wrote: Hi, I just posted the code for DocBook exporter to Google Code. You can use the following link to get access to the code and example files: http://code.google.com/p/bcui-emacs/source/browse/#svn/trunk/org- docbook

[Orgmode] DocBook exporter code (version 1.0)

2009-03-07 Thread Baoqiu Cui
Hi, I just posted the code for DocBook exporter to Google Code. You can use the following link to get access to the code and example files: http://code.google.com/p/bcui-emacs/source/browse/#svn/trunk/org-docbook Here is the README:

[Orgmode] Re: DocBook exporter for Org-mode

2009-03-07 Thread Baoqiu Cui
Gour g...@mail.inet.hr writes: Baoqiu == Baoqiu Cui cbao...@yahoo.com writes: Baoqiu I knew it must be FOP that you did not like. ;-) I had similar Baoqiu experience using FOP, and I (and all other team members) had to Baoqiu find workarounds when hitting problems in FOP (like formatting

[Orgmode] Re: DocBook exporter for Org-mode

2009-03-07 Thread Baoqiu Cui
Dale Smith da...@vxitech.com writes: Sebastian Rose sebastian_r...@gmx.de writes: Gour g...@mail.inet.hr writes: Otoh, number of tags in DocBook is overwhelming and, imgo, way too distracting for most documentation tasks, at least, for *my* use-cases. It is, and that's exactly why the

[Orgmode] Re: DocBook exporter for Org-mode

2009-03-07 Thread Baoqiu Cui
Baoqiu Cui cbao...@yahoo.com writes: Dale Smith da...@vxitech.com writes: Baoqiu Cui cbao...@yahoo.com writes: The only thing that is missing (at least to me) in current Org-mode is the exporter for DocBook format. There is quite a bit of similarity between org and muse formats. I've

[Orgmode] Re: DocBook exporter for Org-mode

2009-03-04 Thread Baoqiu Cui
Gour g...@mail.inet.hr writes: Sebastian == Sebastian Rose sebastian_r...@gmx.de writes: Sebastian I highly apreciate the support of Docbook and your Sebastian effort. Yet, I think I don't want to publish XHTML through Sebastian Docbook. +1 I gave up on DocBook long ago. It's pain to

[Orgmode] Re: DocBook exporter for Org-mode

2009-03-04 Thread Baoqiu Cui
Hi Gour, Gour g...@mail.inet.hr writes: Baoqiu == Baoqiu Cui cbao...@yahoo.com writes: Baoqiu It is true that many open-source tools around DocBook are still Baoqiu not perfect, but they should be good enough for most of the work Baoqiu of most users. Some commercial tools exist

[Orgmode] Re: DocBook exporter for Org-mode

2009-03-03 Thread Baoqiu Cui
Dale Smith da...@vxitech.com writes: Baoqiu Cui cbao...@yahoo.com writes: The only thing that is missing (at least to me) in current Org-mode is the exporter for DocBook format. There is quite a bit of similarity between org and muse formats. I've found that I can edit .muse files in org

[Orgmode] Re: DocBook exporter for Org-mode

2009-03-03 Thread Baoqiu Cui
Sebastian Rose sebastian_r...@gmx.de writes: I think we would find hundreds of xslt stylesheets on the web to transform Docbook to virtually any format. Yes, this is the power and beauty of DocBook. Will we loose the features of htmlize.el? I'm not familiar with the Docbook DTD - I know it

[Orgmode] Re: DocBook exporter for Org-mode

2009-03-03 Thread Baoqiu Cui
Sebastian Rose sebastian_r...@gmx.de writes: I have not tried it, but it seems that syntax highlighting of source code listing can be done. See this page: http://www.sagehill.net/docbookxsl/SyntaxHighlighting.html Does this know about the fonts and colors I use in Emacs? htmlize.el