emacs/org/elpa/ox-pandoc-20240710.1424/ox-pandoc-pkg.el
2024-07-28 12:03:37 -04:00

19 lines
499 B
EmacsLisp

(define-package "ox-pandoc" "20240710.1424" "An Org-mode exporter using pandoc"
'((org "8.2")
(emacs "24.4")
(dash "2.8")
(ht "2.0"))
:commit "34e6ea97b586e20529d07158a73af3cf33cdd1d5" :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: