I have the following table:
|+-+-+-+-+-+-|
| Image quality | HD | MP4 | STD | HD | MP4 | STD |
|+-+-+-+-+-+-|
| NP-FV30 (supplied) | 90 | 100 | 95 | 45 | 50 | 45 |
| NP-FV50| 170 | 190 |
Because of the way plantuml works (as far as I know), I have the following
code:
@startuml
[Producer 1\nProducer 2\nProducer ...\nProducer n] as Producers
cloud {
[Internet] as Internet1
}
node RabbitMQ #LightSteelBlue {
[Exchange]
[Queue 1\nQueue 2\nQueue ...\nQueue n] as Queues
}
cloud
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
* Many years ago I asked that such features be programmed into OrgMode--for
Multivariate Statistics output--they flatly refused and said there would be
no plans to do so
** In retrospect; and, in the future, after much thought about it: I very
much agree with and respect the main of the OrgMode de
I've recently noticed a slightly frustrating behavour on the part of
org-todo that I think is new and maybe was introduced in mid-August with
f1c030bed54737319aeb1d592e3340d6a48cea3a
In a split frame,calling org-todo with org-use-fast-todo-selection enabled,
~C-c C-t~ now calls ~delete-other-wind
>From ddf0b6d89d30766158311c047d6de10091cb0377 Mon Sep 17 00:00:00 2001
From: Sebastian Miele
Date: Sun, 20 Oct 2019 21:34:02 +
Subject: [PATCH 1/2] ob-core: Respect COMMENTed headlines when expanding noweb
references
* lisp/ob-core.el (org-babel-expand-noweb-references): Add calls to
org-in
Sorry. I messed up the previous mail. Please ignore it.
I wrote:
> org-babel-tangle on
>
> * A
>
> #+BEGIN_SRC elisp :tangle yes :noweb yes
> ;; A
> <>
> #+END_SRC
>
> * COMMENT B
>
> #+BEGIN_SRC elisp :noweb-ref B
> ;; B
> #+END_SRC
>
> * COMMENT C
>
> #+BEG
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.
---
Op zo 20 okt. 2019 om 20:42 schreef briangpowell . :
> * Many years ago I asked that such features be programmed into
> OrgMode--for Multivariate Statistics output--they flatly refused and said
> there would be no plans to do so
>
I did not except it to be the case, but it does not hurt to check.