Hello Nicolas, --- Nicolas Goaziou <m...@nicolasgoaziou.fr>, 2015-08-20 13:56 > Hello, > > Jakub Szypulka <ja...@szypulka.de> writes: > >> Reproduction of bug: Open an org-file in org-mode with auto-indent turned on >> while using a non-monospaced font. >> Expected result: The headings align with the text contents. >> Actual result: The headings do not align with the text contents. >> >> This has been originally filed two years ago: >> http://article.gmane.org/gmane.emacs.orgmode/64775/match=indent+misalign >> >> There is a proposed fix: replace the blankspace used to indent a line, >> defined in org-indent.el, with a star ('*'). >> Source: >> http://emacs.stackexchange.com/questions/7429/how-to-customize-org-mode-indentation >> This link also includes screenshots that illustrate the problem. > > Thank you for reporting it. > > Unfortunately, the proposed fix isn't sufficient as alignment is still > broken in plain lists, with `visual-line-mode'. > > Does the attached patch work for you?
Yes it does, I'm impressed! Thanks a lot for the quick fix! I understand those changed will be included by default in the next org versions? Cheers, Jakub > > > Regards,