From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: BUG-ditaa export skips drawings Date: Fri, 17 Apr 2009 12:20:36 -0400 Message-ID: <87fxg76yln.fsf@gollum.intra.norang.ca> References: <87vdp4vy1b.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Luqo8-0003k7-K5 for emacs-orgmode@gnu.org; Fri, 17 Apr 2009 12:20:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Luqo5-0003it-Em for emacs-orgmode@gnu.org; Fri, 17 Apr 2009 12:20:52 -0400 Received: from [199.232.76.173] (port=45758 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Luqo5-0003iq-Br for emacs-orgmode@gnu.org; Fri, 17 Apr 2009 12:20:49 -0400 Received: from mx20.gnu.org ([199.232.41.8]:54053) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Luqo5-00083V-1m for emacs-orgmode@gnu.org; Fri, 17 Apr 2009 12:20:49 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Luqo4-0008V8-7k for emacs-orgmode@gnu.org; Fri, 17 Apr 2009 12:20:48 -0400 In-Reply-To: (Carsten Dominik's message of "Fri\, 17 Apr 2009 17\:27\:48 +0200") 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Ah okay. I created that block using Eric's block YASnippet and didn't even think about the end tag being wrong (since it added that automagically for me when I typed in the block stuff...) I'll fix my snippet. Thanks! Bernt Carsten Dominik writes: > 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