diff --git a/CHANGELOG.develop b/CHANGELOG.develop index 01dde114f..afd752e75 100644 --- a/CHANGELOG.develop +++ b/CHANGELOG.develop @@ -3007,6 +3007,7 @@ files (thanks to Daniel Nicolai) - Implemented automatic activation of evil insert state after =org-insert-drawer=, =org-insert-heading=, =org-insert-item= and =org-insert-structure-template= commands (thanks to Andriy Kmit') +- Added =ox-asciidoc= as org export backend (thanks to Christian "West" Westrom) **** Osx - Key bindings: - Added key bindings to use ~command-1..9~ for selecting window diff --git a/layers/+emacs/org/packages.el b/layers/+emacs/org/packages.el index 396ebdb7b..c3a381d43 100644 --- a/layers/+emacs/org/packages.el +++ b/layers/+emacs/org/packages.el @@ -1023,5 +1023,4 @@ Headline^^ Visit entry^^ Filter^^ Da (defun org/init-ox-asciidoc () (use-package ox-asciidoc - :after ox - :defer t)) + :after ox))