Re: Keyword becoming a paragraph based on optval

2023-10-12 Thread Tom Alexander
> Note that _affiliated keyword_ has an optional form of Ah, that was what I was missing, thanks! -- Tom Alexander pgp: https://fizz.buzz/pgp.asc

Re: Keyword becoming a paragraph based on optval

2023-10-12 Thread Ihor Radchenko
"Tom Alexander" writes: > Emacs version: 29.1 > Org-mode version: f3de4c3e041e0ea825b5b512dc0db37c78b7909e (latest in git) > > This test document parses as a keyword: > ``` > #+CAPTION[*foo*]: baz > ``` > > but this test document parses as a paragraph: > ``` > #+CAPTION[*foo* bar]: baz > ```

Keyword becoming a paragraph based on optval

2023-10-12 Thread Tom Alexander
Emacs version: 29.1 Org-mode version: f3de4c3e041e0ea825b5b512dc0db37c78b7909e (latest in git) This test document parses as a keyword: ``` #+CAPTION[*foo*]: baz ``` but this test document parses as a paragraph: ``` #+CAPTION[*foo* bar]: baz ``` -- Tom Alexander pgp: https://fizz.buzz/pgp.asc