From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Export ascii-images using ditaa when targeting HTML? Date: Fri, 14 Nov 2008 09:54:34 -0500 Message-ID: <873ahutl1x.fsf@gollum.intra.norang.ca> References: <87ej1hso3a.fsf@gmail.com> 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 1L104G-0005x5-8b for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 09:54:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L104E-0005wt-Nb for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 09:54:38 -0500 Received: from [199.232.76.173] (port=33586 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L104E-0005wq-HA for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 09:54:38 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:62151) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L104E-00085w-N1 for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 09:54:38 -0500 In-Reply-To: <87ej1hso3a.fsf@gmail.com> (Eric Schulte's message of "Tue\, 11 Nov 2008 17\:57\:29 -0800") 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: Eric Schulte Cc: emacs-orgmode@gnu.org "Eric Schulte" writes: > I have been working on an org-mode add-on for the specialized processing > of #+begin_* blocks. Since this is very similar to the need you > expressed below, I implemented ditaa processing as one of the examples > in the initial implementation of this add-on. > > #+begin_ditaa blue.png -r -S > +---------+ > | cBLU | > | | > | +----+ > | |cPNK| > | | | > +----+----+ > #+end_ditaa > Hi Eric, Just out of curiosity is there a reason you chose to use lowercase for #+begin_ and #+end_ tags? I think the org-mode tags are all uppercase only and it feels a little strange having to remember which ones are supposed to be upper/lower case when playing with this utility. Great job by the way - I think this ditaa export is really cool! Regards, Bernt