Skip to content

Commit

Permalink
feat(org): enable ox-koma-letter export backend
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jul 28, 2023
1 parent b758dae commit ebfdd71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,10 @@
org-latex-pdf-process
'("tectonic -X compile --outdir=%o -Z shell-escape -Z continue-on-errors %f")))))

(use-package ox-koma-letter
:after ox
:demand t)

(use-package org-agenda
:straight (:type built-in)
:custom
Expand Down

0 comments on commit ebfdd71

Please sign in to comment.