emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Baoqiu Cui
Subject: [Orgmode] Re: DocBook exporter code (version 1.0)
Date: Thu, 12 Mar 2009 20:12:56 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (darwin)

Baoqiu Cui <address@hidden> writes:
>> Dale Smith <address@hidden> 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, I've used this for inserting a programming instruction
>>> that cauaes a page-break.  I'm sure there could be many many uses.
>>>
>>> Any ideas or suggestions?  Something I've missed?
>>
>> This may require adding a markup like "#+BEGIN DOCBOOK" ... "#+END
>> DOCBOOK", which is some external change that makes Org less lightweight.
>> (LaTeX is a little different, because LaTeX fragments do not need a
>> markup in Org-mode.)  Don't know how Carsten and other people think.
>
> Oh, I just noticed that #+BEGIN_LaTeX ... #+END_LaTeX already exists.
> Then maybe it is OK to add #+BEGIN_DOCBOOK ... #+END_DOCBOOK.

Hi Dale,

Actually the following markups are already supported when I added the
block quote and verse support (I totally forgot about this).  We just
need to *externalize* these two constructs:

------------------------------------------------------------------------
#+DOCBOOK: Literal DocBook code for export

#+BEGIN_DOCBOOK
All lines between these markers are exported literally.
#+END_DOCBOOK
------------------------------------------------------------------------

I have updated the test file with 2 examples.  You can take a quick
look:

  http://code.google.com/p/bcui-emacs/source/browse/#svn/trunk/org-docbook

Thanks,
Baoqiu





reply via email to

[Prev in Thread] Current Thread [Next in Thread]