Re: bug: wrong-type-argument when trying export to pdf.

2022-10-12 Thread Justin Silverman
Well, rm -rf .emacs.d/straight/ followed by repulling and rebuilding seemed to fix things. I am surprised that I still saw the same problem with emacs -Q but my simple-config.el did use straight. Perhaps straight in simple-config.el just ended up using the same build files that were

Re: bug: wrong-type-argument when trying export to pdf.

2022-10-12 Thread Justin Silverman
Sorry that was my bad, the backtrace was from my own config not the simple-config.el that I provided. Here is the backtrace from the simple-config.el that shows that the problem persists even without polymode. (still, thanks for pointing out that I had polymode activated, that was a mistake

Re: bug: wrong-type-argument when trying export to pdf.

2022-10-11 Thread Ihor Radchenko
Justin Silverman writes: > I am having a problem and getting a wrong-type-argument error when > trying to run `org-beamer-export-to-pdf' on the attached file > `debug.org' (see backtrace below). The problem also occurs when > running `org-latex-export-to-pdf'. > ... > Backtrace: > > Debugger

bug: wrong-type-argument when trying export to pdf.

2022-10-11 Thread Justin Silverman
I am having a problem and getting a wrong-type-argument error when trying to run `org-beamer-export-to-pdf' on the attached file `debug.org' (see backtrace below). The problem also occurs when running `org-latex-export-to-pdf'. The bug can be reproduced using `emacs -Q' with the configuration