Include `(require ox-beamer)` for async export
Open
:lang org
is:bug
- Dominant language
- Emacs Lisp
- Stars
- 22.7k
- Forks
- 3.1k
- Avg merge
- 10h 46m
- Merged PRs (30d)
- 4
Description
### Describe your request
Currently, doom fails to export latex beamer presentations asynchronously (although exporting to latex document works fine)
Adding `(require ox-beamer)` somewhere in org config can solve this
Answers to https://lists.gnu.org/archive/html/emacs-orgmode/2016-02/msg00160.html
mention why this is needed. Currently I just added `(require ox-beamer)` in my private config, though I think it should belong somewhere in doom itself.
### Briefly explain its use-case
1. Async export org files to beamer pdf
Contributor guide
Assessment
This issue has not been assessed yet.