From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: BUG-ditaa export skips drawings Date: Fri, 17 Apr 2009 17:27:48 +0200 Message-ID: References: <87vdp4vy1b.fsf@gollum.intra.norang.ca> 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 1Luqln-0002iZ-Gw for emacs-orgmode@gnu.org; Fri, 17 Apr 2009 12:18:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Luqlj-0002hY-Sh for emacs-orgmode@gnu.org; Fri, 17 Apr 2009 12:18:27 -0400 Received: from [199.232.76.173] (port=60534 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Luqlj-0002hV-MN for emacs-orgmode@gnu.org; Fri, 17 Apr 2009 12:18:23 -0400 Received: from mail-ew0-f173.google.com ([209.85.219.173]:35703) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Luqlj-0007Lu-8B for emacs-orgmode@gnu.org; Fri, 17 Apr 2009 12:18:23 -0400 Received: by ewy21 with SMTP id 21so1303340ewy.31 for ; Fri, 17 Apr 2009 09:18:21 -0700 (PDT) In-Reply-To: <87vdp4vy1b.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org Hi Bernt, org-exp-blocks is confused by the "lisp" in the "#+end_src lisp" line. - Carsten On Apr 17, 2009, at 4:01 AM, Bernt Hansen wrote: > Hi, > > I've run into what I think is a ditaa export bug. The following file > doesn't export the first ditaa figure, only the last. > > Here's my test file: x.org > --8<---------------cut here---------------start------------->8--- > #+STARTUP: > * One > Here we go! > > #+begin_src lisp > (foo) > #+end_src lisp > > #+begin_ditaa task_states1.png -r -S > : +--------+ +---------+ +--------+ > : | | | | | | > : | AAAA +------>+ STARTED +------>+ DONE | > : | cRED | | cBLU | | cGRE | > : +--------+ +---------+ +--------+ > #+end_ditaa > > #+begin_ditaa task_states2.png -r -S > : +--------+ +---------+ +--------+ > : | | | | | | > : | BBBB +------>+ STARTED +------>+ DONE | > : | cRED | | cBLU | | cGRE | > : +--------+ +---------+ +--------+ > #+end_ditaa > --8<---------------cut here---------------end--------------->8--- > > I get the following partial HTML output (I've removed the > uninteresting > parts > > x.html: > --8<---------------cut here---------------start------------->8--- >

Here we go! >

> > > >
> (foo)
> 
> > > > > : +--------+ +---------+ +--------+ > : | | | | | | > : | AAAA +------>+ STARTED +------>+ DONE | > : | cRED | | cBLU | | cGRE | > : +--------+ +---------+ +--------+ > > > >
>

task_states2.png

>
> > > --8<---------------cut here---------------end--------------->8--- > > -Bernt > > > _______________________________________________ > 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