You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In orgmode a superscript or subscript cannot be the first char in a line. To resolve this, you have to stick a U+FEFF (C-x 8 RET zero width no-break space RET) before the super/sub.
I can think of two or three resolutions. One option would be to explicitly allow super/sub in the #+OPTIONS property, then have uniorg look for this and if the option is set it would interpret all instances of ^:{} (or whatever is set) as a super/sub. This would have the added benefit of not turning snack_case_outside_of_code. I poked at the regexp but it's beyond me at the moment, might look again later though.
The text was updated successfully, but these errors were encountered:
In orgmode a superscript or subscript cannot be the first char in a line. To resolve this, you have to stick a
U+FEFF
(C-x 8 RET zero width no-break space RET) before the super/sub.uniorg/packages/uniorg-parse/src/utils.ts
Line 135 in c6fdf0d
I can think of two or three resolutions. One option would be to explicitly allow super/sub in the
#+OPTIONS
property, then have uniorg look for this and if the option is set it would interpret all instances of^:{}
(or whatever is set) as a super/sub. This would have the added benefit of not turningsnack_case_outside_of_code
. I poked at the regexp but it's beyond me at the moment, might look again later though.The text was updated successfully, but these errors were encountered: