Re: [BUG] [ox-odt] Added leading spaces

2023-04-11 Thread Damien Cassou
Ihor Radchenko writes: > Fixed, on bugfix. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=60ce29dc4 thank you very much. -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill

Re: [BUG] [ox-odt] Added leading spaces

2023-04-11 Thread Ihor Radchenko
Damien Cassou writes: > Results are: > > - before commit: "a" length-src=5 length-dest=5 > - after commit: "a" length-src=5 length-dest=9 > > After the commit, the result of `org-odt-plain-text` contains 4 more > leading spaces. Is that the expected behavior or is that a bug?

[BUG] [ox-odt] Added leading spaces

2023-04-10 Thread Damien Cassou
Hi, in commit bb40848458512fc26ffa47d20807e3cd0211ccad (first released with 9.6), Ihor fixed a bug in ox-odt reported by AndrĂ¡s. This fix changed the behavior of this code: (let* ((src "a") (dest (org-odt-plain-text src nil))) (message "%S length-src=%d