fixing the site
This commit is contained in:
331
.packages/org-roam-20251125.729/org-roam-autoloads.el
Normal file
331
.packages/org-roam-20251125.729/org-roam-autoloads.el
Normal file
@@ -0,0 +1,331 @@
|
||||
;;; org-roam-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-roam.el
|
||||
|
||||
(autoload 'org-roam-list-files "org-roam" "\
|
||||
Return a list of all Org-roam files under `org-roam-directory'.
|
||||
See `org-roam-file-p' for how each file is determined to be as
|
||||
part of Org-Roam.")
|
||||
(register-definition-prefixes "org-roam" '("org-roam-"))
|
||||
|
||||
|
||||
;;; Generated autoloads from org-roam-capture.el
|
||||
|
||||
(autoload 'org-roam-capture- "org-roam-capture" "\
|
||||
Main entry point of `org-roam-capture' module.
|
||||
GOTO and KEYS correspond to `org-capture' arguments.
|
||||
INFO is a plist for filling up Org-roam's capture templates.
|
||||
NODE is an `org-roam-node' construct containing information about the node.
|
||||
PROPS is a plist containing additional Org-roam properties for each template.
|
||||
TEMPLATES is a list of org-roam templates.
|
||||
|
||||
(fn &key GOTO KEYS NODE INFO PROPS TEMPLATES)")
|
||||
(autoload 'org-roam-capture "org-roam-capture" "\
|
||||
Launches an `org-capture' process for a new or existing node.
|
||||
This uses the templates defined at `org-roam-capture-templates'.
|
||||
Arguments GOTO and KEYS see `org-capture'.
|
||||
FILTER-FN is a function to filter out nodes: it takes an `org-roam-node',
|
||||
and when nil is returned the node will be filtered out.
|
||||
The TEMPLATES, if provided, override the list of capture templates (see
|
||||
`org-roam-capture-'.)
|
||||
The INFO, if provided, is passed along to the underlying `org-roam-capture-'.
|
||||
|
||||
(fn &optional GOTO KEYS &key FILTER-FN TEMPLATES INFO)" t)
|
||||
(register-definition-prefixes "org-roam-capture" '("org-roam-capture-"))
|
||||
|
||||
|
||||
;;; Generated autoloads from org-roam-compat.el
|
||||
|
||||
(autoload 'org-roam-db-autosync-enable "org-roam-compat" "\
|
||||
Activate `org-roam-db-autosync-mode'.")
|
||||
(make-obsolete 'org-roam-db-autosync-enable 'org-roam-db-autosync-mode "2025-11-23")
|
||||
(register-definition-prefixes "org-roam-compat" '("org-roam-"))
|
||||
|
||||
|
||||
;;; Generated autoloads from org-roam-dailies.el
|
||||
|
||||
(autoload 'org-roam-dailies-capture-today "org-roam-dailies" "\
|
||||
Create an entry in the daily-note for today.
|
||||
When GOTO is non-nil, go the note without creating an entry.
|
||||
|
||||
ELisp programs can set KEYS to a string associated with a template.
|
||||
In this case, interactive selection will be bypassed.
|
||||
|
||||
(fn &optional GOTO KEYS)" t)
|
||||
(autoload 'org-roam-dailies-goto-today "org-roam-dailies" "\
|
||||
Find the daily-note for today, creating it if necessary.
|
||||
|
||||
ELisp programs can set KEYS to a string associated with a template.
|
||||
In this case, interactive selection will be bypassed.
|
||||
|
||||
(fn &optional KEYS)" t)
|
||||
(autoload 'org-roam-dailies-capture-tomorrow "org-roam-dailies" "\
|
||||
Create an entry in the daily-note for tomorrow.
|
||||
|
||||
With numeric argument N, use the daily-note N days in the future.
|
||||
|
||||
With a `C-u' prefix or when GOTO is non-nil, go the note without
|
||||
creating an entry.
|
||||
|
||||
ELisp programs can set KEYS to a string associated with a template.
|
||||
In this case, interactive selection will be bypassed.
|
||||
|
||||
(fn N &optional GOTO KEYS)" t)
|
||||
(autoload 'org-roam-dailies-goto-tomorrow "org-roam-dailies" "\
|
||||
Find the daily-note for tomorrow, creating it if necessary.
|
||||
|
||||
With numeric argument N, use the daily-note N days in the
|
||||
future.
|
||||
|
||||
ELisp programs can set KEYS to a string associated with a template.
|
||||
In this case, interactive selection will be bypassed.
|
||||
|
||||
(fn N &optional KEYS)" t)
|
||||
(autoload 'org-roam-dailies-capture-yesterday "org-roam-dailies" "\
|
||||
Create an entry in the daily-note for yesteday.
|
||||
|
||||
With numeric argument N, use the daily-note N days in the past.
|
||||
|
||||
When GOTO is non-nil, go the note without creating an entry.
|
||||
|
||||
ELisp programs can set KEYS to a string associated with a template.
|
||||
In this case, interactive selection will be bypassed.
|
||||
|
||||
(fn N &optional GOTO KEYS)" t)
|
||||
(autoload 'org-roam-dailies-goto-yesterday "org-roam-dailies" "\
|
||||
Find the daily-note for yesterday, creating it if necessary.
|
||||
|
||||
With numeric argument N, use the daily-note N days in the
|
||||
future.
|
||||
|
||||
ELisp programs can set KEYS to a string associated with a template.
|
||||
In this case, interactive selection will be bypassed.
|
||||
|
||||
(fn N &optional KEYS)" t)
|
||||
(autoload 'org-roam-dailies-capture-date "org-roam-dailies" "\
|
||||
Create an entry in the daily-note for a date using the calendar.
|
||||
Prefer past dates, unless PREFER-FUTURE is non-nil.
|
||||
With a `C-u' prefix or when GOTO is non-nil, go the note without
|
||||
creating an entry.
|
||||
|
||||
ELisp programs can set KEYS to a string associated with a template.
|
||||
In this case, interactive selection will be bypassed.
|
||||
|
||||
(fn &optional GOTO PREFER-FUTURE KEYS)" t)
|
||||
(autoload 'org-roam-dailies-goto-date "org-roam-dailies" "\
|
||||
Find the daily-note for a date using the calendar, creating it if necessary.
|
||||
Prefer past dates, unless PREFER-FUTURE is non-nil.
|
||||
|
||||
ELisp programs can set KEYS to a string associated with a template.
|
||||
In this case, interactive selection will be bypassed.
|
||||
|
||||
(fn &optional PREFER-FUTURE KEYS)" t)
|
||||
(autoload 'org-roam-dailies-find-directory "org-roam-dailies" "\
|
||||
Find and open `org-roam-dailies-directory'." t)
|
||||
(register-definition-prefixes "org-roam-dailies" '("org-roam-dailies-"))
|
||||
|
||||
|
||||
;;; Generated autoloads from org-roam-db.el
|
||||
|
||||
(autoload 'org-roam-db-sync "org-roam-db" "\
|
||||
Synchronize the cache state with the current Org files on-disk.
|
||||
If FORCE, force a rebuild of the cache from scratch.
|
||||
|
||||
(fn &optional FORCE)" t)
|
||||
(defvar org-roam-db-autosync-mode nil "\
|
||||
Non-nil if Org-Roam-Db-Autosync mode is enabled.
|
||||
See the `org-roam-db-autosync-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-roam-db-autosync-mode'.")
|
||||
(custom-autoload 'org-roam-db-autosync-mode "org-roam-db" nil)
|
||||
(autoload 'org-roam-db-autosync-mode "org-roam-db" "\
|
||||
Global minor mode to keep your Org-roam session automatically synchronized.
|
||||
|
||||
Through the session this will continue to setup your
|
||||
buffers (that are Org-roam file visiting), keep track of the
|
||||
related changes, maintain cache consistency and incrementally
|
||||
update the currently active database.
|
||||
|
||||
If you need to manually trigger resync of the currently active
|
||||
database, see `org-roam-db-sync' command.
|
||||
|
||||
This is a global minor mode. If called interactively, toggle the
|
||||
`Org-Roam-Db-Autosync 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-roam-db-autosync-mode)'.
|
||||
|
||||
The mode's hook is called both when the mode is enabled and when it is
|
||||
disabled.
|
||||
|
||||
(fn &optional ARG)" t)
|
||||
(register-definition-prefixes "org-roam-db" '("emacsql-constraint" "org-roam-db"))
|
||||
|
||||
|
||||
;;; Generated autoloads from org-roam-export.el
|
||||
|
||||
(register-definition-prefixes "org-roam-export" '("org-roam-export--org-html--reference"))
|
||||
|
||||
|
||||
;;; Generated autoloads from org-roam-graph.el
|
||||
|
||||
(autoload 'org-roam-graph "org-roam-graph" "\
|
||||
Build and possibly display a graph for NODE.
|
||||
ARG may be any of the following values:
|
||||
- nil show the graph.
|
||||
- `\\[universal-argument]' show the graph for NODE.
|
||||
- `\\[universal-argument]' N show the graph for NODE limiting nodes to N steps.
|
||||
|
||||
(fn &optional ARG NODE)" t)
|
||||
(register-definition-prefixes "org-roam-graph" '("org-roam-"))
|
||||
|
||||
|
||||
;;; Generated autoloads from org-roam-id.el
|
||||
|
||||
(autoload 'org-roam-update-org-id-locations "org-roam-id" "\
|
||||
Scan Org-roam files to update `org-id' related state.
|
||||
This is like `org-id-update-id-locations', but will automatically
|
||||
use the currently bound `org-directory' and `org-roam-directory'
|
||||
along with DIRECTORIES (if any), where the lookup for files in
|
||||
these directories will be always recursive.
|
||||
|
||||
Note: Org-roam doesn't have hard dependency on
|
||||
`org-id-locations-file' to lookup IDs for nodes that are stored
|
||||
in the database, but it still tries to properly integrates with
|
||||
`org-id'. This allows the user to cross-reference IDs outside of
|
||||
the current `org-roam-directory', and also link with \"id:\"
|
||||
links to headings/files within the current `org-roam-directory'
|
||||
that are excluded from identification in Org-roam as
|
||||
`org-roam-node's, e.g. with \"ROAM_EXCLUDE\" property.
|
||||
|
||||
(fn &rest DIRECTORIES)" t)
|
||||
(register-definition-prefixes "org-roam-id" '("org-roam-id-"))
|
||||
|
||||
|
||||
;;; Generated autoloads from org-roam-log.el
|
||||
|
||||
(register-definition-prefixes "org-roam-log" '("org-roam-log-"))
|
||||
|
||||
|
||||
;;; Generated autoloads from org-roam-migrate.el
|
||||
|
||||
(autoload 'org-roam-migrate-wizard "org-roam-migrate" "\
|
||||
Migrate all notes from to be compatible with Org-roam v2.
|
||||
1. Convert all notes from v1 format to v2.
|
||||
2. Rebuild the cache.
|
||||
3. Replace all file links with ID links." t)
|
||||
(register-definition-prefixes "org-roam-migrate" '("org-roam-migrate-"))
|
||||
|
||||
|
||||
;;; Generated autoloads from org-roam-mode.el
|
||||
|
||||
(autoload 'org-roam-buffer-display-dedicated "org-roam-mode" "\
|
||||
Launch NODE dedicated Org-roam buffer.
|
||||
Unlike the persistent `org-roam-buffer', the contents of this
|
||||
buffer won't be automatically changed and will be held in place.
|
||||
|
||||
In interactive calls prompt to select NODE, unless called with
|
||||
`universal-argument', in which case NODE will be set to
|
||||
`org-roam-node-at-point'.
|
||||
|
||||
(fn NODE)" t)
|
||||
(register-definition-prefixes "org-roam-mode" '("org-roam-"))
|
||||
|
||||
|
||||
;;; Generated autoloads from org-roam-node.el
|
||||
|
||||
(autoload 'org-roam-node-find "org-roam-node" "\
|
||||
Find and open an Org-roam node by its title or alias.
|
||||
INITIAL-INPUT is the initial input for the prompt.
|
||||
FILTER-FN is a function to filter out nodes: it takes an `org-roam-node',
|
||||
and when nil is returned the node will be filtered out.
|
||||
If OTHER-WINDOW, visit the NODE in another window.
|
||||
The TEMPLATES, if provided, override the list of capture templates (see
|
||||
`org-roam-capture-'.)
|
||||
|
||||
(fn &optional OTHER-WINDOW INITIAL-INPUT FILTER-FN PRED &key TEMPLATES)" t)
|
||||
(autoload 'org-roam-node-random "org-roam-node" "\
|
||||
Find and open a random Org-roam node.
|
||||
With prefix argument OTHER-WINDOW, visit the node in another
|
||||
window instead.
|
||||
FILTER-FN is a function to filter out nodes: it takes an `org-roam-node',
|
||||
and when nil is returned the node will be filtered out.
|
||||
|
||||
(fn &optional OTHER-WINDOW FILTER-FN)" t)
|
||||
(autoload 'org-roam-node-insert "org-roam-node" "\
|
||||
Find an Org-roam node and insert (where the point is) an \"id:\" link to it.
|
||||
FILTER-FN is a function to filter out nodes: it takes an `org-roam-node',
|
||||
and when nil is returned the node will be filtered out.
|
||||
The TEMPLATES, if provided, override the list of capture templates (see
|
||||
`org-roam-capture-'.)
|
||||
The INFO, if provided, is passed to the underlying `org-roam-capture-'.
|
||||
|
||||
(fn &optional FILTER-FN &key TEMPLATES INFO)" t)
|
||||
(autoload 'org-roam-refile "org-roam-node" "\
|
||||
Refile node at point to an org-roam NODE.
|
||||
|
||||
If region is active, then use it instead of the node at point.
|
||||
|
||||
(fn NODE)" t)
|
||||
(autoload 'org-roam-extract-subtree "org-roam-node" "\
|
||||
Convert current subtree at point to a node, and extract it into a new file." t)
|
||||
(autoload 'org-roam-ref-find "org-roam-node" "\
|
||||
Find and open an Org-roam node that's dedicated to a specific ref.
|
||||
INITIAL-INPUT is the initial input to the prompt.
|
||||
FILTER-FN is a function to filter out nodes: it takes an `org-roam-node',
|
||||
and when nil is returned the node will be filtered out.
|
||||
|
||||
(fn &optional INITIAL-INPUT FILTER-FN)" t)
|
||||
(register-definition-prefixes "org-roam-node" '("org-roam-"))
|
||||
|
||||
|
||||
;;; Generated autoloads from org-roam-overlay.el
|
||||
|
||||
(register-definition-prefixes "org-roam-overlay" '("org-roam-overlay-"))
|
||||
|
||||
|
||||
;;; Generated autoloads from org-roam-protocol.el
|
||||
|
||||
(register-definition-prefixes "org-roam-protocol" '("org-roam-"))
|
||||
|
||||
|
||||
;;; Generated autoloads from org-roam-utils.el
|
||||
|
||||
(autoload 'org-roam-version "org-roam-utils" "\
|
||||
Return `org-roam' version.
|
||||
Interactively, or when MESSAGE is non-nil, show in the echo area.
|
||||
|
||||
(fn &optional MESSAGE)" t)
|
||||
(autoload 'org-roam-diagnostics "org-roam-utils" "\
|
||||
Collect and print info for `org-roam' issues." t)
|
||||
(register-definition-prefixes "org-roam-utils" '("org-roam-"))
|
||||
|
||||
;;; End of scraped data
|
||||
|
||||
(provide 'org-roam-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-roam-autoloads.el ends here
|
||||
Reference in New Issue
Block a user