Lucas Viana <lucasvianar...@gmail.com> writes: > Steps to reproduce: > 1. Start emacs -Q (no configuration) > 2. Set some variables: > > (setq org-pretty-entities t > org-hide-emphasis-markers t > fill-column 80) > > 3. Create an empty org-mode buffer with the following paragraph: > "" > This is a /italic sentence for a buggy/ \alpha\beta\gamma\delta\nu\epsilon > paragraph in terms of filling, see, it's not filled yet and still the line > above > ends early. > "" > > So far so good, and with the previous config the emphasis markers are now > hidden and the greek letters appear as unicode characters. > > 4. Hit M-q (either fill-paragraph or org-fill-paragraph, both have the same > issue) > The first line wrongly wraps after "buggy" and leaves a big empty space > after that, as if the greek letters were not composed.
Confirmed. This appears to be Emacs bug though. I reported it in https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58791 Let's see what Emacs devs reply. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>