Re: [O] Placing components in plantuml

2019-10-17 Thread Cecil Westerhof
I got a reasonable result by putting the four producers/queues/consumers into one component. But if anybody knows a better solution … @startuml component [Producer 1\nProducer 2\nProducer ...\nProducer n] as Producers cloud { [Internet] as Internet1 } node RabbitMQ #LightSteelBlue {

Re: [O] Creating a (RabbitMQ) diagram

2019-10-17 Thread Marcin Borkowski
On 2019-10-17, at 13:12, PICCA Frederic-Emmanuel wrote: > https://en.wikipedia.org/wiki/PGF/TikZ +1 -- Marcin Borkowski http://mbork.pl

Re: [O] Placing components in plantuml

2019-10-17 Thread Cecil Westerhof
Op do 17 okt. 2019 om 17:33 schreef Cecil Westerhof : > I just started working with plantuml, but I do not know how to get what I > want. > I have something that comes close: #+BEGIN_SRC plantuml :file Graphics/rabbitMQ.eps :noexport @startuml [Producer 1] [Producer 2] [Producer ...] [Producer

[O] Placing components in plantuml

2019-10-17 Thread Cecil Westerhof
I just started working with plantuml, but I do not know how to get what I want. At the moment I have the following: #+BEGIN_SRC plantuml :file Graphics/rabbitMQ.eps :noexport @startuml [Producer 1] [Producer 2] [Producer ...] [Producer n] cloud { [Internet] as Internet1 } node RabbitMQ {

Re: [O] Creating a (RabbitMQ) diagram

2019-10-17 Thread Cecil Westerhof
Op do 17 okt. 2019 om 13:40 schreef Ken Mankoff : > > On 2019-10-17 at 13:12 +02, PICCA Frederic-Emmanuel < > frederic-emmanuel.pi...@synchrotron-soleil.fr> wrote... > > https://en.wikipedia.org/wiki/PGF/TikZ > > Or you can do it with Ditaa, http://plantuml.com, others that may be > easier to use

[O] Bug: calling org-agenda-list programatically when starting with emacs --daemon [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.3/lisp/org/)]

2019-10-17 Thread rrandresf
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: [O] Creating a (RabbitMQ) diagram

2019-10-17 Thread Cecil Westerhof
Op do 17 okt. 2019 om 13:40 schreef Ken Mankoff : > > On 2019-10-17 at 13:12 +02, PICCA Frederic-Emmanuel < > frederic-emmanuel.pi...@synchrotron-soleil.fr> wrote... > > https://en.wikipedia.org/wiki/PGF/TikZ > > Or you can do it with Ditaa, http://plantuml.com, others that may be > easier to use

Re: [O] [PATCH] Add :eval only-manual to babel blocks

2019-10-17 Thread Nicolas Goaziou
Hello, Ken Mankoff writes: > On 2019-10-16 at 12:38 +02, Nicolas Goaziou wrote... > > Would you accept a documentation patch that defines the current > behavior? I don't know enough of the problem to answer. A default answer which in neither "yes" or "no" is odd. Let's discuss it with other

Re: [O] Creating a (RabbitMQ) diagram

2019-10-17 Thread Ken Mankoff
On 2019-10-17 at 13:12 +02, PICCA Frederic-Emmanuel wrote... > https://en.wikipedia.org/wiki/PGF/TikZ Or you can do it with Ditaa, http://plantuml.com, others that may be easier to use than TikZ. -k.

Re: [O] Creating a (RabbitMQ) diagram

2019-10-17 Thread PICCA Frederic-Emmanuel
https://en.wikipedia.org/wiki/PGF/TikZ

Re: [O] JShell support in Babel?

2019-10-17 Thread Jarmo Hurri
Ken Mankoff writes: Greetings. >> JShell is a pretty nifty tool for exploring and demonstrating basic >> Java features. Has anyone happened to write support for it in Babel? > > You can start working with it even without official Babel support: > > #+BEGIN_SRC bash :results verbatim > jshell