From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: bug: superfluous

tags when exporting verse and quote blocks Date: Sun, 7 Dec 2008 21:17:00 +0100 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v929.2) 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 1L9Q3w-0005Nk-C9 for emacs-orgmode@gnu.org; Sun, 07 Dec 2008 15:17:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L9Q3v-0005MI-H8 for emacs-orgmode@gnu.org; Sun, 07 Dec 2008 15:17:08 -0500 Received: from [199.232.76.173] (port=44575 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9Q3v-0005M6-DI for emacs-orgmode@gnu.org; Sun, 07 Dec 2008 15:17:07 -0500 Received: from ug-out-1314.google.com ([66.249.92.171]:44967) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L9Q3u-0000VE-Vp for emacs-orgmode@gnu.org; Sun, 07 Dec 2008 15:17:07 -0500 Received: by ug-out-1314.google.com with SMTP id 36so851980uga.17 for ; Sun, 07 Dec 2008 12:17:04 -0800 (PST) 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: Xerxes Folupa <120715@gmail.com> Cc: emacs-orgmode@gnu.org Hi Xerxes, thanks for the report, I have both issues. - Carsten On Dec 7, 2008, at 7:35 PM, Xerxes Folupa wrote: > Hi, > > I spotted a little inconsistency in the way Org strips tags when > processing #+begin_verse ... #+end_verse, and #+begin_quote ... # > +end_quote blocks, compared with other literal blocks that strip > superfluous

tags correctly (e.g. #+html) > > org-version: Org-mode version 6.14 > > emacs-version: GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) > > As usual, it's easier to request a fix than to implement it > yourself... > > === > > * Sample input: > > > #+begin_verse > one > two > #+end_verse > > paragraph. > > #+begin_quote > one. --author > #+end_quote > > * Output: > >

>

> one
> two
>

>

>

> paragraph. >

>

>

>

> one. –author >

>
>

> > * Desired, 'valid xhtml' output: > >

> one
> two
>

>

> paragraph. >

>
>

> one. –author >

>
> > === > > Additional question: is the space before the
in verse blocks a > design decision? > > Cheers, > Xerxes > > > > _______________________________________________ > 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