Samuel Wales writes: > > A similar issue arises with inline footnotes. [...] > In my case I was able with Nicolas's supplied code to create a hook > that normalized footnotes before export. Maybe extracting in a hook > will work for you. However, I fear that incorporating the parser into > the font lock engine will break these paragraphs.
Thanks for the tip. I don't think user-side hacks are the way to go here, though. Org-odt provides an annotation feature for ODT export, based on using the special-block syntax, that no longer works as intended. I'm hoping it can simply be fixed, but if putting the annotation in a block must lead to paragraph breaks under the new exporter, a different solution is needed. Yours, Christian