update packages
This commit is contained in:
11
lisp/ox-rst/ox-rst-pkg.el
Normal file
11
lisp/ox-rst/ox-rst-pkg.el
Normal file
@@ -0,0 +1,11 @@
|
||||
;; -*- 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")))
|
||||
Reference in New Issue
Block a user