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 18:23:48 +0200 Message-ID: <17EF489F-9B9B-4510-A7D5-4B23C08E6691@gmail.com> References: <87vdp4vy1b.fsf@gollum.intra.norang.ca> <87fxg76yln.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 1Luqs3-0001Za-K3 for emacs-orgmode@gnu.org; Fri, 17 Apr 2009 12:24:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Luqrz-0001PS-KN for emacs-orgmode@gnu.org; Fri, 17 Apr 2009 12:24:55 -0400 Received: from [199.232.76.173] (port=45800 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Luqrz-0001P3-F5 for emacs-orgmode@gnu.org; Fri, 17 Apr 2009 12:24:51 -0400 Received: from mail-ew0-f160.google.com ([209.85.219.160]:61573) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Luqry-0001EV-Rh for emacs-orgmode@gnu.org; Fri, 17 Apr 2009 12:24:51 -0400 Received: by ewy4 with SMTP id 4so967134ewy.42 for ; Fri, 17 Apr 2009 09:24:50 -0700 (PDT) In-Reply-To: <87fxg76yln.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 On Apr 17, 2009, at 6:20 PM, Bernt Hansen wrote: > 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. And I fixed org-exp-blocks to be more forgiving :-) - Carsten > > 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