fixed asciidoc export

Fixed ox-asciidoc as per issue #14695
I just deleted one line, tested it, and it works again.
This commit is contained in:
wildwestrom 2021-04-22 07:43:53 -04:00 committed by Sylvain Benner
parent 374fc28c76
commit 635c326c0a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1023,5 +1023,4 @@ Headline^^ Visit entry^^ Filter^^ Da
(defun org/init-ox-asciidoc ()
(use-package ox-asciidoc
:after ox
:defer t))
:after ox))