[ Adding Org mailing list back to CC for public record ] pva-outd...@yandex.ru writes:
>> Please describe your problem in more details. What do you mean by "can't >> export"? See https://orgmode.org/manual/Feedback.html#Feedback > > To reproduce my problem you can write create an org-mode buffer (C-x b > 1.org M-x org-mode) with the following content: > > #+begin_src lua :tangle yes :noweb yes > aaa > <<second>> > #+end_src > > #+name: second > #+begin_src > bbb > #+end_src > > Then enable exporting to texinfo and export the buffer: > M-: (require 'ox-texinfo) > C-c C-e i t > > The folllowing backtrace appears (providing you already enabled > debugging on errors): Thanks! I fixed this and similar problems on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=f90322377 Fixed. > Debugger entered--Lisp error: (wrong-type-argument stringp nil) > apply(debug error (wrong-type-argument stringp nil)) > edebug(error (wrong-type-argument stringp nil)) > signal(wrong-type-argument (stringp nil)) > edebug-signal(wrong-type-argument (stringp nil)) > string-match("lisp" nil nil t) > string-match-p("lisp" nil) > ... -- 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>