Ihor Radchenko <[email protected]> writes: >> ... FWIW >> I’ve also attached a patch that renames a node in the Org guide to >> avoid a Texinfo warning: >> >> @node name should not contain `,': Capture, Refile, Archive > > I am not sure about this one. > Honestly, this texinfo warning looks like Texinfo bug. > Why is it not allowed to have commas in heading? That makes no sense > from user perspective.
Looking into this again (after a discussion on bug-gnu-emacs about Modus Themes manual), we do already clear literal "," in the @node. It is just that I added , -> @comma substition some time ago, so this branch was never entered. So, now I recovered the previous behavior. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=b65f875cb That said, I am not yet convinced that the warning is true positive. See https://lists.gnu.org/archive/html/bug-texinfo/2026-03/msg00000.html -- Ihor Radchenko // yantar92, Org mode maintainer, 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>
