Bastien <b...@altern.org> writes: > Also, the change in ox-html.el is not good IMHO: it will populate > everyone's HTML code with unfamiliar strings (like " " instead > of " ") just for the sake of keeping ox-freemind.el users happy.
How many people are going to read HTML code? There is correctness and there is readability. Those who actually read HTML code better know what they are looking at. Remember the character in question are occurring here and there and not everywhere. Adding a filter function will only add a moving part. It could be a robust moving part, but it is a moving part nevertheless. In short, the concern you have raised is more cosmetic than functional. --