dotemacs

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

org-contrib-autoloads.el (14922B)


      1 ;;; org-contrib-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 ob-J.el
     13 
     14 (register-definition-prefixes "ob-J" '("obj-" "org-babel-"))
     15 
     16 
     17 ;;; Generated autoloads from ob-abc.el
     18 
     19 (register-definition-prefixes "ob-abc" '("org-babel-"))
     20 
     21 
     22 ;;; Generated autoloads from ob-asymptote.el
     23 
     24 (register-definition-prefixes "ob-asymptote" '("org-babel-"))
     25 
     26 
     27 ;;; Generated autoloads from ob-coq.el
     28 
     29 (register-definition-prefixes "ob-coq" '("coq-program-name" "org-babel-"))
     30 
     31 
     32 ;;; Generated autoloads from ob-csharp.el
     33 
     34 (register-definition-prefixes "ob-csharp" '("org-babel-"))
     35 
     36 
     37 ;;; Generated autoloads from ob-ebnf.el
     38 
     39 (register-definition-prefixes "ob-ebnf" '("org-babel-"))
     40 
     41 
     42 ;;; Generated autoloads from ob-eukleides.el
     43 
     44 (register-definition-prefixes "ob-eukleides" '("org-"))
     45 
     46 
     47 ;;; Generated autoloads from ob-fomus.el
     48 
     49 (register-definition-prefixes "ob-fomus" '("org-babel-"))
     50 
     51 
     52 ;;; Generated autoloads from ob-hledger.el
     53 
     54 (register-definition-prefixes "ob-hledger" '("org-babel-"))
     55 
     56 
     57 ;;; Generated autoloads from ob-io.el
     58 
     59 (register-definition-prefixes "ob-io" '("org-babel-"))
     60 
     61 
     62 ;;; Generated autoloads from ob-ledger.el
     63 
     64 (register-definition-prefixes "ob-ledger" '("org-babel-"))
     65 
     66 
     67 ;;; Generated autoloads from ob-mathomatic.el
     68 
     69 (register-definition-prefixes "ob-mathomatic" '("org-babel-"))
     70 
     71 
     72 ;;; Generated autoloads from ob-mscgen.el
     73 
     74 (register-definition-prefixes "ob-mscgen" '("org-babel-"))
     75 
     76 
     77 ;;; Generated autoloads from ob-oz.el
     78 
     79 (register-definition-prefixes "ob-oz" '("org-babel-" "oz-send-string-expression"))
     80 
     81 
     82 ;;; Generated autoloads from ob-picolisp.el
     83 
     84 (register-definition-prefixes "ob-picolisp" '("org-babel-"))
     85 
     86 
     87 ;;; Generated autoloads from ob-shen.el
     88 
     89 (register-definition-prefixes "ob-shen" '("org-babel-"))
     90 
     91 
     92 ;;; Generated autoloads from ob-spice.el
     93 
     94 (autoload 'org-babel-execute:spice "ob-spice" "\
     95 Execute a block of Spice code `BODY' with org-babel and `PARAMS'.
     96 
     97 (fn BODY PARAMS)")
     98 (register-definition-prefixes "ob-spice" '("ob-spice-concat" "org-babel-expand-body:spice"))
     99 
    100 
    101 ;;; Generated autoloads from ob-stata.el
    102 
    103 (register-definition-prefixes "ob-stata" '("org-babel-"))
    104 
    105 
    106 ;;; Generated autoloads from ob-tcl.el
    107 
    108 (register-definition-prefixes "ob-tcl" '("org-babel-"))
    109 
    110 
    111 ;;; Generated autoloads from ob-vala.el
    112 
    113 (register-definition-prefixes "ob-vala" '("org-babel-"))
    114 
    115 
    116 ;;; Generated autoloads from ob-vbnet.el
    117 
    118 (register-definition-prefixes "ob-vbnet" '("org-babel-"))
    119 
    120 
    121 ;;; Generated autoloads from ol-bookmark.el
    122 
    123 (register-definition-prefixes "ol-bookmark" '("org-bookmark-"))
    124 
    125 
    126 ;;; Generated autoloads from ol-elisp-symbol.el
    127 
    128 (register-definition-prefixes "ol-elisp-symbol" '("org-elisp-symbol-"))
    129 
    130 
    131 ;;; Generated autoloads from ol-git-link.el
    132 
    133 (register-definition-prefixes "ol-git-link" '("org-git"))
    134 
    135 
    136 ;;; Generated autoloads from ol-mew.el
    137 
    138 (register-definition-prefixes "ol-mew" '("org-mew-"))
    139 
    140 
    141 ;;; Generated autoloads from ol-vm.el
    142 
    143 (register-definition-prefixes "ol-vm" '("org-vm-"))
    144 
    145 
    146 ;;; Generated autoloads from ol-wl.el
    147 
    148 (register-definition-prefixes "ol-wl" '("org-wl-"))
    149 
    150 
    151 ;;; Generated autoloads from org-annotate-file.el
    152 
    153 (autoload 'org-annotate-file "org-annotate-file" "\
    154 Visit `org-annotate-file-storage-file` and add a new annotation section.
    155 The annotation is opened at the new section which will be referencing
    156 the point in the current file." t)
    157 (autoload 'org-annotate-file-show-section "org-annotate-file" "\
    158 Add or show annotation entry in STORAGE-FILE and return the buffer.
    159 The annotation will link to ANNOTATED-BUFFER if specified,
    160   otherwise the current buffer is used.
    161 
    162 (fn STORAGE-FILE &optional ANNOTATED-BUFFER)")
    163 (register-definition-prefixes "org-annotate-file" '("org-annotate-file-"))
    164 
    165 
    166 ;;; Generated autoloads from org-bibtex-extras.el
    167 
    168 (register-definition-prefixes "org-bibtex-extras" '("obe-"))
    169 
    170 
    171 ;;; Generated autoloads from org-checklist.el
    172 
    173 (register-definition-prefixes "org-checklist" '("org-"))
    174 
    175 
    176 ;;; Generated autoloads from org-choose.el
    177 
    178 (register-definition-prefixes "org-choose" '("org-choose-"))
    179 
    180 
    181 ;;; Generated autoloads from org-collector.el
    182 
    183 (register-definition-prefixes "org-collector" '("and-rest" "org-"))
    184 
    185 
    186 ;;; Generated autoloads from org-depend.el
    187 
    188 (register-definition-prefixes "org-depend" '("org-depend-"))
    189 
    190 
    191 ;;; Generated autoloads from org-effectiveness.el
    192 
    193 (register-definition-prefixes "org-effectiveness" '("org-effectiveness-"))
    194 
    195 
    196 ;;; Generated autoloads from org-eldoc.el
    197 
    198 (autoload 'org-eldoc-load "org-eldoc" "\
    199 Set up org-eldoc documentation function." t)
    200 (add-hook 'org-mode-hook #'org-eldoc-load)
    201 (register-definition-prefixes "org-eldoc" '("org-eldoc-"))
    202 
    203 
    204 ;;; Generated autoloads from org-eval.el
    205 
    206 (register-definition-prefixes "org-eval" '("org-eval-"))
    207 
    208 
    209 ;;; Generated autoloads from org-eval-light.el
    210 
    211 (register-definition-prefixes "org-eval-light" '("org-eval-light-"))
    212 
    213 
    214 ;;; Generated autoloads from org-expiry.el
    215 
    216 (register-definition-prefixes "org-expiry" '("org-expiry-"))
    217 
    218 
    219 ;;; Generated autoloads from org-interactive-query.el
    220 
    221 (register-definition-prefixes "org-interactive-query" '("org-agenda-query-"))
    222 
    223 
    224 ;;; Generated autoloads from org-invoice.el
    225 
    226 (register-definition-prefixes "org-invoice" '("org-"))
    227 
    228 
    229 ;;; Generated autoloads from org-learn.el
    230 
    231 (register-definition-prefixes "org-learn" '("calculate-new-optimal-factor" "determine-next-interval" "get-optimal-factor" "initial-" "inter-repetition-interval" "modify-" "org-" "set-optimal-factor"))
    232 
    233 
    234 ;;; Generated autoloads from org-license.el
    235 
    236 (register-definition-prefixes "org-license" '("org-license-"))
    237 
    238 
    239 ;;; Generated autoloads from org-mac-iCal.el
    240 
    241 (register-definition-prefixes "org-mac-iCal" '("omi-" "org-mac-iCal"))
    242 
    243 
    244 ;;; Generated autoloads from org-mairix.el
    245 
    246 (register-definition-prefixes "org-mairix" '("org-"))
    247 
    248 
    249 ;;; Generated autoloads from org-panel.el
    250 
    251 (register-definition-prefixes "org-panel" '("orgpan-"))
    252 
    253 
    254 ;;; Generated autoloads from org-registry.el
    255 
    256 (autoload 'org-registry-show "org-registry" "\
    257 Show Org files where there are links pointing to the current
    258 buffer.
    259 
    260 (fn &optional VISIT)" t)
    261 (autoload 'org-registry-visit "org-registry" "\
    262 If an Org file contains a link to the current location, visit
    263 this file." t)
    264 (autoload 'org-registry-initialize "org-registry" "\
    265 Initialize `org-registry-alist'.
    266 If FROM-SCRATCH is non-nil or the registry does not exist yet,
    267 create a new registry from scratch and eval it. If the registry
    268 exists, eval `org-registry-file' and make it the new value for
    269 `org-registry-alist'.
    270 
    271 (fn &optional FROM-SCRATCH)" t)
    272 (autoload 'org-registry-insinuate "org-registry" "\
    273 Call `org-registry-update' after saving in Org-mode.
    274 Use with caution.  This could slow down things a bit." t)
    275 (autoload 'org-registry-update "org-registry" "\
    276 Update the registry for the current Org file." t)
    277 (register-definition-prefixes "org-registry" '("org-registry-"))
    278 
    279 
    280 ;;; Generated autoloads from org-screen.el
    281 
    282 (register-definition-prefixes "org-screen" '("org-screen"))
    283 
    284 
    285 ;;; Generated autoloads from org-screenshot.el
    286 
    287 (autoload 'org-screenshot-take "org-screenshot" "\
    288 Take a screenshot and insert link to it at point, if image
    289 display is already on (see \\[org-toggle-inline-images])
    290 screenshot will be displayed as an image
    291 
    292 Screen area for the screenshot is selected with the mouse, left
    293 click on a window screenshots that window, while left click and
    294 drag selects a region. Pressing any key cancels the screen shot
    295 
    296 With `C-u' universal argument waits one second after target is
    297 selected before taking the screenshot. With double `C-u' wait two
    298 seconds.
    299 
    300 With triple `C-u' wait 3 seconds, and also rings the bell when
    301 screenshot is done, any more `C-u' after that increases delay by
    302 2 seconds
    303 
    304 (fn &optional DELAY)" t)
    305 (autoload 'org-screenshot-rotate-prev "org-screenshot" "\
    306 Rotate last screenshot with one of the previously taken
    307 screenshots from the same directory. If DIR is negative, rotate
    308 in the other direction
    309 
    310 (fn DIR)" t)
    311 (autoload 'org-screenshot-rotate-next "org-screenshot" "\
    312 Rotate last screenshot with one of the previously taken
    313 screenshots from the same directory. If DIR is negative, rotate
    314 in the other direction
    315 
    316 (fn DIR)" t)
    317 (autoload 'org-screenshot-show-unused "org-screenshot" "\
    318 Open A Dired buffer with unused screenshots marked" t)
    319 (register-definition-prefixes "org-screenshot" '("org-screenshot-"))
    320 
    321 
    322 ;;; Generated autoloads from org-secretary.el
    323 
    324 (register-definition-prefixes "org-secretary" '("join" "org-sec-"))
    325 
    326 
    327 ;;; Generated autoloads from org-static-mathjax.el
    328 
    329 (register-definition-prefixes "org-static-mathjax" '("org-static-mathjax-"))
    330 
    331 
    332 ;;; Generated autoloads from org-sudoku.el
    333 
    334 (register-definition-prefixes "org-sudoku" '("org-sudoku-"))
    335 
    336 
    337 ;;; Generated autoloads from org-toc.el
    338 
    339 (autoload 'org-toc-show "org-toc" "\
    340 Show the table of contents of the current Org-mode buffer.
    341 
    342 (fn &optional DEPTH POSITION)" t)
    343 (register-definition-prefixes "org-toc" '("org-"))
    344 
    345 
    346 ;;; Generated autoloads from org-track.el
    347 
    348 (autoload 'org-track-fetch-package "org-track" "\
    349 Fetch Org package depending on `org-track-fetch-package-extension'.
    350 If DIRECTORY is defined, unpack the package there, i.e. add the
    351 subdirectory org-mode/ to DIRECTORY.
    352 
    353 (fn &optional DIRECTORY)" t)
    354 (autoload 'org-track-compile-org "org-track" "\
    355 Compile all *.el files that come with org-mode.
    356 Generate the autoloads file `org-loaddefs.el'.
    357 
    358 DIRECTORY is where the directory org-mode/ lives (i.e. the
    359           parent directory of your local repo.
    360 
    361 (fn &optional DIRECTORY)" t)
    362 (register-definition-prefixes "org-track" '("org-track-"))
    363 
    364 
    365 ;;; Generated autoloads from org-wikinodes.el
    366 
    367 (register-definition-prefixes "org-wikinodes" '("org-wikinodes-"))
    368 
    369 
    370 ;;; Generated autoloads from orgtbl-sqlinsert.el
    371 
    372 (register-definition-prefixes "orgtbl-sqlinsert" '("orgtbl-"))
    373 
    374 
    375 ;;; Generated autoloads from ox-bibtex.el
    376 
    377 (register-definition-prefixes "ox-bibtex" '("org-bibtex-"))
    378 
    379 
    380 ;;; Generated autoloads from ox-confluence.el
    381 
    382 (register-definition-prefixes "ox-confluence" '("org-confluence-"))
    383 
    384 
    385 ;;; Generated autoloads from ox-deck.el
    386 
    387 (register-definition-prefixes "ox-deck" '("org-deck-"))
    388 
    389 
    390 ;;; Generated autoloads from ox-extra.el
    391 
    392 (register-definition-prefixes "ox-extra" '("org-" "ox-extras"))
    393 
    394 
    395 ;;; Generated autoloads from ox-freemind.el
    396 
    397 (autoload 'org-freemind-export-to-freemind "ox-freemind" "\
    398 Export current buffer to a Freemind Mindmap file.
    399 
    400 If narrowing is active in the current buffer, only export its
    401 narrowed part.
    402 
    403 If a region is active, export that region.
    404 
    405 A non-nil optional argument ASYNC means the process should happen
    406 asynchronously.  The resulting file should be accessible through
    407 the `org-export-stack' interface.
    408 
    409 When optional argument SUBTREEP is non-nil, export the sub-tree
    410 at point, extracting information from the headline properties
    411 first.
    412 
    413 When optional argument VISIBLE-ONLY is non-nil, don't export
    414 contents of hidden elements.
    415 
    416 When optional argument BODY-ONLY is non-nil, only write code
    417 between \"<body>\" and \"</body>\" tags.
    418 
    419 EXT-PLIST, when provided, is a property list with external
    420 parameters overriding Org default settings, but still inferior to
    421 file-local settings.
    422 
    423 Return output file's name.
    424 
    425 (fn &optional ASYNC SUBTREEP VISIBLE-ONLY BODY-ONLY EXT-PLIST)" t)
    426 (register-definition-prefixes "ox-freemind" '("org-freemind-"))
    427 
    428 
    429 ;;; Generated autoloads from ox-groff.el
    430 
    431 (register-definition-prefixes "ox-groff" '("org-groff-"))
    432 
    433 
    434 ;;; Generated autoloads from ox-s5.el
    435 
    436 (register-definition-prefixes "ox-s5" '("org-s5-"))
    437 
    438 
    439 ;;; Generated autoloads from ox-taskjuggler.el
    440 
    441 (autoload 'org-taskjuggler-export "ox-taskjuggler" "\
    442 Export current buffer to a TaskJuggler file.
    443 
    444 The exporter looks for a tree with tag that matches
    445 `org-taskjuggler-project-tag' and takes this as the tasks for
    446 this project.  The first node of this tree defines the project
    447 properties such as project name and project period.
    448 
    449 If there is a tree with tag that matches
    450 `org-taskjuggler-resource-tag' this tree is taken as resources
    451 for the project.  If no resources are specified, a default
    452 resource is created and allocated to the project.
    453 
    454 Also the TaskJuggler project will be created with default reports
    455 as defined in `org-taskjuggler-default-reports'.
    456 
    457 If narrowing is active in the current buffer, only export its
    458 narrowed part.
    459 
    460 If a region is active, export that region.
    461 
    462 A non-nil optional argument ASYNC means the process should happen
    463 asynchronously.  The resulting file should be accessible through
    464 the `org-export-stack' interface.
    465 
    466 When optional argument SUBTREEP is non-nil, export the sub-tree
    467 at point, extracting information from the headline properties
    468 first.
    469 
    470 When optional argument VISIBLE-ONLY is non-nil, don't export
    471 contents of hidden elements.
    472 
    473 Return output file's name.
    474 
    475 (fn &optional ASYNC SUBTREEP VISIBLE-ONLY)" t)
    476 (autoload 'org-taskjuggler-export-and-process "ox-taskjuggler" "\
    477 Export current buffer to a TaskJuggler file and process it.
    478 
    479 The exporter looks for a tree with tag that matches
    480 `org-taskjuggler-project-tag' and takes this as the tasks for
    481 this project.  The first node of this tree defines the project
    482 properties such as project name and project period.
    483 
    484 If there is a tree with tag that matches
    485 `org-taskjuggler-resource-tag' this tree is taken as resources
    486 for the project.  If no resources are specified, a default
    487 resource is created and allocated to the project.
    488 
    489 Also the TaskJuggler project will be created with default reports
    490 as defined in `org-taskjuggler-default-reports'.
    491 
    492 If narrowing is active in the current buffer, only export its
    493 narrowed part.
    494 
    495 If a region is active, export that region.
    496 
    497 When optional argument SUBTREEP is non-nil, export the sub-tree
    498 at point, extracting information from the headline properties
    499 first.
    500 
    501 When optional argument VISIBLE-ONLY is non-nil, don't export
    502 contents of hidden elements.
    503 
    504 Return a list of reports.
    505 
    506 (fn &optional SUBTREEP VISIBLE-ONLY)" t)
    507 (autoload 'org-taskjuggler-export-process-and-open "ox-taskjuggler" "\
    508 Export current buffer to a TaskJuggler file, process and open it.
    509 
    510 Export and process the file using
    511 `org-taskjuggler-export-and-process' and open the generated
    512 reports with a browser.
    513 
    514 If you are targeting TaskJuggler 2.4 (see
    515 `org-taskjuggler-target-version') the processing and display of
    516 the reports is done using the TaskJuggler GUI.
    517 
    518 (fn &optional SUBTREEP VISIBLE-ONLY)" t)
    519 (register-definition-prefixes "ox-taskjuggler" '("org-taskjuggler-"))
    520 
    521 ;;; End of scraped data
    522 
    523 (provide 'org-contrib-autoloads)
    524 
    525 ;; Local Variables:
    526 ;; version-control: never
    527 ;; no-byte-compile: t
    528 ;; no-update-autoloads: t
    529 ;; no-native-compile: t
    530 ;; coding: utf-8-emacs-unix
    531 ;; End:
    532 
    533 ;;; org-contrib-autoloads.el ends here