Files
emacs/lisp/ox-pandoc/ox-pandoc-pkg.el
2023-11-04 19:26:41 +01:00

19 lines
498 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
'(("Taichi" . "kawabata.taichi@gmail.com")
("Alex" . "a-fent@github"))
:maintainers
'(("Alex" . "a-fent@github"))
:maintainer
'("Alex" . "a-fent@github")
:keywords
'("tools")
:url "https://github.com/a-fent/ox-pandoc")
;; Local Variables:
;; no-byte-compile: t
;; End: