Re: [Orgmode] Code snippet for Message Sequence Diagram export

2010-05-17 Thread Juan
Below goes code snippet using org-babel instead of org-export. On Mon, May 17, 2010 at 09:13:29AM +0100, Eric S Fraga wrote: > On Sun, 16 May 2010 17:18:39 -0300, Juan wrote: > > The following code adds an export block of type 'mscgen'. The block > > body will be processed by the mscgen applicati

Re: [Orgmode] Code snippet for Message Sequence Diagram export

2010-05-17 Thread Eric S Fraga
On Sun, 16 May 2010 17:18:39 -0300, Juan wrote: > > Hi, > > The following code adds an export block of type 'mscgen'. The block > body will be processed by the mscgen application. Sort of works, not > very tested yet. [...] Juan, this could be very useful. Thanks! I do wonder, however, whet

[Orgmode] Code snippet for Message Sequence Diagram export

2010-05-16 Thread Juan
Hi, The following code adds an export block of type 'mscgen'. The block body will be processed by the mscgen application. Sort of works, not very tested yet. ;;; org-exp-mscgen.el --- message sequence chart support for org-export ;; Copyright (C) 2010 ;; Free Software Foundation, Inc. ;; Auth