From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Export ascii-images using ditaa when targeting HTML? Date: Wed, 12 Nov 2008 14:42:58 -0800 Message-ID: <871vxgbm6l.fsf@gmail.com> References: <878wrpso07.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 1L0OQH-0007h5-27 for emacs-orgmode@gnu.org; Wed, 12 Nov 2008 17:42:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L0OQE-0007er-UQ for emacs-orgmode@gnu.org; Wed, 12 Nov 2008 17:42:52 -0500 Received: from [199.232.76.173] (port=57618 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0OQE-0007eh-OH for emacs-orgmode@gnu.org; Wed, 12 Nov 2008 17:42:50 -0500 Received: from wa-out-1112.google.com ([209.85.146.178]:30449) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L0OQE-0006iX-8Y for emacs-orgmode@gnu.org; Wed, 12 Nov 2008 17:42:50 -0500 Received: by wa-out-1112.google.com with SMTP id n4so525376wag.26 for ; Wed, 12 Nov 2008 14:42:48 -0800 (PST) In-Reply-To: <878wrpso07.fsf@gmail.com> (Eric Schulte's message of "Tue, 11 Nov 2008 17:59:20 -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 I added support for the dot graphing utility (see http://www.graphviz.org/). The updated code with examples is in the github repo. "Eric Schulte" writes: > Hi Mac, > > That's an interesting utility. > > 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. > > If you want to grab the org-exp-block.el file from > > http://github.com/eschulte/org-contrib/tree/master/org-exp-blocks.el > > you can use it to export ditaa blocks to images when exporting an org > file to html. There are instruction in the top of the elisp file, > mainly you just need to load the file, and set `ditaa-jar-path' to the > path to ditaa.jar on your system. Then if you setup a block like the > following > > #+begin_ditaa blue.png -r -S > +---------+ > | cBLU | > | | > | +----+ > | |cPNK| > | | | > +----+----+ > #+end_ditaa > > The ascii inside the block will be exported to an image in blue.png > passing any following options as command line options to ditaa.jar. > > Hope this is helpful. > > Cheers -- Eric > > Mac writes: > >> I would like to convert my ASCII-images inside my document.org before exporting >> the document to HTML. >> >> I've found this converter, ditaa, which is a java program that takes an ASCII >> text file and creates a png file (http://ditaa.sourceforge.net/). >> >> I intend to find my ASCII figure, save it as a separate text file, and run ditaa >> on it. In my document.org I'll comment the ASCII-art so it won't be exported and >> add a link so the image will be included in the html file. >> >> [[file:figure_1.png]] >> #+BEGIN_COMMENT >> V,mA >> | >> +-----+ >> |40140| >> +-----+ >> | >> | +----+ >> +--------|4561|----------> PC >> | +----+ >> +----+ >> |4060| >> +----+ >> | >> Relay Out >> #+END_COMMENT >> >> Before reinventing the wheel, anyone done anything similar, or have ideas? >> >> >> >> >> _______________________________________________ >> 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