15 lines
497 B
EmacsLisp
15 lines
497 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "ox-pandoc" "20260113.1929"
|
|
"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 "1caeb56a4be26597319e7288edbc2cabada151b4"
|
|
:revdesc "1caeb56a4be2"
|
|
:keywords '("tools")
|
|
:authors '(("Taichi" . "kawabata.taichi@gmail.com")
|
|
("Alex" . "a-fent@github"))
|
|
:maintainers '(("Alex" . "a-fent@github")))
|