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: https://f
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 ":end:\nba
>>> "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 |
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 |
| |