Re: [bug] org-html-timestamp adds unintended extra spaces

2025-06-19 Thread Yue Yi
Ihor Radchenko 于2025年6月19日周四 18:10写道: > > Yue Yi writes: > > > When exporting a file containing many timestamps, I noticed while > > inspecting the HTML code that the timestamps inside elements have > > an extra space. Here's a minimal example: > > Fixed, on main. > https://git.savannah.gnu.org/

Re: [bug] org-html-timestamp adds unintended extra spaces

2025-06-19 Thread Ihor Radchenko
Yue Yi writes: > When exporting a file containing many timestamps, I noticed while > inspecting the HTML code that the timestamps inside elements have > an extra space. Here's a minimal example: Fixed, on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=5b426a280 -- Ihor

[bug] org-html-timestamp adds unintended extra spaces

2025-06-17 Thread Yue Yi
Hello, Org-mode maintainers, When exporting a file containing many timestamps, I noticed while inspecting the HTML code that the timestamps inside elements have an extra space. Here's a minimal example: (org-export-string-as "Hello [2025-05-05] world" 'html t) ;;=> " Hello [2025-05-05 Mon] worl