update packages

This commit is contained in:
2025-06-22 17:08:08 +02:00
parent 54e5633369
commit 16a0a6db93
558 changed files with 68349 additions and 26568 deletions

View File

@@ -1,18 +1,14 @@
(define-package "ox-pandoc" "20240710.1424" "An Org-mode exporter using pandoc"
'((org "8.2")
;; -*- 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"))
:commit "34e6ea97b586e20529d07158a73af3cf33cdd1d5" :authors
'(("Taichi" . "kawabata.taichi@gmail.com")
("Alex" . "a-fent@github"))
:maintainers
'(("Alex" . "a-fent@github"))
:maintainer
'("Alex" . "a-fent@github")
:keywords
'("tools")
:url "https://github.com/a-fent/ox-pandoc")
;; Local Variables:
;; no-byte-compile: t
;; End:
(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")))

View File

@@ -9,7 +9,8 @@
;; FENTON, Alex <a-fent@github>
;; Maintainer: FENTON, Alex <a-fent@github>
;; Created: 2014-07-20
;; Version: 2.0
;; Package-Version: 20250424.908
;; Package-Revision: 5766c70b6db5
;; Package-Requires: ((org "8.2") (emacs "24.4") (dash "2.8") (ht "2.0"))
;; Keywords: tools
;; URL: https://github.com/a-fent/ox-pandoc
@@ -47,23 +48,23 @@
:group 'org-export)
(defconst org-pandoc-valid-options
'(abbreviations ascii atx-headers base-header-level bash-completion
biblatex bibliography citation-abbreviations citeproc columns csl css
data-dir default-image-extension defaults dpi dump-args email-obfuscation eol
epub-chapter-level epub-cover-image epub-embed-font epub-metadata
epub-subdirectory extract-media fail-if-warnings file-scope filter
highlight-style html-q-tags id-prefix ignore-args include-after-body
include-before-body include-in-header incremental
indented-code-classes katex list-extensions list-highlight-languages
list-highlight-styles listings log lua-filter mathjax mathml
metadata natbib no-highlight number-offset number-sections
pdf-engine-opt pdf-engine preserve-tabs print-default-data-file
print-default-template quiet reference-doc reference-links
reference-location resource-path section-divs self-contained
shift-heading-level-by slide-level standalone strip-comments
syntax-definition tab-stop table-of-contents template title-prefix
toc top-level-division toc-depth trace track-changes variable
verbose version webtex wrap))
'( abbreviations ascii atx-headers base-header-level bash-completion
biblatex bibliography citation-abbreviations citeproc columns csl css
data-dir default-image-extension defaults dpi dump-args email-obfuscation eol
epub-chapter-level epub-cover-image epub-embed-font epub-metadata
epub-subdirectory extract-media fail-if-warnings file-scope filter
highlight-style html-q-tags id-prefix ignore-args include-after-body
include-before-body include-in-header incremental
indented-code-classes katex list-extensions list-highlight-languages
list-highlight-styles listings log lua-filter mathjax mathml
metadata metadata-file natbib no-highlight number-offset number-sections
pdf-engine-opt pdf-engine preserve-tabs print-default-data-file
print-default-template quiet reference-doc reference-links
reference-location resource-path section-divs self-contained
shift-heading-level-by slide-level standalone strip-comments
syntax-definition tab-stop table-of-contents template title-prefix
toc top-level-division toc-depth trace track-changes variable
verbose version webtex wrap))
(defconst org-pandoc-colon-separated-options
'(abbreviations css include-in-header include-before-body
@@ -87,7 +88,7 @@
(markdown_strict . md) (native . hs)
(opendocument . xml) (plain . txt) (revealjs . html) (s5 . html)
(slideous . html) (slidy . html) (texinfo . texi)
(zimwiki . zim)))
(zimwiki . zim) (typst . typ)))
(defconst org-pandoc-option-type
`(choice (const t) (const nil)