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



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to