Skip to content

Commit

Permalink
feat(org): enable ox-odt export backend
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jul 28, 2023
1 parent ebfdd71 commit f533a45
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 @@ -775,6 +775,10 @@
:after ox
:demand t)

(use-package ox-odt
:after ox
:demand t)

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

0 comments on commit f533a45

Please sign in to comment.