8dcc <8dcc....@gmail.com> writes: >> Do you _really_ have variable name "nil"? > > Yes, I was not looking for this error, I didn't even know why it > happened before you told me. I am using Org to write the manual for my > Lisp interpreter, and I am exporting it to Texinfo. I wanted to explain > how `nil' works, and when it's used.
Fixed, on main. I made it so that ox-texinfo can handle nil values normally by working around `org-export-read-attribute'. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=da0f6eff75 It will still be impossible to do something like #+begin_defvar :options nil ... #+end_defvar -- Ihor Radchenko // yantar92, Org mode contributor, 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>