Re: Subscript with parenthesis

2023-09-29 Thread Tom Alexander
> Not true. I tried > > b^(*asd*) and bold inside superscript does get parsed. Ah thanks for double-checking! You're right, that is getting parsed. Not sure what test document I was using to make me think objects didn't work inside the parenthesis. -- Tom Alexander pgp: https://fizz.buzz/pgp.as

Re: Subscript with parenthesis

2023-09-22 Thread Ihor Radchenko
"Tom Alexander" writes: > Some additional things I'm noticing: > > - when using parenthesis, :use-brackets-p is nil, so they're not equivalent > to curly braces. `org-element-subscript-parser' uses `org-match-substring-regexp', which indeed allows foo_(...). This is not documented in org-syntax

Re: Subscript with parenthesis

2023-09-21 Thread Tom Alexander
Some additional things I'm noticing: - when using parenthesis, :use-brackets-p is nil, so they're not equivalent to curly braces. - it does not support objects inside the parenthesis, just plain text, which again means they're not equivalent to braces. - it, however, seems to require that the pa