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

2011-01-12 Thread Baoqiu Cui
Hi Niels, niels giesen 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 b/lisp/org-docbook.el > ind

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

2010-10-26 Thread Baoqiu Cui
Carsten Dominik writes: > On Oct 25, 2010, at 11:52 PM, Baoqiu Cui wrote: > >> Sebastian Rose writes: >> >>> Carsten Dominik writes: >>>> OK, I will use class. I could make a special case for the docbook >>>> exporter.. >>>

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

2010-10-25 Thread Baoqiu Cui
Sebastian Rose writes: > Carsten Dominik 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 formats, some of which (like PDF) may know

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

2010-10-24 Thread Baoqiu Cui
Carsten Dominik 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 exporter does not really s

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

2010-05-14 Thread Baoqiu Cui
noindent @@ -9860,7 +9861,7 @@ 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

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

2010-05-13 Thread Baoqiu Cui
dsm...@vtiinstruments.com (Dale P. Smith) writes: > Baoqiu Cui writes: > >> Before I change the document for variable >> `org-export-docbook-xslt-proc-command', let's finalize the design of >> this first. :-) >> >> Currently `org-export-docbook-

[Orgmode] Re: Custom docbook stylesheets.

2010-05-13 Thread Baoqiu Cui
dsm...@vtiinstruments.com (Dale P. Smith) writes: Hi Dale and Carsten, > Carsten Dominik 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. > Previously, the t

