19 lines
532 B
EmacsLisp
19 lines
532 B
EmacsLisp
|
(define-package "ox-pandoc" "20230627.643" "An Org-mode exporter using pandoc"
|
||
|
'((org "8.2")
|
||
|
(emacs "24.4")
|
||
|
(dash "2.8")
|
||
|
(ht "2.0"))
|
||
|
:commit "0f758517f512e375825679541b5d905be40342eb" :authors
|
||
|
'(("KAWABATA, Taichi" . "kawabata.taichi@gmail.com")
|
||
|
("FENTON, Alex" . "a-fent@github"))
|
||
|
:maintainers
|
||
|
'(("FENTON, Alex" . "a-fent@github"))
|
||
|
:maintainer
|
||
|
'("FENTON, Alex" . "a-fent@github")
|
||
|
:keywords
|
||
|
'("tools")
|
||
|
:url "https://github.com/a-fent/ox-pandoc")
|
||
|
;; Local Variables:
|
||
|
;; no-byte-compile: t
|
||
|
;; End:
|