update packages and add valign
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
;;; ox-pandoc.el --- An Org-mode exporter using pandoc -*- lexical-binding: t; -*-
|
||||
|
||||
;; Copyright (C) 2014-2017 KAWABATA, Taichi
|
||||
;; Copyright (C) 2021-2023 FENTON, Alex
|
||||
;; Copyright (C) 2021-2026 FENTON, Alex
|
||||
|
||||
;; Filename: ox-pandoc.el
|
||||
;; Description: Another org exporter for Pandoc
|
||||
@@ -9,8 +9,8 @@
|
||||
;; FENTON, Alex <a-fent@github>
|
||||
;; Maintainer: FENTON, Alex <a-fent@github>
|
||||
;; Created: 2014-07-20
|
||||
;; Package-Version: 20250424.908
|
||||
;; Package-Revision: 5766c70b6db5
|
||||
;; Package-Version: 20260113.1929
|
||||
;; Package-Revision: 1caeb56a4be2
|
||||
;; Package-Requires: ((org "8.2") (emacs "24.4") (dash "2.8") (ht "2.0"))
|
||||
;; Keywords: tools
|
||||
;; URL: https://github.com/a-fent/ox-pandoc
|
||||
@@ -50,7 +50,8 @@
|
||||
(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
|
||||
data-dir default-image-extension defaults dpi dump-args
|
||||
email-obfuscation embed-resources 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
|
||||
@@ -61,7 +62,7 @@
|
||||
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
|
||||
shift-heading-level-by slide-level split-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))
|
||||
@@ -1835,7 +1836,7 @@ output."
|
||||
(value (cdr option))
|
||||
(values
|
||||
(cond ((not (memq name org-pandoc-valid-options))
|
||||
(error "Org-Pandoc: Improper Option Name! %s" name))
|
||||
(error "Org-pandoc does not recognise the pandoc option: '%s'" name))
|
||||
((equal "t" value) t)
|
||||
((equal "nil" value) nil)
|
||||
((listp value) value)
|
||||
|
||||
Reference in New Issue
Block a user