update packages

This commit is contained in:
2025-12-25 14:07:38 +01:00
parent bf26d1918b
commit 69860cad2c
4 changed files with 1835 additions and 0 deletions

11
lisp/ox-rst/ox-rst-pkg.el Normal file
View 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")))