Files
emacs/lisp/my/my-autoloads.el
2025-06-19 16:58:21 +02:00

101 lines
3.0 KiB
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
;;; my-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
;; Generated by the `loaddefs-generate' function.
;; This file is part of GNU Emacs.
;;; Code:
(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
;;; Generated autoloads from my.el
(register-definition-prefixes "my" '("my-"))
;;; Generated autoloads from my-org-article.el
(autoload 'my-org-article-latex-make-preamble "my-org-article" "\
See `org-latex-make-preamble'.
Uses also `my-org-article-latex-template-value' with
`my-org-article-latex-template-plist' to inserts placeholders.
(fn INFO &optional TEMPLATE SNIPPET?)")
(autoload 'my-org-article-latex-export-to-latex "my-org-article" "\
See `org-latex-export-to-latex'
(fn &optional ASYNC SUBTREEP VISIBLE-ONLY BODY-ONLY EXT-PLIST)" t)
(autoload 'my-org-article-latex-export-to-pdf "my-org-article" "\
See `org-latex-export-to-pdf'
(fn &optional ASYNC SUBTREEP VISIBLE-ONLY BODY-ONLY EXT-PLIST)" t)
(autoload 'my-org-article-latex-publish-to-latex "my-org-article" "\
Publish an Org file to LaTeX.
FILENAME is the filename of the Org file to be published. PLIST
is the property list for the given project. PUB-DIR is the
publishing directory.
Return output file name.
(fn PLIST FILENAME PUB-DIR)")
(autoload 'my-org-article-latex-publish-to-pdf "my-org-article" "\
Publish an Org file to PDF (via LaTeX).
FILENAME is the filename of the Org file to be published. PLIST
is the property list for the given project. PUB-DIR is the
publishing directory.
Return output file name.
(fn PLIST FILENAME PUB-DIR)")
(put 'org-html-head 'safe-local-variable 'stringp)
(autoload 'my-org-article-html-export-to-html "my-org-article" "\
See `org-tufte-export-to-file' and `org-html-export-to-html'.
(fn &optional ASYNC SUBTREEP VISIBLE-ONLY BODY-ONLY EXT-PLIST)" t)
(register-definition-prefixes "my-org-article" '("my-"))
;;; Generated autoloads from my-org-letter.el
(autoload 'my-org-letter-latex-make-preamble "my-org-letter" "\
See `org-latex-make-preamble'
(fn INFO &optional TEMPLATE SNIPPET?)")
(autoload 'my-org-letter-latex-export-to-latex "my-org-letter" "\
See `org-latex-export-to-latex'
(fn &optional ASYNC SUBTREEP VISIBLE-ONLY BODY-ONLY EXT-PLIST)" t)
(autoload 'my-org-letter-latex-export-to-pdf "my-org-letter" "\
See `org-latex-export-to-pdf'
(fn &optional ASYNC SUBTREEP VISIBLE-ONLY BODY-ONLY EXT-PLIST)" t)
(register-definition-prefixes "my-org-letter" '("my-org-letter-"))
;;; Generated autoloads from my-theme.el
(when load-file-name (add-to-list 'custom-theme-load-path (file-name-as-directory (file-name-directory load-file-name))))
(register-definition-prefixes "my-theme" 'nil)
;;; Generated autoloads from my-view.el
(register-definition-prefixes "my-view" '("my-view-"))
;;; End of scraped data
(provide 'my-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; no-native-compile: t
;; coding: utf-8-emacs-unix
;; End:
;;; my-autoloads.el ends here