STEPS TO REPRODUCE 1. Start a Guile REPL 2. Run the following code:    #+begin_src scheme    (use-modules (texinfo serialize))    (stexi->texi '(anchor "some-label"))    #+end_src EXPECTED RESULT A string like this: "@anchor{some-label}" UNEXPECTED RESULT The label part is empty: "@anchor{}" -- Luis Felipe López Acevedo https://luis-felipe.gitlab.io/