* Can different types of graphic be created at the same moment
@ 2019-10-20 14:05 Cecil Westerhof
2019-10-22 7:33 ` Fraga, Eric
0 siblings, 1 reply; 3+ messages in thread
From: Cecil Westerhof @ 2019-10-20 14:05 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 402 bytes --]
I would like to generate different types of graphics files at the same
moment. I tried:
#+BEGIN_SRC plantuml :file Graphics/rabbitMQ.eps :file
Graphics/rabbitMQ.jpg :noexport
But that does not work: it only generates the eps file.
Is it possible at all?
It would even better when I only have to define the extension. I would
normally call all the same except the extension?
--
Cecil Westerhof
[-- Attachment #2: Type: text/html, Size: 1119 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Can different types of graphic be created at the same moment
2019-10-20 14:05 Can different types of graphic be created at the same moment Cecil Westerhof
@ 2019-10-22 7:33 ` Fraga, Eric
2019-10-22 9:07 ` Cecil Westerhof
0 siblings, 1 reply; 3+ messages in thread
From: Fraga, Eric @ 2019-10-22 7:33 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
On Sunday, 20 Oct 2019 at 16:05, Cecil Westerhof wrote:
> I would like to generate different types of graphics files at the same
> moment. I tried:
> #+BEGIN_SRC plantuml :file Graphics/rabbitMQ.eps :file
> Graphics/rabbitMQ.jpg :noexport
>
> But that does not work: it only generates the eps file.
>
> Is it possible at all?
No, I do not think it is possible. However, if you name your source
block, you can invoke the same block with different parameters using
#+call:
See the info manual: (org) Evaluating Code Blocks
--
Eric S Fraga via Emacs 27.0.50, Org release_9.2.6-552-g8c5a78
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Can different types of graphic be created at the same moment
2019-10-22 7:33 ` Fraga, Eric
@ 2019-10-22 9:07 ` Cecil Westerhof
0 siblings, 0 replies; 3+ messages in thread
From: Cecil Westerhof @ 2019-10-22 9:07 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 703 bytes --]
Op di 22 okt. 2019 om 09:34 schreef Fraga, Eric <e.fraga@ucl.ac.uk>:
> On Sunday, 20 Oct 2019 at 16:05, Cecil Westerhof wrote:
> > I would like to generate different types of graphics files at the same
> > moment. I tried:
> > #+BEGIN_SRC plantuml :file Graphics/rabbitMQ.eps :file
> > Graphics/rabbitMQ.jpg :noexport
> >
> > But that does not work: it only generates the eps file.
> >
> > Is it possible at all?
>
> No, I do not think it is possible. However, if you name your source
> block, you can invoke the same block with different parameters using
> #+call:
>
> See the info manual: (org) Evaluating Code Blocks
>
That is good enough for me. I look into it.
Thanks.
--
Cecil Westerhof
[-- Attachment #2: Type: text/html, Size: 1339 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-10-22 9:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-20 14:05 Can different types of graphic be created at the same moment Cecil Westerhof
2019-10-22 7:33 ` Fraga, Eric
2019-10-22 9:07 ` Cecil Westerhof
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.