From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Export ascii-images using ditaa when targeting HTML? Date: Fri, 14 Nov 2008 16:51:21 +0100 Message-ID: <8AA28908-2710-473D-B362-0ED976279CC8@uva.nl> References: <87ej1hso3a.fsf@gmail.com> <873ahutl1x.fsf@gollum.intra.norang.ca> 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 1L10xF-0003lN-JU for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 10:51:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L10xD-0003js-Nx for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 10:51:28 -0500 Received: from [199.232.76.173] (port=58850 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L10xD-0003jn-F8 for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 10:51:27 -0500 Received: from ug-out-1314.google.com ([66.249.92.175]:8354) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L10xD-0006B3-EO for emacs-orgmode@gnu.org; Fri, 14 Nov 2008 10:51:27 -0500 Received: by ug-out-1314.google.com with SMTP id 36so1994820uga.17 for ; Fri, 14 Nov 2008 07:51:25 -0800 (PST) In-Reply-To: <873ahutl1x.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 Nov 14, 2008, at 3:54 PM, Bernt Hansen wrote: > "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. I would like blocks to be defined so that you can use both upper and lower case, and I hope that most of Org works like this (please report this as a bug if is case dependent under some circumstances). - Carsten