From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mac Subject: Re: Export ascii-images using ditaa when targeting HTML? Date: Wed, 12 Nov 2008 09:53:21 +0000 (UTC) Message-ID: References: <878wrpso07.fsf@gmail.com> <6412771E-AC32-4F99-BB9E-B54F0A184621@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L0CPr-0007tj-Kg for emacs-orgmode@gnu.org; Wed, 12 Nov 2008 04:53:39 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L0CPp-0007tV-Dm for emacs-orgmode@gnu.org; Wed, 12 Nov 2008 04:53:38 -0500 Received: from [199.232.76.173] (port=38961 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0CPp-0007tS-3L for emacs-orgmode@gnu.org; Wed, 12 Nov 2008 04:53:37 -0500 Received: from main.gmane.org ([80.91.229.2]:36274 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L0CPo-0000oY-GY for emacs-orgmode@gnu.org; Wed, 12 Nov 2008 04:53:36 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L0CPg-0006LF-Ka for emacs-orgmode@gnu.org; Wed, 12 Nov 2008 09:53:28 +0000 Received: from rota.kvaser.com ([195.22.86.90]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Nov 2008 09:53:28 +0000 Received: from xmfrw8002 by rota.kvaser.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Nov 2008 09:53:28 +0000 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: emacs-orgmode@gnu.org Carsten Dominik science.uva.nl> writes: > may I suggest the following change? > > If you allow the format in the block to be like this: > > #+begin_ditaa blue.png -r -S > : +---------+ > : | cBLU | > : | | > : | +----+ > : | |cPNK| > : | | | > : +----+----+ > #+end_ditaa > > then the ascii images will not be attacked by Org syntax highlighting, > you can use C-c ' to edit them. All you would need to do is to strip > the initial colon and space when extracting the image for export. I like that suggestion! (I'm already using the colon in my files even though I currently get a dotted line at the left hand side ;-) /mac