12 lines
467 B
EmacsLisp
12 lines
467 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "ox-rst" "20250428.534"
|
|
"Export reStructuredText using org-mode."
|
|
'((emacs "25.1")
|
|
(org "8.3"))
|
|
:url "https://github.com/msnoigrs/ox-rst"
|
|
:commit "b73eff187eebac24b457688bfd27f09eff434860"
|
|
:revdesc "b73eff187eeb"
|
|
:keywords '("org" "rst" "rest" "restructuredtext")
|
|
:authors '(("Masanao Igarashi" . "syoux2@gmail.com"))
|
|
:maintainers '(("Masanao Igarashi" . "syoux2@gmail.com")))
|