[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Strange behavior => bug?
From: |
Ihor Radchenko |
Subject: |
Re: Strange behavior => bug? |
Date: |
Thu, 14 Mar 2024 22:03:53 +0000 |
Guillaume MULLER <guillaume.muller@emse.fr> writes:
> Here is the simplest example I could write:
>
> ---- main.org
> * slide 1
> 2. [@2] Works
> 3. Also
>
> #+INCLUDE: "./doesnotwork.org"
>
> ---- doesnotwork.org
> ** Lorem
> 9. [@9] \small ipsum
> 10. ipsum
>
>
> - If I try to "org-beamer-export-to-pdf" "main.org", I get:
> org-do-latex-and-related: Args out of range: 0, 1
I just tried
1. emacs -Q /tmp/main.org
2. M-: (require 'ox-beamer) <RET>
3. M-x org-beamer-export-to-pdf
I do not see any errors.
This is using Emacs 28 (Org 9.5.5)
I cannot reproduce using Emacs 30 + Org 9.6 either.
--
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>