* How can I convert a org file to a flowchart
@ 2013-11-28 4:14 Feng Shu
2013-12-06 14:07 ` Bastien
0 siblings, 1 reply; 6+ messages in thread
From: Feng Shu @ 2013-11-28 4:14 UTC (permalink / raw)
To: orgmode
Hello:
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?
for example:
* A
* B :COND:
* C
* D
to a -> B -> C
\-> D
Thanks
--
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How can I convert a org file to a flowchart
2013-11-28 4:14 How can I convert a org file to a flowchart Feng Shu
@ 2013-12-06 14:07 ` Bastien
2013-12-06 14:12 ` Rainer M Krug
0 siblings, 1 reply; 6+ messages in thread
From: Bastien @ 2013-12-06 14:07 UTC (permalink / raw)
To: Feng Shu; +Cc: orgmode
Hi Feng,
Feng Shu <tumashu@gmail.com> 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.
--
Bastien
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How can I convert a org file to a flowchart
2013-12-06 14:07 ` Bastien
@ 2013-12-06 14:12 ` Rainer M Krug
2013-12-07 1:51 ` Feng Shu
2013-12-07 5:54 ` Feng Shu
0 siblings, 2 replies; 6+ messages in thread
From: Rainer M Krug @ 2013-12-06 14:12 UTC (permalink / raw)
To: Bastien; +Cc: Feng Shu, orgmode
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri Dec 6 15:07:56 2013, Bastien wrote:
> Hi Feng,
>
> Feng Shu <tumashu@gmail.com> 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
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
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQEcBAEBAgAGBQJSodtTAAoJENvXNx4PUvmCVg8H/jWP2fFy8h8EpId7f3+JzQ5g
vE3oLaOfJIwMaJsnn3+5ZdhbnYXHDgdCmEra1397NITMg3+kwaUYLtr8tJQDZ11C
v4lGMpZVEyPZSM83+CpQViidrFeQoZ1IG3UdadgyIQwD4sZGcTRX35oeffVzPkD2
A6+c4s3/oFs65/PbSy7rsPNbc20hrYoYt+NgmnglVEG+AiU/v0/1NCYQ+iPXRoaW
aFpM+GcYoLEDMCtbvjWiXVCkMuxkEsLg6vX7BDglN1u1pnW+o7JbKW6pi0q9Un6V
KvTshQMBFk+yFhRdZLX0jgAcN2f1zaxFKfMgz4qAdZwvfhxv3v8jA1Tl4SNJP2M=
=bqrB
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How can I convert a org file to a flowchart
2013-12-06 14:12 ` Rainer M Krug
@ 2013-12-07 1:51 ` Feng Shu
2013-12-07 5:54 ` Feng Shu
1 sibling, 0 replies; 6+ messages in thread
From: Feng Shu @ 2013-12-07 1:51 UTC (permalink / raw)
To: emacs-orgmode
Rainer M Krug <Rainer@krugs.de> writes:
> On Fri Dec 6 15:07:56 2013, Bastien wrote:
>> Hi Feng,
>>
>> Feng Shu <tumashu@gmail.com> 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
Good idea! Maybe I can export org file to graphviz's dot file then convert it to
a picture...
>
> 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
--
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How can I convert a org file to a flowchart
2013-12-06 14:12 ` Rainer M Krug
2013-12-07 1:51 ` Feng Shu
@ 2013-12-07 5:54 ` Feng Shu
2013-12-09 9:15 ` Rainer M Krug
1 sibling, 1 reply; 6+ messages in thread
From: Feng Shu @ 2013-12-07 5:54 UTC (permalink / raw)
To: Rainer M Krug; +Cc: Bastien, orgmode
Rainer M Krug <Rainer@krugs.de> writes:
> On Fri Dec 6 15:07:56 2013, Bastien wrote:
>> Hi Feng,
>>
>> Feng Shu <tumashu@gmail.com> 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
--
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: How can I convert a org file to a flowchart
2013-12-07 5:54 ` Feng Shu
@ 2013-12-09 9:15 ` Rainer M Krug
0 siblings, 0 replies; 6+ messages in thread
From: Rainer M Krug @ 2013-12-09 9:15 UTC (permalink / raw)
To: Feng Shu; +Cc: Bastien, orgmode
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Sat Dec 7 06:54:53 2013, Feng Shu wrote:
> Rainer M Krug <Rainer@krugs.de> writes:
>
>> On Fri Dec 6 15:07:56 2013, Bastien wrote:
>>> Hi Feng,
>>>
>>> Feng Shu <tumashu@gmail.com> 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
This looks really brilliant - have only used the original format so
far. So one just needs the time to write an exporter to plantuml creole
syntax...
Cheers,
Rainer
>
>>
>> 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
>
- --
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
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQEcBAEBAgAGBQJSpYouAAoJENvXNx4PUvmCCxoIANdHkF+aH/+QGCZqFv4KsKIp
ZHtGNhlLVdHpJzaWJd74p7Yz68HqezrmXJda0ZpQ1DM2mt2Ps92q1eLZ7DlOUoeT
z/fptBxFjhiH0bBk0R5IjE7Swe0aflhgsVdDGusksEVNAio+TAwX6kkJdeM93U1B
5TRM4iJVA/t14dsHJk1s+B4//mGlOVBtJ6ArlRB0M4IsoU4z/atqFAOi/DuA5rBz
tn8BbSGCO8sHQ5uKspza60FPt9kwaY/BzJXgcLbhFUiW6IhUv9iNfdqzg47qQdcd
Andtx9bf6KpH2FGB5WnEoFkrM32ZqVrs/OeOQEY9bd/PJ/i7l9zHXzkG6Cc4EmE=
=/aul
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-12-09 9:15 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-28 4:14 How can I convert a org file to a flowchart Feng Shu
2013-12-06 14:07 ` Bastien
2013-12-06 14:12 ` Rainer M Krug
2013-12-07 1:51 ` Feng Shu
2013-12-07 5:54 ` Feng Shu
2013-12-09 9:15 ` Rainer M Krug
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).