123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457 |
- ;;;### (autoloads (org-export-icalendar-combine-agenda-files org-export-icalendar-all-agenda-files
- ;;;;;; org-export-icalendar-this-file org-diary org-agenda-list-stuck-projects
- ;;;;;; org-tags-view org-todo-list org-agenda-list org-cycle-agenda-files
- ;;;;;; org-batch-store-agenda-views org-store-agenda-views org-batch-agenda-csv
- ;;;;;; org-batch-agenda org-agenda org-agenda-to-appt org-remember-handler
- ;;;;;; org-remember org-remember-apply-template org-remember-annotation
- ;;;;;; org-remember-insinuate org-open-at-point-global org-insert-link-global
- ;;;;;; org-store-link orgtbl-mode turn-on-orgtbl org-run-like-in-org-mode
- ;;;;;; turn-on-orgstruct++ turn-on-orgstruct orgstruct-mode org-global-cycle
- ;;;;;; org-cycle org-mode) "org" "org.el" (18250 40473))
- ;;; Generated autoloads from org.el
- (autoload (quote org-mode) "org" "\
- Outline-based notes management and organizer, alias
- \"Carsten's outline-mode for keeping track of everything.\"
- Org-mode develops organizational tasks around a NOTES file which
- contains information about projects as plain text. Org-mode is
- implemented on top of outline-mode, which is ideal to keep the content
- of large files well structured. It supports ToDo items, deadlines and
- time stamps, which magically appear in the diary listing of the Emacs
- calendar. Tables are easily created with a built-in table editor.
- Plain text URL-like links connect to websites, emails (VM), Usenet
- messages (Gnus), BBDB entries, and any files related to the project.
- For printing and sharing of notes, an Org-mode file (or a part of it)
- can be exported as a structured ASCII or HTML file.
- The following commands are available:
- \\{org-mode-map}" t nil)
- (autoload (quote org-cycle) "org" "\
- Visibility cycling for Org-mode.
- - When this function is called with a prefix argument, rotate the entire
- buffer through 3 states (global cycling)
- 1. OVERVIEW: Show only top-level headlines.
- 2. CONTENTS: Show all headlines of all levels, but no body text.
- 3. SHOW ALL: Show everything.
- - When point is at the beginning of a headline, rotate the subtree started
- by this line through 3 different states (local cycling)
- 1. FOLDED: Only the main headline is shown.
- 2. CHILDREN: The main headline and the direct children are shown.
- From this state, you can move to one of the children
- and zoom in further.
- 3. SUBTREE: Show the entire subtree, including body text.
- - When there is a numeric prefix, go up to a heading with level ARG, do
- a `show-subtree' and return to the previous cursor position. If ARG
- is negative, go up that many levels.
- - When point is not at the beginning of a headline, execute
- `indent-relative', like TAB normally does. See the option
- `org-cycle-emulate-tab' for details.
- - Special case: if point is at the beginning of the buffer and there is
- no headline in line 1, this function will act as if called with prefix arg.
- But only if also the variable `org-cycle-global-at-bob' is t." t nil)
- (autoload (quote org-global-cycle) "org" "\
- Cycle the global visibility. For details see `org-cycle'." t nil)
- (autoload (quote orgstruct-mode) "org" "\
- Toggle the minor more `orgstruct-mode'.
- This mode is for using Org-mode structure commands in other modes.
- The following key behave as if Org-mode was active, if the cursor
- is on a headline, or on a plain list item (both in the definition
- of Org-mode).
- M-up Move entry/item up
- M-down Move entry/item down
- M-left Promote
- M-right Demote
- M-S-up Move entry/item up
- M-S-down Move entry/item down
- M-S-left Promote subtree
- M-S-right Demote subtree
- M-q Fill paragraph and items like in Org-mode
- C-c ^ Sort entries
- C-c - Cycle list bullet
- TAB Cycle item visibility
- M-RET Insert new heading/item
- S-M-RET Insert new TODO heading / Chekbox item
- C-c C-c Set tags / toggle checkbox" t nil)
- (autoload (quote turn-on-orgstruct) "org" "\
- Unconditionally turn on `orgstruct-mode'." nil nil)
- (autoload (quote turn-on-orgstruct++) "org" "\
- Unconditionally turn on `orgstruct-mode', and force org-mode indentations.
- In addition to setting orgstruct-mode, this also exports all indentation and
- autofilling variables from org-mode into the buffer. Note that turning
- off orgstruct-mode will *not* remove these additonal settings." nil nil)
- (autoload (quote org-run-like-in-org-mode) "org" nil nil nil)
- (autoload (quote turn-on-orgtbl) "org" "\
- Unconditionally turn on `orgtbl-mode'." nil nil)
- (autoload (quote orgtbl-mode) "org" "\
- The `org-mode' table editor as a minor mode for use in other modes." t nil)
- (autoload (quote org-store-link) "org" "\
- \\<org-mode-map>Store an org-link to the current location.
- This link can later be inserted into an org-buffer with
- \\[org-insert-link].
- For some link types, a prefix arg is interpreted:
- For links to usenet articles, arg negates `org-usenet-links-prefer-google'.
- For file links, arg negates `org-context-in-file-links'." t nil)
- (autoload (quote org-insert-link-global) "org" "\
- Insert a link like Org-mode does.
- This command can be called in any mode to insert a link in Org-mode syntax." t nil)
- (autoload (quote org-open-at-point-global) "org" "\
- Follow a link like Org-mode does.
- This command can be called in any mode to follow a link that has
- Org-mode syntax." t nil)
- (autoload (quote org-remember-insinuate) "org" "\
- Setup remember.el for use wiht Org-mode." nil nil)
- (autoload (quote org-remember-annotation) "org" "\
- Return a link to the current location as an annotation for remember.el.
- If you are using Org-mode files as target for data storage with
- remember.el, then the annotations should include a link compatible with the
- conventions in Org-mode. This function returns such a link." nil nil)
- (autoload (quote org-remember-apply-template) "org" "\
- Initialize *remember* buffer with template, invoke `org-mode'.
- This function should be placed into `remember-mode-hook' and in fact requires
- to be run from that hook to function properly." nil nil)
- (autoload (quote org-remember) "org" "\
- Call `remember'. If this is already a remember buffer, re-apply template.
- If there is an active region, make sure remember uses it as initial content
- of the remember buffer.
- When called interactively with a `C-u' prefix argument GOTO, don't remember
- anything, just go to the file/headline where the selected templated usually
- stores its notes.
- Lisp programs can set ORG-FORCE-REMEMBER-TEMPLATE-CHAR to a character
- associated with a template in `org-remember-tempates'." t nil)
- (autoload (quote org-remember-handler) "org" "\
- Store stuff from remember.el into an org file.
- First prompts for an org file. If the user just presses return, the value
- of `org-default-notes-file' is used.
- Then the command offers the headings tree of the selected file in order to
- file the text at a specific location.
- You can either immediately press RET to get the note appended to the
- file, or you can use vertical cursor motion and visibility cycling (TAB) to
- find a better place. Then press RET or <left> or <right> in insert the note.
- Key Cursor position Note gets inserted
- -----------------------------------------------------------------------------
- RET buffer-start as level 1 heading at end of file
- RET on headline as sublevel of the heading at cursor
- RET no heading at cursor position, level taken from context.
- Or use prefix arg to specify level manually.
- <left> on headline as same level, before current heading
- <right> on headline as same level, after current heading
- So the fastest way to store the note is to press RET RET to append it to
- the default file. This way your current train of thought is not
- interrupted, in accordance with the principles of remember.el.
- You can also get the fast execution without prompting by using
- C-u C-c C-c to exit the remember buffer. See also the variable
- `org-remember-store-without-prompt'.
- Before being stored away, the function ensures that the text has a
- headline, i.e. a first line that starts with a \"*\". If not, a headline
- is constructed from the current date and some additional data.
- If the variable `org-adapt-indentation' is non-nil, the entire text is
- also indented so that it starts in the same column as the headline
- \(i.e. after the stars).
- See also the variable `org-reverse-note-order'." nil nil)
- (autoload (quote org-agenda-to-appt) "org" "\
- Activate appointments found in `org-agenda-files'.
- When prefixed, prompt for a regular expression and use it as a
- filter: only add entries if they match this regular expression.
- FILTER can be a string. In this case, use this string as a
- regular expression to filter results.
- FILTER can also be an alist, with the car of each cell being
- either 'headline or 'category. For example:
- '((headline \"IMPORTANT\")
- (category \"Work\"))
- will only add headlines containing IMPORTANT or headlines
- belonging to the category \"Work\"." t nil)
- (autoload (quote org-agenda) "org" "\
- Dispatch agenda commands to collect entries to the agenda buffer.
- Prompts for a command to execute. Any prefix arg will be passed
- on to the selected command. The default selections are:
- a Call `org-agenda-list' to display the agenda for current day or week.
- t Call `org-todo-list' to display the global todo list.
- T Call `org-todo-list' to display the global todo list, select only
- entries with a specific TODO keyword (the user gets a prompt).
- m Call `org-tags-view' to display headlines with tags matching
- a condition (the user is prompted for the condition).
- M Like `m', but select only TODO entries, no ordinary headlines.
- L Create a timeline for the current buffer.
- e Export views to associated files.
- More commands can be added by configuring the variable
- `org-agenda-custom-commands'. In particular, specific tags and TODO keyword
- searches can be pre-defined in this way.
- If the current buffer is in Org-mode and visiting a file, you can also
- first press `<' once to indicate that the agenda should be temporarily
- \(until the next use of \\[org-agenda]) restricted to the current file.
- Pressing `<' twice means to restrict to the current subtree or region
- \(if active)." t nil)
- (autoload (quote org-batch-agenda) "org" "\
- Run an agenda command in batch mode and send the result to STDOUT.
- If CMD-KEY is a string of length 1, it is used as a key in
- `org-agenda-custom-commands' and triggers this command. If it is a
- longer string is is used as a tags/todo match string.
- Paramters are alternating variable names and values that will be bound
- before running the agenda command." nil (quote macro))
- (autoload (quote org-batch-agenda-csv) "org" "\
- Run an agenda command in batch mode and send the result to STDOUT.
- If CMD-KEY is a string of length 1, it is used as a key in
- `org-agenda-custom-commands' and triggers this command. If it is a
- longer string is is used as a tags/todo match string.
- Paramters are alternating variable names and values that will be bound
- before running the agenda command.
- The output gives a line for each selected agenda item. Each
- item is a list of comma-separated values, like this:
- category,head,type,todo,tags,date,time,extra,priority-l,priority-n
- category The category of the item
- head The headline, without TODO kwd, TAGS and PRIORITY
- type The type of the agenda entry, can be
- todo selected in TODO match
- tagsmatch selected in tags match
- diary imported from diary
- deadline a deadline on given date
- scheduled scheduled on given date
- timestamp entry has timestamp on given date
- closed entry was closed on given date
- upcoming-deadline warning about deadline
- past-scheduled forwarded scheduled item
- block entry has date block including g. date
- todo The todo keyword, if any
- tags All tags including inherited ones, separated by colons
- date The relevant date, like 2007-2-14
- time The time, like 15:00-16:50
- extra Sting with extra planning info
- priority-l The priority letter if any was given
- priority-n The computed numerical priority
- agenda-day The day in the agenda where this is listed" nil (quote macro))
- (autoload (quote org-store-agenda-views) "org" nil t nil)
- (autoload (quote org-batch-store-agenda-views) "org" "\
- Run all custom agenda commands that have a file argument." nil (quote macro))
- (autoload (quote org-cycle-agenda-files) "org" "\
- Cycle through the files in `org-agenda-files'.
- If the current buffer visits an agenda file, find the next one in the list.
- If the current buffer does not, find the first agenda file." t nil)
- (autoload (quote org-agenda-list) "org" "\
- Produce a daily/weekly view from all files in variable `org-agenda-files'.
- The view will be for the current day or week, but from the overview buffer
- you will be able to go to other days/weeks.
- With one \\[universal-argument] prefix argument INCLUDE-ALL,
- all unfinished TODO items will also be shown, before the agenda.
- This feature is considered obsolete, please use the TODO list or a block
- agenda instead.
- With a numeric prefix argument in an interactive call, the agenda will
- span INCLUDE-ALL days. Lisp programs should instead specify NDAYS to change
- the number of days. NDAYS defaults to `org-agenda-ndays'.
- START-DAY defaults to TODAY, or to the most recent match for the weekday
- given in `org-agenda-start-on-weekday'." t nil)
- (autoload (quote org-todo-list) "org" "\
- Show all TODO entries from all agenda file in a single list.
- The prefix arg can be used to select a specific TODO keyword and limit
- the list to these. When using \\[universal-argument], you will be prompted
- for a keyword. A numeric prefix directly selects the Nth keyword in
- `org-todo-keywords-1'." t nil)
- (autoload (quote org-tags-view) "org" "\
- Show all headlines for all `org-agenda-files' matching a TAGS criterion.
- The prefix arg TODO-ONLY limits the search to TODO entries." t nil)
- (autoload (quote org-agenda-list-stuck-projects) "org" "\
- Create agenda view for projects that are stuck.
- Stuck projects are project that have no next actions. For the definitions
- of what a project is and how to check if it stuck, customize the variable
- `org-stuck-projects'.
- MATCH is being ignored." t nil)
- (autoload (quote org-diary) "org" "\
- Return diary information from org-files.
- This function can be used in a \"sexp\" diary entry in the Emacs calendar.
- It accesses org files and extracts information from those files to be
- listed in the diary. The function accepts arguments specifying what
- items should be listed. The following arguments are allowed:
- :timestamp List the headlines of items containing a date stamp or
- date range matching the selected date. Deadlines will
- also be listed, on the expiration day.
- :sexp List entries resulting from diary-like sexps.
- :deadline List any deadlines past due, or due within
- `org-deadline-warning-days'. The listing occurs only
- in the diary for *today*, not at any other date. If
- an entry is marked DONE, it is no longer listed.
- :scheduled List all items which are scheduled for the given date.
- The diary for *today* also contains items which were
- scheduled earlier and are not yet marked DONE.
- :todo List all TODO items from the org-file. This may be a
- long list - so this is not turned on by default.
- Like deadlines, these entries only show up in the
- diary for *today*, not at any other date.
- The call in the diary file should look like this:
- &%%(org-diary) ~/path/to/some/orgfile.org
- Use a separate line for each org file to check. Or, if you omit the file name,
- all files listed in `org-agenda-files' will be checked automatically:
- &%%(org-diary)
- If you don't give any arguments (as in the example above), the default
- arguments (:deadline :scheduled :timestamp :sexp) are used.
- So the example above may also be written as
- &%%(org-diary :deadline :timestamp :sexp :scheduled)
- The function expects the lisp variables `entry' and `date' to be provided
- by the caller, because this is how the calendar works. Don't use this
- function from a program - use `org-agenda-get-day-entries' instead." nil nil)
- (autoload (quote org-export-icalendar-this-file) "org" "\
- Export current file as an iCalendar file.
- The iCalendar file will be located in the same directory as the Org-mode
- file, but with extension `.ics'." t nil)
- (autoload (quote org-export-icalendar-all-agenda-files) "org" "\
- Export all files in `org-agenda-files' to iCalendar .ics files.
- Each iCalendar file will be located in the same directory as the Org-mode
- file, but with extension `.ics'." t nil)
- (autoload (quote org-export-icalendar-combine-agenda-files) "org" "\
- Export all files in `org-agenda-files' to a single combined iCalendar file.
- The file is stored under the name `org-combined-agenda-icalendar-file'." t nil)
- ;;;***
- ;;;### (autoloads (org-publish-all org-publish-current-file org-publish-current-project
- ;;;;;; org-publish) "org-publish" "org-publish.el" (18207 29024))
- ;;; Generated autoloads from org-publish.el
- (autoload (quote org-publish) "org-publish" "\
- Publish the project PROJECT-NAME." t nil)
- (autoload (quote org-publish-current-project) "org-publish" "\
- Publish the project associated with the current file.
- With prefix argument, force publishing all files in project." t nil)
- (autoload (quote org-publish-current-file) "org-publish" "\
- Publish the current file.
- With prefix argument, force publish the file." t nil)
- (autoload (quote org-publish-all) "org-publish" "\
- Publish all projects.
- With prefix argument, force publish all files." t nil)
- ;;;***
- ;;;### (autoloads (org-export-as-latex org-export-region-as-latex
- ;;;;;; org-replace-region-by-latex org-export-as-latex-to-buffer
- ;;;;;; org-export-as-latex-batch) "org-export-latex" "org-export-latex.el"
- ;;;;;; (18252 7249))
- ;;; Generated autoloads from org-export-latex.el
- (autoload (quote org-export-as-latex-batch) "org-export-latex" "\
- Call `org-export-as-latex', may be used in batch processing as
- emacs --batch
- --load=$HOME/lib/emacs/org.el
- --eval \"(setq org-export-headline-levels 2)\"
- --visit=MyFile --funcall org-export-as-latex-batch" nil nil)
- (autoload (quote org-export-as-latex-to-buffer) "org-export-latex" "\
- Call `org-exort-as-latex` with output to a temporary buffer.
- No file is created. The prefix ARG is passed through to `org-export-as-latex'." t nil)
- (autoload (quote org-replace-region-by-latex) "org-export-latex" "\
- Replace the region from BEG to END with its LaTeX export.
- It assumes the region has `org-mode' syntax, and then convert it to
- LaTeX. This can be used in any buffer. For example, you could
- write an itemized list in `org-mode' syntax in an LaTeX buffer and
- then use this command to convert it." t nil)
- (autoload (quote org-export-region-as-latex) "org-export-latex" "\
- Convert region from BEG to END in `org-mode' buffer to LaTeX.
- If prefix arg BODY-ONLY is set, omit file header, footer, and table of
- contents, and only produce the region of converted text, useful for
- cut-and-paste operations.
- If BUFFER is a buffer or a string, use/create that buffer as a target
- of the converted LaTeX. If BUFFER is the symbol `string', return the
- produced LaTeX as a string and leave not buffer behind. For example,
- a Lisp program could call this function in the following way:
- (setq latex (org-export-region-as-latex beg end t 'string))
- When called interactively, the output buffer is selected, and shown
- in a window. A non-interactive call will only retunr the buffer." t nil)
- (autoload (quote org-export-as-latex) "org-export-latex" "\
- Export current buffer to a LaTeX file.
- If there is an active region, export only the region. The prefix
- ARG specifies how many levels of the outline should become
- headlines. The default is 3. Lower levels will be exported
- depending on `org-export-latex-low-levels'. The default is to
- convert them as description lists. When HIDDEN is non-nil, don't
- display the LaTeX buffer. EXT-PLIST is a property list with
- external parameters overriding org-mode's default settings, but
- still inferior to file-local settings. When TO-BUFFER is
- non-nil, create a buffer with that name and export to that
- buffer. If TO-BUFFER is the symbol `string', don't leave any
- buffer behind but just return the resulting LaTeX as a string.
- When BODY-ONLY is set, don't produce the file header and footer,
- simply return the content of egin{document}...nd{document},
- without even the egin{document} and nd{document} commands." t nil)
- ;;;***
- (provide 'org-install)
|