On 10/7/24 01:10, David Bremner wrote:
IOhannes m zmölnig (Debian/GNU) <umlae...@debian.org> writes:

Package: elpa-org
Version: 9.7.11+dfsg-1
Severity: normal

Dear Maintainer,

since i've upgraded elpa-org to 9.7.11+dfsg-1, I can no longer export my
presentations to LaTeX/beamer.

With the current version, when I try to export my slides (C-c C-e), I'm
presented with the following options (only the LaTeX section shown):

[l] Export to LaTeX
     [L] As LaTeX buffer           [l] As LaTeX file
     [p] As PDF file               [o] As PDF file and open


I'm running 9.7.11 and can export to beamer fine. I do have

(require 'ox-beamer)

in my configuration.

I suspect this is an upstream change.



in the meantime i noticed that this might be related to my setup sharing configurations between multiple org documents.

i'm basically doing:


slides.org
```org
#+TITLE:     Some Title
#+AUTHOR:    Me and the others
#+EMAIL:     m...@example.com
#+LANGUAGE:  de
#+INCLUDE: "config.org"

# ...
```

and config.org:
```
#+STARTUP: beamer
# ...
```

this used to work fine.
now it seems that emacs/org no longer evaluates the `#+INCLUDE` directives, and therefore does not automatically switch to org-beamer-mode.

if I manually run `M-x org-beamer-mode` the "export to PDF (Beamer)" option shows up and I can export as I used to. (well I *could*, but now I'm getting errors about 'pdflatex' being used rather than 'luatex', but that is a separate problem)

so I guess it is more a problem of (upstream?) org-mode than a problem of elpa-org. (I'm not sure now that the downgrade of elpa-org did help; sometimes it worked and othertimes it did not)

i'm not entirely sure how to proceed.

gfmadsr
IOhannes

Attachment: OpenPGP_0xB65019C47F7A36F8.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to