[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
9:25 PM, Dale P. Smith wrote: > >> Baoqiu Cui writes: >> >>> Hi Dale, >>> >>> Dale Smith writes: >>> >>>> Dale Smith writes: >>>> >>>>>>>> The current org-export-docbook-xslt-proc-command is

[Orgmode] Re: org <--> wiki ?

2010-05-12 Thread Baoqiu Cui
Dave Mason writes: > Matt Price 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 --> wiki exports? I h

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

2010-05-12 Thread Baoqiu Cui
Carsten Dominik 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 exporters and everyth

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

2010-05-12 Thread Baoqiu Cui
Hi Carsten, Carsten Dominik 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 t

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

2010-05-11 Thread Baoqiu Cui
"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 that i

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

2010-05-11 Thread Baoqiu Cui
"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 that i

[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 table

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

2010-04-03 Thread Baoqiu Cui
Carsten Dominik writes: > On Apr 3, 2010, at 9:15 AM, Baoqiu Cui wrote: > >> Carsten Dominik writes: >> >>> Hi Baoqiu, >>> >>> I did apply the patch - by hand because the Emai program did wrap one >>> or two lines. >>> >>>

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

2010-04-03 Thread Baoqiu Cui
Carsten Dominik 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 indentation problem in my ori

[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 b

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

2010-03-05 Thread Baoqiu Cui
Carsten Dominik 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 > meaningful output

[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" 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, Thanks for p

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" 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 enclosed

[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" 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 the exp

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

2010-01-02 Thread Baoqiu Cui
Birch Browning 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 like to get > it into t

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

2009-11-08 Thread Baoqiu Cui
Richard Moreland 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 testers who h

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

2009-07-30 Thread Baoqiu Cui
Hi, Bernt Hansen writes: > Nick Dokos writes: > >> Bernt Hansen 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 (does it work as well with HTML?). >

[Orgmode] Re: Custom docbook stylesheets.

2009-06-22 Thread Baoqiu Cui
Hi Dale, Dale Smith writes: > Dale Smith 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 (all?) xslt > processors, but

[Orgmode] Re: Docbook export error...

2009-06-16 Thread Baoqiu Cui
Hi Madhu, Madhu Rao 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 org-protecting-blocks"). AFAIK,

[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 Th

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

2009-06-14 Thread Baoqiu Cui
Carsten Dominik 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

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

2009-06-13 Thread Baoqiu Cui
Carsten Dominik writes: > Fixed, thanks. > > - Carsten > > On Jun 14, 2009, at 7:42 AM, Baoqiu Cui wrote: > >> Hi, >> >> I just did the following: >> >> git pull >> make clean >> make all >> >> but hit this error: >

[Orgmode] Re: Sourceforge community award

2009-06-13 Thread Baoqiu Cui
Cameron Horsburgh writes: > At Sat, 13 Jun 2009 22:32:21 -0700, > Baoqiu Cui wrote: >> >> Nick Dokos writes: >> >> > Carsten Dominik wrote: >> > >> >> One more: How about this one: >> >> >> >> For question two I

[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: Sourceforge community award

2009-06-13 Thread Baoqiu Cui
Nick Dokos writes: > Carsten Dominik 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 hackers in the world. >> >> Just

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

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

[Orgmode] Re: docbook export-special

2009-05-28 Thread Baoqiu Cui
Rustom Mody writes: > On Thu, May 28, 2009 at 2:30 PM, Carsten Dominik > wrote: >> >> On May 28, 2009, at 9:47 AM, Rustom Mody wrote: >> >>> Hello Baoqiu, >>> >>> Rustom Mody gmail.com> writes: >>> Baoqiu wrote: Can you use #+BEGIN_DOCBOOK ... #+END_DOCBOOK instead to achieve what >>>

[Orgmode] Re: Custom docbook stylesheets.

2009-05-27 Thread Baoqiu Cui
Carsten Dominik writes: > On May 27, 2009, at 2:13 AM, Dale Smith wrote: > >> Greetings List, >> >> I was suprised an pleased to discover that the docbook exporter has >> the ability to apply the stylesheets to transform to fo and to also >> process that to pdf. Somehing I'd like to see is a doc

[Orgmode] Re: docbook export-special

2009-05-27 Thread Baoqiu Cui
EGIN_DOCBOOK ... #+END_DOCBOOK instead to achieve what you want? Thanks, Baoqiu > From: Carsten Dominik > To: Baoqiu Cui > Cc: Carsten Dominik > Subject: Re: [Orgmode] Re: markup in environments in latex export > Date: Wed, 29 Apr 2009 21:24:27 +0200 > > Hi Baoqiu, >

[Orgmode] Re: docbook export-special

2009-05-26 Thread Baoqiu Cui
Hi Rustom, Rustom Mody 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 you mean exporting

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

2009-05-20 Thread Baoqiu Cui
Dale Smith writes: > Baoqiu Cui 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 >> o

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

2009-05-20 Thread Baoqiu Cui
Hi Dale, Dale Smith 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 support in DocBook export

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

2009-05-10 Thread Baoqiu Cui
ocbookp". > > 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'l

[Orgmode] Re: Export Org files to TWiki format

2009-05-07 Thread Baoqiu Cui
butors 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 writes: >> >> > You mean

[Orgmode] Re: Export Org files to TWiki format

2009-05-07 Thread Baoqiu Cui
-0700, Baoqiu Cui wrote: >> 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 >&

[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, and

[Orgmode] Patch for a timestamp exporting bug in org-latex.el

2009-04-14 Thread Baoqiu Cui
Hi Carsten, It seems that a minor old bug in LaTeX exporter was exposed recently by your timestamp change. When exporting a simple Org file that contains just the following two lines to LaTeX format, I got an error message saying "Invalid use of `\' in replacement text": * DONE Test CLOSED: [2

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

2009-04-09 Thread Baoqiu Cui
Carsten Dominik 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 possible. This may be

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

2009-04-09 Thread Baoqiu Cui
Hi Leo, Leo 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 + to > decrease/increase the item's indentation. Increasing the indentation

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

2009-04-08 Thread Baoqiu Cui
Carsten Dominik 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 List It

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

2009-04-06 Thread Baoqiu Cui
Hi Carsten, During the weekend, I found and fixed two bugs that exist in HTML/DocBook exporters (see the following descriptions). I am attaching a patch for the fixes at the end of this email. 1. Bug One: two consecutive lists with different list types at the same level are exported as *one*

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

2009-03-24 Thread Baoqiu Cui
Hi Carsten, Carsten Dominik 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 > exporter. >It

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

2009-03-23 Thread Baoqiu Cui
Matthew Lundin writes: > Carsten, > > Matthew Lundin 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 terminate >> a plain list

[Orgmode] Re: Exclamation mark not a postmatch ?

2009-03-23 Thread Baoqiu Cui
Carsten Dominik 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. Emacs-orgmode@gnu.org http://lists.g

[Orgmode] Re: Exclamation mark not a postmatch ?

2009-03-23 Thread Baoqiu Cui
Daniel Clemente 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 an

[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, and

[Orgmode] Re: bug in exporting checkbox lists

2009-03-20 Thread Baoqiu Cui
Rainer Thiel 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 and related > ex

[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 possible,

[Orgmode] Re: ~verbatim~ and =code= inconsistency exporting to Latex/HTML

2009-03-13 Thread Baoqiu Cui
Carsten Dominik writes: > On Mar 12, 2009, at 9:39 PM, Emilio Garcia Cota wrote: > >> #+TITLE: (bug|feature)? report -- exporting ~verbatim~ and =code= >> into Latex >> #+AUTHOR: me >> #+EMAIL: e...@ma.il >> # I use latest Git (that's 1 commit ahead of 6.24c) on Emacs 22.3.1 >> >> * ~verbatim~ an

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

2009-03-12 Thread Baoqiu Cui
Baoqiu Cui writes: >> Dale Smith 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

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

2009-03-12 Thread Baoqiu Cui
Baoqiu Cui writes: > Dale Smith 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 tag. >> >>

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

2009-03-12 Thread Baoqiu Cui
Hi Dale, Dale Smith writes: > Baoqiu Cui 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. You

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

2009-03-09 Thread Baoqiu Cui
Hi Carsten, Carsten Dominik 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 the freedom > t

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

2009-03-08 Thread Baoqiu Cui
would be willing to to the necessary > work to keep it up to date and working. I won't have any problem with maintaining this exporter. Thanks, Baoqiu > Best wishes > > - Carsten > > On Mar 8, 2009, at 6:10 AM, Baoqiu Cui wrote: > >> Hi, >> >> I just poste

[Orgmode] Re: DocBook exporter for Org-mode

2009-03-07 Thread Baoqiu Cui
Baoqiu Cui writes: > Dale Smith writes: > >> Baoqiu Cui 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 for

[Orgmode] Re: DocBook exporter for Org-mode

2009-03-07 Thread Baoqiu Cui
Dale Smith writes: > Sebastian Rose writes: > >> Gour 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 DocBook export is such a great thing. >> >

[Orgmode] Re: DocBook exporter for Org-mode

2009-03-07 Thread Baoqiu Cui
Gour writes: >>>>>> "Baoqiu" == Baoqiu Cui 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 proble

[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-04 Thread Baoqiu Cui
Hi Gour, Gour writes: >>>>>> "Baoqiu" == Baoqiu Cui 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 co

[Orgmode] Re: DocBook exporter for Org-mode

2009-03-04 Thread Baoqiu Cui
Gour writes: >> "Sebastian" == Sebastian Rose 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 author documents in i

[Orgmode] Re: DocBook exporter for Org-mode

2009-03-03 Thread Baoqiu Cui
Dale Smith writes: > Sebastian Rose writes: > >> The LaTeX and XHTML export (which, by the >> way, could be transformed just as good as docbook) work and are widely >> used. > > I'm not sure sure. I think docbook is much more content oriented than > LaTeX and xhtml, which seem to be more presen

[Orgmode] Re: DocBook exporter for Org-mode

2009-03-03 Thread Baoqiu Cui
Sebastian Rose 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 > does. I don

[Orgmode] Re: DocBook exporter for Org-mode

2009-03-03 Thread Baoqiu Cui
Sebastian Rose 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 includes lots of

[Orgmode] Re: DocBook exporter for Org-mode

2009-03-03 Thread Baoqiu Cui
er (e.g. the XHTML > exporter) and could provide xslt stylesheets to transform the output. > > This would guaranty a slitely more complete and bugfree export, which is > configured from one org-publish-project-alist. > > Regards, > >Sebastian > > > > Dale Smith

[Orgmode] Re: DocBook exporter for Org-mode

2009-03-03 Thread Baoqiu Cui
Dale Smith writes: > Baoqiu Cui 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

[Orgmode] Re: DocBook exporter for Org-mode

2009-03-02 Thread Baoqiu Cui
Baoqiu Cui writes: > Hello Dominik, Sorry, I meant "Prof. Dominik". The email address misled me. :-) Baoqiu > use it two weeks ago. I've been using (X)Emacs since 1995, and had > tried to use Muse about 2-3 years ago for note-taking and simple > publishin