lang/org: split compound condition into two :when's
This commit is contained in:
parent
0d719d6773
commit
06328840c3
1 changed files with 2 additions and 2 deletions
|
@ -383,8 +383,8 @@ file isn't in `org-directory'."
|
|||
(add-to-list 'org-export-backends 'md))
|
||||
|
||||
(use-package! ox-pandoc
|
||||
:when (and (featurep! +pandoc)
|
||||
(executable-find "pandoc"))
|
||||
:when (featurep! +pandoc)
|
||||
:when (executable-find "pandoc")
|
||||
:after ox
|
||||
:init
|
||||
(add-to-list 'org-export-backends 'pandoc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue