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:44:40 +0000 (UTC) Message-ID: References: <87ej1hso3a.fsf@gmail.com> 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 1L0CHO-0005Sh-IO for emacs-orgmode@gnu.org; Wed, 12 Nov 2008 04:44:54 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L0CHM-0005Rr-UJ for emacs-orgmode@gnu.org; Wed, 12 Nov 2008 04:44:53 -0500 Received: from [199.232.76.173] (port=38214 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0CHM-0005Ri-MM for emacs-orgmode@gnu.org; Wed, 12 Nov 2008 04:44:52 -0500 Received: from main.gmane.org ([80.91.229.2]:52361 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 1L0CHM-0006jq-8n for emacs-orgmode@gnu.org; Wed, 12 Nov 2008 04:44:52 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L0CHJ-000607-8l for emacs-orgmode@gnu.org; Wed, 12 Nov 2008 09:44:49 +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:44:49 +0000 Received: from xmfrw8002 by rota.kvaser.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Nov 2008 09:44:49 +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 Mac sneakemail.com> writes: > > * First I want to keep the ASCII-image in the original file for easy updating > > * Second, and as a result of the above, I don't automatically include a link > to the file. I know what's being called so that's no big deal to manually > add > > * Third (and here I've not yet succeded) I want to inhibit org-mode from > exporting the now still lingering ASCII-image. I've just found a workaround for the third item, placing it in a subtree and tag the subtree for export exclusion. [[file:blue.png]] ** image :noexport: #+begin_ditaa blue.png -r -S +---------+ | cBLU | | | | +----+ | |cPNK| | | | +----+----+ #+end_ditaa /mac