From mboxrd@z Thu Jan 1 00:00:00 1970 From: Feng Shu Subject: Re: How can I convert a org file to a flowchart Date: Sat, 07 Dec 2013 13:54:53 +0800 Message-ID: <87vbz1gq8i.fsf@news.tumashu-localhost.org> References: <8761rdmabt.fsf@news.tumashu-localhost.org> <87siu66pj7.fsf@bzg.ath.cx> <52A1DB53.6020000@krugs.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VpAuk-0003Bu-Nx for emacs-orgmode@gnu.org; Sat, 07 Dec 2013 00:59:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VpAue-0005BH-RZ for emacs-orgmode@gnu.org; Sat, 07 Dec 2013 00:58:54 -0500 In-Reply-To: <52A1DB53.6020000@krugs.de> (Rainer M. Krug's message of "Fri, 06 Dec 2013 15:12:35 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer M Krug Cc: Bastien , orgmode Rainer M Krug writes: > On Fri Dec 6 15:07:56 2013, Bastien wrote: >> Hi Feng, >> >> Feng Shu writes: >> >>> I have to draw a flowchart with many many nodes (about 500) and less >>> construct types(only sequence construct and condition construct), >>> >>> Now I use org file record all the node labels, How can I convert this >>> org to a flowchar if i use tag and link to record all the construct? >> >> AFAIK you can't. > > True - but a custom exporter to do this (export to plantuml format?) > would rally be great I find the new activity format of plantuml is very interesting #+begin_src plantuml :file test.png start :the first node; if (do you like org-mode?) then (Yes) :Hello friend; else (I don't like it) :Goodbye; endif :the last node; stop #+end_src > > Cheers, > > Rainer > >> > > -- > Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation > Biology, UCT), Dipl. Phys. (Germany) > > Centre of Excellence for Invasion Biology > Stellenbosch University > South Africa > > Tel : +33 - (0)9 53 10 27 44 > Cell: +33 - (0)6 85 62 59 98 > Fax : +33 - (0)9 58 10 27 44 > > Fax (D): +49 - (0)3 21 21 25 22 44 > > email: Rainer@krugs.de > > Skype: RMkrug --