[email protected] writes: > Jacob S. Gordon writes on Wed 28 Jan 2026 19:09: > > > > does the above Org file violate some Org rule? > > > AFAICT, no. Though, is it your intent to have an empty headline with > > ‘Item 2’ as the body? If it’s meant as the headline then this also > > avoids the problem: > > > > * Item 2 @@comment: comment for Item 2@@ > > In real cases, my items are exercises. Each comment is a summary of what > the exercise is about. The bodies are not titles, but start like 'Let > $f(x)$ be a function ...'. So your solution would not work for me.
Seems like a bug. As a workaround for now, you could try adding a 'non-breaking space' character (represented by an underscore below) *after* the space after the star. * _@@comment: comment for Item 2@@ The results should be visually indistinguishable from what you're after, if I understand correctly. Regards, Christian
