emacs/org/elpa/org-auto-expand-20231006.854/org-auto-expand-autoloads.el

59 lines
2.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.

;;; org-auto-expand-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 org-auto-expand.el
(defvar org-auto-expand-mode nil "\
Non-nil if Org-Auto-Expand mode is enabled.
See the `org-auto-expand-mode' command
for a description of this minor mode.
Setting this variable directly does not take effect;
either customize it (see the info node `Easy Customization')
or call the function `org-auto-expand-mode'.")
(custom-autoload 'org-auto-expand-mode "org-auto-expand" nil)
(autoload 'org-auto-expand-mode "org-auto-expand" "\
Automatically expand certain headings when `org-mode' is activated.
This is a global minor mode. If called interactively, toggle the
`Org-Auto-Expand mode' mode. If the prefix argument is positive,
enable the mode, and if it is zero or negative, disable the mode.
If called from Lisp, toggle the mode if ARG is `toggle'. Enable
the mode if ARG is nil, omitted, or is a positive number.
Disable the mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate `(default-value \\='org-auto-expand-mode)'.
The mode's hook is called both when the mode is enabled and when
it is disabled.
(fn &optional ARG)" t)
(autoload 'org-auto-expand "org-auto-expand" "\
Set current buffer's outline visibility accordingly.
If `org-startup-folded' is non-nil, call
`org-set-startup-visibility' first." t)
(register-definition-prefixes "org-auto-expand" '("org-auto-expand-"))
;;; End of scraped data
(provide 'org-auto-expand-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; no-native-compile: t
;; coding: utf-8-emacs-unix
;; End:
;;; org-auto-expand-autoloads.el ends here