emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [BUG] ox-texinfo can't export example blocks [9.6.9 (release_9.6.9 @


From: Ihor Radchenko
Subject: Re: [BUG] ox-texinfo can't export example blocks [9.6.9 (release_9.6.9 @ /usr/local/share/emacs/30.0.50/lisp/org/)]
Date: Sat, 24 Feb 2024 10:05:06 +0000

[ Adding Org mailing list back to CC for public record ]

pva-outdoor@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>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]