Re: Clock becomes a paragraph by prefixing with not-really-affiliated-keyword

2023-10-16 Thread Tom Alexander
Thanks!

--
Tom Alexander
pgp: https://fizz.buzz/pgp.asc



Re: Clock becomes a paragraph by prefixing with not-really-affiliated-keyword

2023-10-13 Thread Ihor Radchenko
"Tom Alexander"  writes:

> This test document incorrectly parses as a paragraph:
> ```
> #+NAME: foo
> CLOCK: [2023-04-21 Fri 19:43]
> ```

Fixed, on main.
Also, fixed a similar edge case with inlinetask.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=0d214ef00

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



Clock becomes a paragraph by prefixing with not-really-affiliated-keyword

2023-10-12 Thread Tom Alexander
This test document correctly parses as a clock:
```
CLOCK: [2023-04-21 Fri 19:43]
```

This test document incorrectly parses as a paragraph:
```
#+NAME: foo
CLOCK: [2023-04-21 Fri 19:43]
```

--
Tom Alexander
pgp: https://fizz.buzz/pgp.asc