update packages

This commit is contained in:
2025-03-11 21:14:26 +01:00
parent 45d49daef0
commit 14dcaaddde
440 changed files with 13229 additions and 8718 deletions

View File

@@ -11,6 +11,7 @@
;;; Generated autoloads from ox-tufte.el
(put 'org-tufte-html-sections 'safe-local-variable (lambda (x) (string= (car (alist-get 'content x)) "article")))
(autoload 'org-tufte-export-as-html "ox-tufte" "\
Export current buffer to a Tufte HTML buffer.
@@ -42,6 +43,11 @@ be displayed when `org-export-show-temporary-export-buffer' is
non-nil.
(fn &optional ASYNC SUBTREEP VISIBLE-ONLY BODY-ONLY EXT-PLIST)" t)
(autoload 'org-tufte-convert-region-to-html "ox-tufte" "\
Assume the current region has Org syntax, and convert it to Tufte HTML.
This can be used in any buffer. For example, you can write an
itemized list in Org syntax in an HTML buffer and use this command
to convert it." t)
(autoload 'org-tufte-export-to-html "ox-tufte" "\
Export current buffer to a Tufte HTML file.