Re: Extra paragraphs incorrectly spawning when ":end:" appears.

2023-09-30 Thread Tom Alexander
Same problem occurs with this sample document: ``` foo #+BEGIN: bar baz ``` which parses as: ``` (section (paragraph "foo\n") (paragraph "#+BEGIN: bar\nbaz\n) ) ``` again, no blank lines and no non-paragraph elements but the single paragraph got split in two. -- Tom Alexander pgp:

Extra paragraphs incorrectly spawning when ":end:" appears.

2023-09-30 Thread Tom Alexander
This test document has 1 paragraph: ``` foo bar baz ``` which parses as: ``` (section (paragraph "foo\nbar\nbaz\n") ) ``` This test document should have 1 paragraph but org-mode is parsing it as 2: ``` foo :end: baz ``` which parses as: ``` (section (paragraph "foo\n") (paragraph

[Solved sort of ] (was: org table how to «convert» column formula into row formula)

2023-09-30 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > I have the following table > | name | pos | rango | weight | > |--+-+---+| > | | 23 | 329 |307 | > | | 71 | 329 |259 | > | | 77 | 333 |257 | > | | 58 | 333 |276 | > | | 45 | 329 |

org table how to «convert» column formula into row formula

2023-09-30 Thread Uwe Brauer
Hi I have the following table | name | pos | rango | weight | |--+-+---+| | | 23 | 329 |307 | | | 71 | 329 |259 | | | 77 | 333 |257 | | | 58 | 333 |276 | | | 45 | 329 |285 | | | 47 | 330 |284 | | |