From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: DocBook exporter code (version 1.0) Date: Fri, 13 Mar 2009 07:37:24 +0100 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Li11R-0004UO-CW for emacs-orgmode@gnu.org; Fri, 13 Mar 2009 02:37:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Li11M-0004Tl-K2 for emacs-orgmode@gnu.org; Fri, 13 Mar 2009 02:37:32 -0400 Received: from [199.232.76.173] (port=58959 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Li11M-0004TV-GF for emacs-orgmode@gnu.org; Fri, 13 Mar 2009 02:37:28 -0400 Received: from mail-ew0-f179.google.com ([209.85.219.179]:59731) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Li11M-0006rk-2I for emacs-orgmode@gnu.org; Fri, 13 Mar 2009 02:37:28 -0400 Received: by ewy27 with SMTP id 27so3091900ewy.42 for ; Thu, 12 Mar 2009 23:37:26 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Baoqiu Cui Cc: Dale Smith , org-mode mode mailinglist On Mar 13, 2009, at 3:05 AM, Baoqiu Cui wrote: > 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. >>> >>> 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. This is already in org-exp.el and should work: #+DOCBOOK: dockbookcode and #+BEGIN_DOCBOOK docbookcode docbookcode docbookcode #+END_DOCBOOK Also I have just pushed changes to org-mtags.el (contributed package). If you load it, muse-like tags will be understood by Org as well, and you can write: dockbookcode - Carsten