Files
emacs/lisp/ox-pandoc/ox-pandoc-pkg.el
2025-06-22 17:08:08 +02:00

15 lines
496 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "ox-pandoc" "20250424.908"
"An Org-mode exporter using pandoc."
'((org "8.2")
(emacs "24.4")
(dash "2.8")
(ht "2.0"))
:url "https://github.com/a-fent/ox-pandoc"
:commit "5766c70b6db5a553829ccdcf52fcf3c6244e443d"
:revdesc "5766c70b6db5"
:keywords '("tools")
:authors '(("Taichi" . "kawabata.taichi@gmail.com")
("Alex" . "a-fent@github"))
:maintainers '(("Alex" . "a-fent@github")))