dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

org-roam-autoloads.el (12335B)


      1 ;;; org-roam-autoloads.el --- automatically extracted autoloads (do not edit)   -*- lexical-binding: t -*-
      2 ;; Generated by the `loaddefs-generate' function.
      3 
      4 ;; This file is part of GNU Emacs.
      5 
      6 ;;; Code:
      7 
      8 (add-to-list 'load-path (or (and load-file-name (file-name-directory load-file-name)) (car load-path)))
      9 
     10 
     11 
     12 ;;; Generated autoloads from org-roam.el
     13 
     14 (autoload 'org-roam-list-files "org-roam" "\
     15 Return a list of all Org-roam files under `org-roam-directory'.
     16 See `org-roam-file-p' for how each file is determined to be as
     17 part of Org-Roam.")
     18 (register-definition-prefixes "org-roam" '("org-roam-"))
     19 
     20 
     21 ;;; Generated autoloads from org-roam-capture.el
     22 
     23 (autoload 'org-roam-capture- "org-roam-capture" "\
     24 Main entry point of `org-roam-capture' module.
     25 GOTO and KEYS correspond to `org-capture' arguments.
     26 INFO is a plist for filling up Org-roam's capture templates.
     27 NODE is an `org-roam-node' construct containing information about the node.
     28 PROPS is a plist containing additional Org-roam properties for each template.
     29 TEMPLATES is a list of org-roam templates.
     30 
     31 (fn &key GOTO KEYS NODE INFO PROPS TEMPLATES)")
     32 (autoload 'org-roam-capture "org-roam-capture" "\
     33 Launches an `org-capture' process for a new or existing node.
     34 This uses the templates defined at `org-roam-capture-templates'.
     35 Arguments GOTO and KEYS see `org-capture'.
     36 FILTER-FN is a function to filter out nodes: it takes an `org-roam-node',
     37 and when nil is returned the node will be filtered out.
     38 The TEMPLATES, if provided, override the list of capture templates (see
     39 `org-roam-capture-'.)
     40 The INFO, if provided, is passed along to the underlying `org-roam-capture-'.
     41 
     42 (fn &optional GOTO KEYS &key FILTER-FN TEMPLATES INFO)" t)
     43 (register-definition-prefixes "org-roam-capture" '("org-roam-capture-"))
     44 
     45 
     46 ;;; Generated autoloads from org-roam-compat.el
     47 
     48 (register-definition-prefixes "org-roam-compat" '("org-roam--"))
     49 
     50 
     51 ;;; Generated autoloads from org-roam-dailies.el
     52 
     53 (autoload 'org-roam-dailies-capture-today "org-roam-dailies" "\
     54 Create an entry in the daily-note for today.
     55 When GOTO is non-nil, go the note without creating an entry.
     56 
     57 ELisp programs can set KEYS to a string associated with a template.
     58 In this case, interactive selection will be bypassed.
     59 
     60 (fn &optional GOTO KEYS)" t)
     61 (autoload 'org-roam-dailies-goto-today "org-roam-dailies" "\
     62 Find the daily-note for today, creating it if necessary.
     63 
     64 ELisp programs can set KEYS to a string associated with a template.
     65 In this case, interactive selection will be bypassed.
     66 
     67 (fn &optional KEYS)" t)
     68 (autoload 'org-roam-dailies-capture-tomorrow "org-roam-dailies" "\
     69 Create an entry in the daily-note for tomorrow.
     70 
     71 With numeric argument N, use the daily-note N days in the future.
     72 
     73 With a `C-u' prefix or when GOTO is non-nil, go the note without
     74 creating an entry.
     75 
     76 ELisp programs can set KEYS to a string associated with a template.
     77 In this case, interactive selection will be bypassed.
     78 
     79 (fn N &optional GOTO KEYS)" t)
     80 (autoload 'org-roam-dailies-goto-tomorrow "org-roam-dailies" "\
     81 Find the daily-note for tomorrow, creating it if necessary.
     82 
     83 With numeric argument N, use the daily-note N days in the
     84 future.
     85 
     86 ELisp programs can set KEYS to a string associated with a template.
     87 In this case, interactive selection will be bypassed.
     88 
     89 (fn N &optional KEYS)" t)
     90 (autoload 'org-roam-dailies-capture-yesterday "org-roam-dailies" "\
     91 Create an entry in the daily-note for yesteday.
     92 
     93 With numeric argument N, use the daily-note N days in the past.
     94 
     95 When GOTO is non-nil, go the note without creating an entry.
     96 
     97 ELisp programs can set KEYS to a string associated with a template.
     98 In this case, interactive selection will be bypassed.
     99 
    100 (fn N &optional GOTO KEYS)" t)
    101 (autoload 'org-roam-dailies-goto-yesterday "org-roam-dailies" "\
    102 Find the daily-note for yesterday, creating it if necessary.
    103 
    104 With numeric argument N, use the daily-note N days in the
    105 future.
    106 
    107 ELisp programs can set KEYS to a string associated with a template.
    108 In this case, interactive selection will be bypassed.
    109 
    110 (fn N &optional KEYS)" t)
    111 (autoload 'org-roam-dailies-capture-date "org-roam-dailies" "\
    112 Create an entry in the daily-note for a date using the calendar.
    113 Prefer past dates, unless PREFER-FUTURE is non-nil.
    114 With a `C-u' prefix or when GOTO is non-nil, go the note without
    115 creating an entry.
    116 
    117 ELisp programs can set KEYS to a string associated with a template.
    118 In this case, interactive selection will be bypassed.
    119 
    120 (fn &optional GOTO PREFER-FUTURE KEYS)" t)
    121 (autoload 'org-roam-dailies-goto-date "org-roam-dailies" "\
    122 Find the daily-note for a date using the calendar, creating it if necessary.
    123 Prefer past dates, unless PREFER-FUTURE is non-nil.
    124 
    125 ELisp programs can set KEYS to a string associated with a template.
    126 In this case, interactive selection will be bypassed.
    127 
    128 (fn &optional PREFER-FUTURE KEYS)" t)
    129 (autoload 'org-roam-dailies-find-directory "org-roam-dailies" "\
    130 Find and open `org-roam-dailies-directory'." t)
    131 (register-definition-prefixes "org-roam-dailies" '("org-roam-dailies-"))
    132 
    133 
    134 ;;; Generated autoloads from org-roam-db.el
    135 
    136 (autoload 'org-roam-db-sync "org-roam-db" "\
    137 Synchronize the cache state with the current Org files on-disk.
    138 If FORCE, force a rebuild of the cache from scratch.
    139 
    140 (fn &optional FORCE)" t)
    141 (defvar org-roam-db-autosync-mode nil "\
    142 Non-nil if Org-Roam-Db-Autosync mode is enabled.
    143 See the `org-roam-db-autosync-mode' command
    144 for a description of this minor mode.
    145 Setting this variable directly does not take effect;
    146 either customize it (see the info node `Easy Customization')
    147 or call the function `org-roam-db-autosync-mode'.")
    148 (custom-autoload 'org-roam-db-autosync-mode "org-roam-db" nil)
    149 (autoload 'org-roam-db-autosync-mode "org-roam-db" "\
    150 Global minor mode to keep your Org-roam session automatically synchronized.
    151 
    152 Through the session this will continue to setup your
    153 buffers (that are Org-roam file visiting), keep track of the
    154 related changes, maintain cache consistency and incrementally
    155 update the currently active database.
    156 
    157 If you need to manually trigger resync of the currently active
    158 database, see `org-roam-db-sync' command.
    159 
    160 This is a global minor mode.  If called interactively, toggle the
    161 `Org-Roam-Db-Autosync mode' mode.  If the prefix argument is
    162 positive, enable the mode, and if it is zero or negative, disable
    163 the mode.
    164 
    165 If called from Lisp, toggle the mode if ARG is `toggle'.  Enable
    166 the mode if ARG is nil, omitted, or is a positive number.
    167 Disable the mode if ARG is a negative number.
    168 
    169 To check whether the minor mode is enabled in the current buffer,
    170 evaluate `(default-value \\='org-roam-db-autosync-mode)'.
    171 
    172 The mode's hook is called both when the mode is enabled and when
    173 it is disabled.
    174 
    175 (fn &optional ARG)" t)
    176 (autoload 'org-roam-db-autosync-enable "org-roam-db" "\
    177 Activate `org-roam-db-autosync-mode'.")
    178 (register-definition-prefixes "org-roam-db" '("emacsql-constraint" "org-roam-d"))
    179 
    180 
    181 ;;; Generated autoloads from org-roam-export.el
    182 
    183 (register-definition-prefixes "org-roam-export" '("org-roam-export--org-html--reference"))
    184 
    185 
    186 ;;; Generated autoloads from org-roam-graph.el
    187 
    188 (autoload 'org-roam-graph "org-roam-graph" "\
    189 Build and possibly display a graph for NODE.
    190 ARG may be any of the following values:
    191   - nil       show the graph.
    192   - `\\[universal-argument]'     show the graph for NODE.
    193   - `\\[universal-argument]' N   show the graph for NODE limiting nodes to N steps.
    194 
    195 (fn &optional ARG NODE)" t)
    196 (register-definition-prefixes "org-roam-graph" '("org-roam-"))
    197 
    198 
    199 ;;; Generated autoloads from org-roam-id.el
    200 
    201 (autoload 'org-roam-update-org-id-locations "org-roam-id" "\
    202 Scan Org-roam files to update `org-id' related state.
    203 This is like `org-id-update-id-locations', but will automatically
    204 use the currently bound `org-directory' and `org-roam-directory'
    205 along with DIRECTORIES (if any), where the lookup for files in
    206 these directories will be always recursive.
    207 
    208 Note: Org-roam doesn't have hard dependency on
    209 `org-id-locations-file' to lookup IDs for nodes that are stored
    210 in the database, but it still tries to properly integrates with
    211 `org-id'. This allows the user to cross-reference IDs outside of
    212 the current `org-roam-directory', and also link with \"id:\"
    213 links to headings/files within the current `org-roam-directory'
    214 that are excluded from identification in Org-roam as
    215 `org-roam-node's, e.g. with \"ROAM_EXCLUDE\" property.
    216 
    217 (fn &rest DIRECTORIES)" t)
    218 (register-definition-prefixes "org-roam-id" '("org-roam-id-"))
    219 
    220 
    221 ;;; Generated autoloads from org-roam-log.el
    222 
    223 (register-definition-prefixes "org-roam-log" '("org-roam-log-"))
    224 
    225 
    226 ;;; Generated autoloads from org-roam-migrate.el
    227 
    228 (autoload 'org-roam-migrate-wizard "org-roam-migrate" "\
    229 Migrate all notes from to be compatible with Org-roam v2.
    230 1. Convert all notes from v1 format to v2.
    231 2. Rebuild the cache.
    232 3. Replace all file links with ID links." t)
    233 (register-definition-prefixes "org-roam-migrate" '("org-roam-migrate-"))
    234 
    235 
    236 ;;; Generated autoloads from org-roam-mode.el
    237 
    238 (autoload 'org-roam-buffer-display-dedicated "org-roam-mode" "\
    239 Launch NODE dedicated Org-roam buffer.
    240 Unlike the persistent `org-roam-buffer', the contents of this
    241 buffer won't be automatically changed and will be held in place.
    242 
    243 In interactive calls prompt to select NODE, unless called with
    244 `universal-argument', in which case NODE will be set to
    245 `org-roam-node-at-point'.
    246 
    247 (fn NODE)" t)
    248 (register-definition-prefixes "org-roam-mode" '("org-roam-"))
    249 
    250 
    251 ;;; Generated autoloads from org-roam-node.el
    252 
    253 (autoload 'org-roam-node-find "org-roam-node" "\
    254 Find and open an Org-roam node by its title or alias.
    255 INITIAL-INPUT is the initial input for the prompt.
    256 FILTER-FN is a function to filter out nodes: it takes an `org-roam-node',
    257 and when nil is returned the node will be filtered out.
    258 If OTHER-WINDOW, visit the NODE in another window.
    259 The TEMPLATES, if provided, override the list of capture templates (see
    260 `org-roam-capture-'.)
    261 
    262 (fn &optional OTHER-WINDOW INITIAL-INPUT FILTER-FN PRED &key TEMPLATES)" t)
    263 (autoload 'org-roam-node-random "org-roam-node" "\
    264 Find and open a random Org-roam node.
    265 With prefix argument OTHER-WINDOW, visit the node in another
    266 window instead.
    267 FILTER-FN is a function to filter out nodes: it takes an `org-roam-node',
    268 and when nil is returned the node will be filtered out.
    269 
    270 (fn &optional OTHER-WINDOW FILTER-FN)" t)
    271 (autoload 'org-roam-node-insert "org-roam-node" "\
    272 Find an Org-roam node and insert (where the point is) an \"id:\" link to it.
    273 FILTER-FN is a function to filter out nodes: it takes an `org-roam-node',
    274 and when nil is returned the node will be filtered out.
    275 The TEMPLATES, if provided, override the list of capture templates (see
    276 `org-roam-capture-'.)
    277 The INFO, if provided, is passed to the underlying `org-roam-capture-'.
    278 
    279 (fn &optional FILTER-FN &key TEMPLATES INFO)" t)
    280 (autoload 'org-roam-refile "org-roam-node" "\
    281 Refile node at point to an Org-roam node.
    282 If region is active, then use it instead of the node at point." t)
    283 (autoload 'org-roam-extract-subtree "org-roam-node" "\
    284 Convert current subtree at point to a node, and extract it into a new file." t)
    285 (autoload 'org-roam-ref-find "org-roam-node" "\
    286 Find and open an Org-roam node that's dedicated to a specific ref.
    287 INITIAL-INPUT is the initial input to the prompt.
    288 FILTER-FN is a function to filter out nodes: it takes an `org-roam-node',
    289 and when nil is returned the node will be filtered out.
    290 
    291 (fn &optional INITIAL-INPUT FILTER-FN)" t)
    292 (register-definition-prefixes "org-roam-node" '("org-roam-"))
    293 
    294 
    295 ;;; Generated autoloads from org-roam-overlay.el
    296 
    297 (register-definition-prefixes "org-roam-overlay" '("org-roam-overlay-"))
    298 
    299 
    300 ;;; Generated autoloads from org-roam-protocol.el
    301 
    302 (register-definition-prefixes "org-roam-protocol" '("org-roam-"))
    303 
    304 
    305 ;;; Generated autoloads from org-roam-utils.el
    306 
    307 (autoload 'org-roam-version "org-roam-utils" "\
    308 Return `org-roam' version.
    309 Interactively, or when MESSAGE is non-nil, show in the echo area.
    310 
    311 (fn &optional MESSAGE)" t)
    312 (autoload 'org-roam-diagnostics "org-roam-utils" "\
    313 Collect and print info for `org-roam' issues." t)
    314 (register-definition-prefixes "org-roam-utils" '("org-roam-"))
    315 
    316 ;;; End of scraped data
    317 
    318 (provide 'org-roam-autoloads)
    319 
    320 ;; Local Variables:
    321 ;; version-control: never
    322 ;; no-byte-compile: t
    323 ;; no-update-autoloads: t
    324 ;; no-native-compile: t
    325 ;; coding: utf-8-emacs-unix
    326 ;; End:
    327 
    328 ;;; org-roam-autoloads.el ends here