[O] [PATCH] COMMENT and noweb-ref

2019-10-20 Thread Sebastian Miele
>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

Re: [O] Several headers on a table

2019-10-20 Thread 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 ** In retrospect; and, in the future, after much thought about it: I very much agree with and respect the main of the OrgMode

[O] Can different types of graphic be created at the same moment

2019-10-20 Thread Cecil Westerhof
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

[O] org-fast-todo-selection window behaviour?

2019-10-20 Thread Matt Price
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

[O] [PATCH] COMMENT and noweb-ref

2019-10-20 Thread Sebastian Miele
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 > >

[O] Bug: Problems with ob-scheme in geiser-eval--retort-output [9.2.6 (9.2.6-4-ge30905-elpa @ /home/lockywolf/.emacs.d/elpa/org-20191021/)]

2019-10-20 Thread Vladimir Nikishkin
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] Several headers on a table

2019-10-20 Thread Cecil Westerhof
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

[O] cycling entries is inconsistent?

2019-10-20 Thread Samuel Wales
i have an outdated version of org, so this might have been fixed, but it is an old bug. cycling a trivial entry with text in it seems to have 2 states. cycling the entry with a list in it seems to have 3 states. i expect both to have 2 states, unless a variable is set to cycle lists or it is a

[O] Several headers on a table

2019-10-20 Thread Cecil Westerhof
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 |

[O] Can I get a horizontal line in a component with plantuml

2019-10-20 Thread Cecil Westerhof
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