update packages and add valign

This commit is contained in:
2026-04-05 20:00:27 +02:00
parent b062fb98e3
commit 03fb00e374
640 changed files with 109768 additions and 39311 deletions

View File

@@ -1,6 +1,6 @@
;;; ox-org.el --- Org Backend for Org Export Engine -*- lexical-binding: t; -*-
;; Copyright (C) 2013-2025 Free Software Foundation, Inc.
;; Copyright (C) 2013-2026 Free Software Foundation, Inc.
;; Author: Nicolas Goaziou <n.goaziou@gmail.com>
;; Keywords: org, text
@@ -337,10 +337,13 @@ is the property list for the given project. PUB-DIR is the
publishing directory.
Return output file name."
(require 'ox-publish)
(declare-function org-publish-org-to "ox-publish" (backend filename extension plist &optional pub-dir))
(org-publish-org-to 'org filename ".org" plist pub-dir)
(when (plist-get plist :htmlized-source)
(org-require-package 'htmlize)
(require 'ox-html)
(defvar org-html-extension) ; defined in ox-html.el
(let* ((org-inhibit-startup t)
(htmlize-output-type 'css)
(html-ext (concat "." (or (plist-get plist :html-extension)