Release 4.72

This commit is contained in:
Carsten Dominik 2008-01-31 11:34:30 +01:00
parent 41887136c1
commit 8ddd57dcb0
6 changed files with 827 additions and 623 deletions

432
org
View File

@ -5,7 +5,7 @@ START-INFO-DIR-ENTRY
* Org Mode: (org). Outline-based notes management and organizer * Org Mode: (org). Outline-based notes management and organizer
END-INFO-DIR-ENTRY END-INFO-DIR-ENTRY
This manual is for Org-mode (version 4.71). This manual is for Org-mode (version 4.72).
Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation
@ -27,7 +27,7 @@ File: org, Node: Top, Next: Introduction, Prev: (dir), Up: (dir)
Org Mode Manual Org Mode Manual
*************** ***************
This manual is for Org-mode (version 4.71). This manual is for Org-mode (version 4.72).
Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation
@ -511,7 +511,8 @@ File: org, Node: Headlines, Next: Visibility cycling, Prev: Outlines, Up: Do
============= =============
Headlines define the structure of an outline tree. The headlines in Headlines define the structure of an outline tree. The headlines in
Org-mode start with one or more stars, on the left margin. For example: Org-mode start with one or more stars, on the left margin(1). For
example:
* Top level headline * Top level headline
** Second level ** Second level
@ -519,12 +520,24 @@ Org-mode start with one or more stars, on the left margin. For example:
some text some text
*** 3rd level *** 3rd level
more text more text
* Another top level headline * Another top level headline
Some people find the many stars too noisy and would prefer an outline Some people find the many stars too noisy and would prefer an outline
that has whitespace followed by a single star as headline starters. that has whitespace followed by a single star as headline starters.
*Note Clean view:: describes a setup to realize this. *Note Clean view:: describes a setup to realize this.
An empty line after the end of a subtree is considered part of it and
will be hidden when the subtree is folded. However, if you leave at
least two empty lines, one empty line will remain visible after folding
the subtree, in order to structure the collapsed view. See the
variable `org-cycle-separator-lines' for modifying this behavior.
---------- Footnotes ----------
(1) See the variable `org-special-ctrl-a' to configure special
behavior of `C-a' in headlines.
 
File: org, Node: Visibility cycling, Next: Motion, Prev: Headlines, Up: Document structure File: org, Node: Visibility cycling, Next: Motion, Prev: Headlines, Up: Document structure
@ -1349,13 +1362,12 @@ File: org, Node: Formula syntax for Calc, Next: Formula syntax for Lisp, Prev
----------------------------- -----------------------------
A formula can be any algebraic expression understood by the Emacs A formula can be any algebraic expression understood by the Emacs
`Calc' package. Note that `calc' has the slightly non-standard `Calc' package. Note that `calc' has the non-standard convention that
convention that `/' has lower precedence than `*', so that `a/b*c' is `/' has lower precedence than `*', so that `a/b*c' is interpreted as
interpreted as `a/(b*c)'. Before evaluation by `calc-eval' (*note `a/(b*c)'. Before evaluation by `calc-eval' (*note calc-eval:
calc-eval: (calc)Calling Calc from Your Programs.), variable (calc)Calling Calc from Your Programs.), variable substitution takes
substitution takes place according to the rules described above. The place according to the rules described above. The range vectors can be
range vectors can be directly fed into the calc vector functions like directly fed into the calc vector functions like `vmean' and `vsum'.
`vmean' and `vsum'.
A formula can contain an optional mode string after a semicolon. A formula can contain an optional mode string after a semicolon.
This string consists of flags to influence Calc and other modes during This string consists of flags to influence Calc and other modes during
@ -2158,10 +2170,11 @@ use:
In these entries, the character specifies how to select the template. In these entries, the character specifies how to select the template.
The first string specifies the template. Two more (optional) strings The first string specifies the template. Two more (optional) strings
give the file in which, and the headline under which the new note give the file in which, and the headline under which the new note
should be stored. The file defaults to `org-default-notes-file', the should be stored. The file defaults (if not present or `nil') to
heading to `org-remember-default-headline'. Both defaults help to get `org-default-notes-file', the heading to
to the storing location quickly, but you can change the location `org-remember-default-headline'. Both defaults help to get to the
interactively while storing the note. storing location quickly, but you can change the location interactively
while storing the note.
When you call `M-x remember' (or `M-x org-remember') to remember When you call `M-x remember' (or `M-x org-remember') to remember
something, org will prompt for a key to select the template (if you have something, org will prompt for a key to select the template (if you have
@ -2244,8 +2257,7 @@ buffer-start <RET> as level 2 heading at end of file
on headline <RET> as sublevel of the heading at cursor on headline <RET> as sublevel of the heading at cursor
<left>/<right>as same level, before/after current heading <left>/<right>as same level, before/after current heading
not on <RET> at cursor position, level taken from context. not on <RET> at cursor position, level taken from context.
headline Or use prefix arg to specify level headline
manually.
So a fast way to store the note to its default location is to press So a fast way to store the note to its default location is to press
`C-c C-c <RET> <RET>'. Even shorter would be `C-u C-c C-c', which does `C-c C-c <RET> <RET>'. Even shorter would be `C-u C-c C-c', which does
@ -3636,15 +3648,17 @@ one entry marked with a todo keyword TODO or NEXT or NEXTACTION.
projects with a tag PROJECT, and that you use a todo keyword MAYBE to projects with a tag PROJECT, and that you use a todo keyword MAYBE to
indicate a project that should not be considered yet. Lets further indicate a project that should not be considered yet. Lets further
assume that the todo keyword DONE marks finished projects, and that NEXT assume that the todo keyword DONE marks finished projects, and that NEXT
and TODO indicate next actions. Finally, the tag @SHOP indicates and TODO indicate next actions. The tag @SHOP indicates shopping and
shopping and is a next action even without the NEXT tag. In this case is a next action even without the NEXT tag. Finally, if the project
you would start by identifying eligible projects with a tags/todo match contains the special word IGNORE anywhere, it should not be listed
`+PROJECT/-MAYBE-DONE', and then check for TODO, NEXT and @SHOP in the either. In this case you would start by identifying eligible projects
subtree to identify projects that are not stuck. The correct with a tags/todo match `+PROJECT/-MAYBE-DONE', and then check for TODO,
customization for this is NEXT, @SHOP, and IGNORE in the subtree to identify projects that are
not stuck. The correct customization for this is
(setq org-stuck-projects (setq org-stuck-projects
("+PROJECT/-MAYBE-DONE" ("NEXT" "TODO") ("@SHOP"))) '("+PROJECT/-MAYBE-DONE" ("NEXT" "TODO") ("@SHOP")
"\\<IGNORE\\>"))
 
File: org, Node: Presentation and sorting, Next: Agenda commands, Prev: Built-in agenda views, Up: Agenda views File: org, Node: Presentation and sorting, Next: Agenda commands, Prev: Built-in agenda views, Up: Agenda views
@ -5242,6 +5256,8 @@ file is visited again in a new Emacs session.
nologging don't record when items are marked DONE nologging don't record when items are marked DONE
lognotedone record timestamp and a note when DONE lognotedone record timestamp and a note when DONE
lognotestate record timestamp, note when TODO state changes lognotestate record timestamp, note when TODO state changes
logrepeat record a not when re-instating a repeating item
nologrepeat do not record when re-instating repeating item
lognoteclock-out record timestamp and a note when clocking out lognoteclock-out record timestamp and a note when clocking out
Here are the options for hiding leading stars in outline headings. Here are the options for hiding leading stars in outline headings.
The corresponding variables are `org-hide-leading-stars' and The corresponding variables are `org-hide-leading-stars' and
@ -5560,7 +5576,6 @@ File: org, Node: Conflicts, Prev: Cooperation, Up: Interaction
S-UP -> M-p S-DOWN -> M-n S-UP -> M-p S-DOWN -> M-n
S-LEFT -> M-- S-RIGHT -> M-+ S-LEFT -> M-- S-RIGHT -> M-+
S-RET -> C-S-RET
Yes, these are unfortunately more difficult to remember. If you Yes, these are unfortunately more difficult to remember. If you
want to have other replacement keys, look at the variable want to have other replacement keys, look at the variable
@ -6255,8 +6270,8 @@ Index
* completion, of TODO keywords: Workflow states. (line 15) * completion, of TODO keywords: Workflow states. (line 15)
* constants, in calculations: References. (line 82) * constants, in calculations: References. (line 82)
* constants.el: Cooperation. (line 14) * constants.el: Cooperation. (line 14)
* constcgs, STARTUP keyword: In-buffer settings. (line 52) * constcgs, STARTUP keyword: In-buffer settings. (line 54)
* constSI, STARTUP keyword: In-buffer settings. (line 52) * constSI, STARTUP keyword: In-buffer settings. (line 54)
* content, STARTUP keyword: In-buffer settings. (line 22) * content, STARTUP keyword: In-buffer settings. (line 22)
* contents, global visibility state: Visibility cycling. (line 22) * contents, global visibility state: Visibility cycling. (line 22)
* copying, of subtrees: Structure editing. (line 6) * copying, of subtrees: Structure editing. (line 6)
@ -6266,7 +6281,7 @@ Index
* custom date/time format: Custom time format. (line 6) * custom date/time format: Custom time format. (line 6)
* custom search strings: Custom searches. (line 6) * custom search strings: Custom searches. (line 6)
* customization: Customization. (line 6) * customization: Customization. (line 6)
* customtime, STARTUP keyword: In-buffer settings. (line 49) * customtime, STARTUP keyword: In-buffer settings. (line 51)
* cutting, of subtrees: Structure editing. (line 6) * cutting, of subtrees: Structure editing. (line 6)
* cycling, of TODO states: TODO basics. (line 13) * cycling, of TODO states: TODO basics. (line 13)
* cycling, visibility: Visibility cycling. (line 6) * cycling, visibility: Visibility cycling. (line 6)
@ -6299,7 +6314,7 @@ Index
* emphasized text: Export options. (line 25) * emphasized text: Export options. (line 25)
* enhancing text: Enhancing text. (line 6) * enhancing text: Enhancing text. (line 6)
* evaluate time range: Creating timestamps. (line 64) * evaluate time range: Creating timestamps. (line 64)
* even, STARTUP keyword: In-buffer settings. (line 42) * even, STARTUP keyword: In-buffer settings. (line 44)
* exporting: Exporting. (line 6) * exporting: Exporting. (line 6)
* exporting, not: Comment lines. (line 6) * exporting, not: Comment lines. (line 6)
* extended TODO keywords: TODO extensions. (line 6) * extended TODO keywords: TODO extensions. (line 6)
@ -6323,7 +6338,7 @@ Index
* folding, sparse trees: Sparse trees. (line 6) * folding, sparse trees: Sparse trees. (line 6)
* following links: Handling links. (line 56) * following links: Handling links. (line 56)
* format specifier: Formula syntax for Calc. * format specifier: Formula syntax for Calc.
(line 15) (line 14)
* format, of links: Link format. (line 6) * format, of links: Link format. (line 6)
* formula debugging: Editing and debugging formulas. * formula debugging: Editing and debugging formulas.
(line 97) (line 97)
@ -6349,7 +6364,7 @@ Index
* headline, promotion and demotion: Structure editing. (line 6) * headline, promotion and demotion: Structure editing. (line 6)
* headlines: Headlines. (line 6) * headlines: Headlines. (line 6)
* hide text: Visibility cycling. (line 6) * hide text: Visibility cycling. (line 6)
* hidestars, STARTUP keyword: In-buffer settings. (line 42) * hidestars, STARTUP keyword: In-buffer settings. (line 44)
* hiding leading stars: Clean view. (line 6) * hiding leading stars: Clean view. (line 6)
* history: History and Acknowledgments. * history: History and Acknowledgments.
(line 6) (line 6)
@ -6408,6 +6423,7 @@ Index
* lognoteclock-out, STARTUP keyword: In-buffer settings. (line 33) * lognoteclock-out, STARTUP keyword: In-buffer settings. (line 33)
* lognotedone, STARTUP keyword: In-buffer settings. (line 33) * lognotedone, STARTUP keyword: In-buffer settings. (line 33)
* lognotestate, STARTUP keyword: In-buffer settings. (line 33) * lognotestate, STARTUP keyword: In-buffer settings. (line 33)
* logrepeat, STARTUP keyword: In-buffer settings. (line 33)
* maintainer: Feedback. (line 6) * maintainer: Feedback. (line 6)
* mark ring: Handling links. (line 79) * mark ring: Handling links. (line 79)
* marking characters, tables: Advanced features. (line 40) * marking characters, tables: Advanced features. (line 40)
@ -6418,7 +6434,7 @@ Index
* MH-E links: External links. (line 6) * MH-E links: External links. (line 6)
* minor mode for tables: orgtbl-mode. (line 6) * minor mode for tables: orgtbl-mode. (line 6)
* mode, for calc: Formula syntax for Calc. * mode, for calc: Formula syntax for Calc.
(line 15) (line 14)
* motion commands in agenda: Agenda commands. (line 19) * motion commands in agenda: Agenda commands. (line 19)
* motion, between headlines: Motion. (line 6) * motion, between headlines: Motion. (line 6)
* name, of column or field: References. (line 82) * name, of column or field: References. (line 82)
@ -6427,8 +6443,9 @@ Index
* narrow columns in tables: Narrow columns. (line 6) * narrow columns in tables: Narrow columns. (line 6)
* noalign, STARTUP keyword: In-buffer settings. (line 29) * noalign, STARTUP keyword: In-buffer settings. (line 29)
* nologging, STARTUP keyword: In-buffer settings. (line 33) * nologging, STARTUP keyword: In-buffer settings. (line 33)
* nologrepeat, STARTUP keyword: In-buffer settings. (line 33)
* occur, command: Sparse trees. (line 6) * occur, command: Sparse trees. (line 6)
* odd, STARTUP keyword: In-buffer settings. (line 42) * odd, STARTUP keyword: In-buffer settings. (line 44)
* option keyword completion: Completion. (line 6) * option keyword completion: Completion. (line 6)
* options, for custom agenda views: Setting Options. (line 6) * options, for custom agenda views: Setting Options. (line 6)
* options, for customization: Customization. (line 6) * options, for customization: Customization. (line 6)
@ -6500,7 +6517,7 @@ Index
* show all, global visibility state: Visibility cycling. (line 22) * show all, global visibility state: Visibility cycling. (line 22)
* show hidden text: Visibility cycling. (line 6) * show hidden text: Visibility cycling. (line 6)
* showall, STARTUP keyword: In-buffer settings. (line 22) * showall, STARTUP keyword: In-buffer settings. (line 22)
* showstars, STARTUP keyword: In-buffer settings. (line 42) * showstars, STARTUP keyword: In-buffer settings. (line 44)
* sorting, of agenda items: Sorting of agenda items. * sorting, of agenda items: Sorting of agenda items.
(line 6) (line 6)
* sparse tree, for deadlines: Creating timestamps. (line 39) * sparse tree, for deadlines: Creating timestamps. (line 39)
@ -6604,7 +6621,7 @@ Index
* VM links: External links. (line 6) * VM links: External links. (line 6)
* WANDERLUST links: External links. (line 6) * WANDERLUST links: External links. (line 6)
* weekly agenda: Weekly/Daily agenda. (line 6) * weekly agenda: Weekly/Daily agenda. (line 6)
* windmove.el: Conflicts. (line 33) * windmove.el: Conflicts. (line 32)
* workflow states as TODO keywords: Workflow states. (line 6) * workflow states as TODO keywords: Workflow states. (line 6)
* XEmacs: Installation. (line 6) * XEmacs: Installation. (line 6)
* XOXO export: XOXO export. (line 6) * XOXO export: XOXO export. (line 6)
@ -6952,178 +6969,179 @@ Node: Feedback17587
Node: Document structure19663 Node: Document structure19663
Node: Outlines20437 Node: Outlines20437
Node: Headlines21097 Node: Headlines21097
Node: Visibility cycling21720 Ref: Headlines-Footnote-122105
Ref: Visibility cycling-Footnote-123934 Node: Visibility cycling22204
Ref: Visibility cycling-Footnote-223992 Ref: Visibility cycling-Footnote-124418
Ref: Visibility cycling-Footnote-324042 Ref: Visibility cycling-Footnote-224476
Node: Motion24312 Ref: Visibility cycling-Footnote-324526
Node: Structure editing25266 Node: Motion24796
Node: Archiving28092 Node: Structure editing25750
Node: ARCHIVE tag28650 Node: Archiving28576
Node: Moving subtrees30443 Node: ARCHIVE tag29134
Node: Sparse trees31754 Node: Moving subtrees30927
Ref: Sparse trees-Footnote-133886 Node: Sparse trees32238
Ref: Sparse trees-Footnote-234068 Ref: Sparse trees-Footnote-134370
Node: Plain lists34183 Ref: Sparse trees-Footnote-234552
Ref: Plain lists-Footnote-137952 Node: Plain lists34667
Ref: Plain lists-Footnote-238310 Ref: Plain lists-Footnote-138436
Node: Tables38494 Ref: Plain lists-Footnote-238794
Node: Built-in table editor39008 Node: Tables38978
Node: Narrow columns46027 Node: Built-in table editor39492
Ref: Narrow columns-Footnote-147960 Node: Narrow columns46511
Node: orgtbl-mode48006 Ref: Narrow columns-Footnote-148444
Node: The spreadsheet48810 Node: orgtbl-mode48490
Node: References49897 Node: The spreadsheet49294
Ref: References-Footnote-154026 Node: References50381
Node: Formula syntax for Calc54315 Ref: References-Footnote-154510
Node: Formula syntax for Lisp56781 Node: Formula syntax for Calc54799
Node: Field formulas58050 Node: Formula syntax for Lisp57256
Node: Column formulas59358 Node: Field formulas58525
Node: Editing and debugging formulas60957 Node: Column formulas59833
Node: Updating the table65110 Node: Editing and debugging formulas61432
Node: Advanced features66145 Node: Updating the table65585
Node: Hyperlinks70670 Node: Advanced features66620
Node: Link format71443 Node: Hyperlinks71145
Node: Internal links72736 Node: Link format71918
Ref: Internal links-Footnote-174661 Node: Internal links73211
Node: Radio targets74793 Ref: Internal links-Footnote-175136
Node: External links75484 Node: Radio targets75268
Node: Handling links77888 Node: External links75959
Ref: Handling links-Footnote-182998 Node: Handling links78363
Ref: Handling links-Footnote-283235 Ref: Handling links-Footnote-183473
Node: Link abbreviations83309 Ref: Handling links-Footnote-283710
Node: Search options84988 Node: Link abbreviations83784
Ref: Search options-Footnote-186768 Node: Search options85463
Node: Custom searches86849 Ref: Search options-Footnote-187243
Node: Remember87897 Node: Custom searches87324
Node: Setting up remember88884 Node: Remember88372
Node: Remember templates89466 Node: Setting up remember89359
Ref: Remember templates-Footnote-192732 Node: Remember templates89941
Node: Storing notes92830 Ref: Remember templates-Footnote-193233
Node: TODO items94798 Node: Storing notes93331
Node: TODO basics95781 Node: TODO items95218
Node: TODO extensions97480 Node: TODO basics96201
Node: Workflow states98299 Node: TODO extensions97900
Ref: Workflow states-Footnote-199474 Node: Workflow states98719
Node: TODO types99567 Ref: Workflow states-Footnote-199894
Ref: TODO types-Footnote-1101150 Node: TODO types99987
Node: Multiple sets in one file101232 Ref: TODO types-Footnote-1101570
Node: Per file keywords102843 Node: Multiple sets in one file101652
Ref: Per file keywords-Footnote-1104132 Node: Per file keywords103263
Node: Priorities104333 Ref: Per file keywords-Footnote-1104552
Node: Breaking down tasks105579 Node: Priorities104753
Ref: Breaking down tasks-Footnote-1106099 Node: Breaking down tasks105999
Node: Checkboxes106195 Ref: Breaking down tasks-Footnote-1106519
Node: Timestamps108950 Node: Checkboxes106615
Node: Time stamps109484 Node: Timestamps109370
Ref: Time stamps-Footnote-1112978 Node: Time stamps109904
Ref: Time stamps-Footnote-2113094 Ref: Time stamps-Footnote-1113398
Node: Creating timestamps113249 Ref: Time stamps-Footnote-2113514
Node: The date/time prompt115907 Node: Creating timestamps113669
Ref: The date/time prompt-Footnote-1117868 Node: The date/time prompt116327
Node: Custom time format117974 Ref: The date/time prompt-Footnote-1118288
Node: Repeating items119532 Node: Custom time format118394
Node: Progress logging121342 Node: Repeating items119952
Node: Closing items121988 Node: Progress logging121762
Ref: Closing items-Footnote-1122922 Node: Closing items122408
Ref: Closing items-Footnote-2122991 Ref: Closing items-Footnote-1123342
Node: Tracking TODO state changes123064 Ref: Closing items-Footnote-2123411
Node: Clocking work time123920 Node: Tracking TODO state changes123484
Ref: Clocking work time-Footnote-1127566 Node: Clocking work time124340
Ref: Clocking work time-Footnote-2127644 Ref: Clocking work time-Footnote-1127986
Node: Tags127770 Ref: Clocking work time-Footnote-2128064
Node: Tag inheritance128532 Node: Tags128190
Node: Setting tags129469 Node: Tag inheritance128952
Ref: Setting tags-Footnote-1133992 Node: Setting tags129889
Ref: Setting tags-Footnote-2134104 Ref: Setting tags-Footnote-1134412
Node: Tag searches134187 Ref: Setting tags-Footnote-2134524
Node: Agenda views136898 Node: Tag searches134607
Node: Agenda files138843 Node: Agenda views137318
Ref: Agenda files-Footnote-1139809 Node: Agenda files139263
Ref: Agenda files-Footnote-2139958 Ref: Agenda files-Footnote-1140229
Node: Agenda dispatcher140151 Ref: Agenda files-Footnote-2140378
Node: Built-in agenda views141842 Node: Agenda dispatcher140571
Node: Weekly/Daily agenda142420 Node: Built-in agenda views142262
Node: Global TODO list144549 Node: Weekly/Daily agenda142840
Node: Matching headline tags146821 Node: Global TODO list144969
Node: Timeline147892 Node: Matching headline tags147241
Node: Stuck projects148558 Node: Timeline148312
Node: Presentation and sorting150257 Node: Stuck projects148978
Node: Categories151048 Node: Presentation and sorting150829
Node: Time-of-day specifications151712 Node: Categories151620
Node: Sorting of agenda items153683 Node: Time-of-day specifications152284
Node: Agenda commands154965 Node: Sorting of agenda items154255
Node: Custom agenda views161694 Node: Agenda commands155537
Node: Storing searches162369 Node: Custom agenda views162266
Node: Block agenda164281 Node: Storing searches162941
Node: Setting Options165511 Node: Block agenda164853
Node: Batch processing168223 Node: Setting Options166083
Node: Embedded LaTeX169353 Node: Batch processing168795
Ref: Embedded LaTeX-Footnote-1170445 Node: Embedded LaTeX169925
Node: Math symbols170635 Ref: Embedded LaTeX-Footnote-1171017
Node: Subscripts and Superscripts171400 Node: Math symbols171207
Node: LaTeX fragments172244 Node: Subscripts and Superscripts171972
Ref: LaTeX fragments-Footnote-1174478 Node: LaTeX fragments172816
Node: Processing LaTeX fragments174740 Ref: LaTeX fragments-Footnote-1175050
Node: CDLaTeX mode175686 Node: Processing LaTeX fragments175312
Ref: CDLaTeX mode-Footnote-1178170 Node: CDLaTeX mode176258
Node: Exporting178318 Ref: CDLaTeX mode-Footnote-1178742
Node: ASCII export179632 Node: Exporting178890
Node: HTML export180922 Node: ASCII export180204
Node: Export commands181541 Node: HTML export181494
Node: Quoting HTML tags182352 Node: Export commands182113
Node: Links182982 Node: Quoting HTML tags182924
Node: Images183679 Node: Links183554
Ref: Images-Footnote-1184550 Node: Images184251
Node: CSS support184611 Ref: Images-Footnote-1185122
Ref: CSS support-Footnote-1185930 Node: CSS support185183
Node: XOXO export186043 Ref: CSS support-Footnote-1186502
Node: iCalendar export186482 Node: XOXO export186615
Node: Text interpretation187701 Node: iCalendar export187054
Node: Comment lines188243 Node: Text interpretation188273
Node: Initial text188638 Node: Comment lines188815
Node: Enhancing text190312 Node: Initial text189210
Ref: Enhancing text-Footnote-1192174 Node: Enhancing text190884
Node: Export options192264 Ref: Enhancing text-Footnote-1192746
Node: Publishing194157 Node: Export options192836
Ref: Publishing-Footnote-1194953 Node: Publishing194729
Node: Configuration195149 Ref: Publishing-Footnote-1195525
Node: Project alist195867 Node: Configuration195721
Node: Sources and destinations196933 Node: Project alist196439
Node: Selecting files197663 Node: Sources and destinations197505
Node: Publishing action198411 Node: Selecting files198235
Node: Publishing options199644 Node: Publishing action198983
Node: Publishing links201796 Node: Publishing options200216
Node: Project page index203309 Node: Publishing links202368
Node: Sample configuration204087 Node: Project page index203881
Node: Simple example204579 Node: Sample configuration204659
Node: Complex example205252 Node: Simple example205151
Node: Triggering publication207328 Node: Complex example205824
Node: Miscellaneous208013 Node: Triggering publication207900
Node: Completion208647 Node: Miscellaneous208585
Node: Customization210118 Node: Completion209219
Node: In-buffer settings210701 Node: Customization210690
Node: The very busy C-c C-c key215178 Node: In-buffer settings211273
Node: Clean view216822 Node: The very busy C-c C-c key215899
Node: TTY keys219399 Node: Clean view217543
Node: Interaction221009 Node: TTY keys220120
Node: Cooperation221406 Node: Interaction221730
Node: Conflicts224148 Node: Cooperation222127
Node: Bugs225740 Node: Conflicts224869
Node: Extensions and Hacking227236 Node: Bugs226432
Node: Extensions227832 Node: Extensions and Hacking227928
Node: Tables in arbitrary syntax229779 Node: Extensions228524
Node: Radio tables230856 Node: Tables in arbitrary syntax230471
Node: A LaTeX example233359 Node: Radio tables231548
Ref: A LaTeX example-Footnote-1237005 Node: A LaTeX example234051
Ref: A LaTeX example-Footnote-2237153 Ref: A LaTeX example-Footnote-1237697
Node: Translator functions237588 Ref: A LaTeX example-Footnote-2237845
Ref: Translator functions-Footnote-1240697 Node: Translator functions238280
Node: Dynamic blocks240785 Ref: Translator functions-Footnote-1241389
Node: Special agenda views242757 Node: Dynamic blocks241477
Ref: Special agenda views-Footnote-1245036 Node: Special agenda views243449
Node: History and Acknowledgments245296 Ref: Special agenda views-Footnote-1245728
Node: Index251156 Node: History and Acknowledgments245988
Node: Key Index282137 Node: Index251848
Node: Key Index282975
 
End Tag Table End Tag Table

955
org.el

File diff suppressed because it is too large Load Diff

BIN
org.pdf

Binary file not shown.

View File

@ -3,7 +3,7 @@
@setfilename ../info/org @setfilename ../info/org
@settitle Org Mode Manual @settitle Org Mode Manual
@set VERSION 4.71 @set VERSION 4.72
@set DATE April 2007 @set DATE April 2007
@dircategory Emacs @dircategory Emacs
@ -579,8 +579,9 @@ key.
@cindex outline tree @cindex outline tree
Headlines define the structure of an outline tree. The headlines in Headlines define the structure of an outline tree. The headlines in
Org-mode start with one or more stars, on the left margin. For Org-mode start with one or more stars, on the left margin@footnote{See
example: the variable @code{org-special-ctrl-a} to configure special behavior of
@kbd{C-a} in headlines.}. For example:
@example @example
* Top level headline * Top level headline
@ -589,6 +590,7 @@ example:
some text some text
*** 3rd level *** 3rd level
more text more text
* Another top level headline * Another top level headline
@end example @end example
@ -596,6 +598,12 @@ example:
outline that has whitespace followed by a single star as headline outline that has whitespace followed by a single star as headline
starters. @ref{Clean view} describes a setup to realize this. starters. @ref{Clean view} describes a setup to realize this.
An empty line after the end of a subtree is considered part of it and
will be hidden when the subtree is folded. However, if you leave at
least two empty lines, one empty line will remain visible after folding
the subtree, in order to structure the collapsed view. See the
variable @code{org-cycle-separator-lines} for modifying this behavior.
@node Visibility cycling, Motion, Headlines, Document structure @node Visibility cycling, Motion, Headlines, Document structure
@section Visibility cycling @section Visibility cycling
@cindex cycling, visibility @cindex cycling, visibility
@ -1519,9 +1527,9 @@ numbers.
@cindex syntax, of formulas @cindex syntax, of formulas
A formula can be any algebraic expression understood by the Emacs A formula can be any algebraic expression understood by the Emacs
@file{Calc} package. Note that @file{calc} has the slightly @file{Calc} package. @b{Note that @file{calc} has the
non-standard convention that @samp{/} has lower precedence than non-standard convention that @samp{/} has lower precedence than
@samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}. Before @samp{*}, so that @samp{a/b*c} is interpreted as @samp{a/(b*c)}.} Before
evaluation by @code{calc-eval} (@pxref{Calling Calc from evaluation by @code{calc-eval} (@pxref{Calling Calc from
Your Programs,calc-eval,Calling calc from Your Lisp Programs,calc,GNU Your Programs,calc-eval,Calling calc from Your Lisp Programs,calc,GNU
Emacs Calc Manual}), Emacs Calc Manual}),
@ -2409,8 +2417,8 @@ use:
@noindent In these entries, the character specifies how to select the @noindent In these entries, the character specifies how to select the
template. The first string specifies the template. Two more (optional) template. The first string specifies the template. Two more (optional)
strings give the file in which, and the headline under which the new strings give the file in which, and the headline under which the new
note should be stored. The file defaults to note should be stored. The file defaults (if not present or @code{nil})
@code{org-default-notes-file}, the heading to to @code{org-default-notes-file}, the heading to
@code{org-remember-default-headline}. Both defaults help to get to the @code{org-remember-default-headline}. Both defaults help to get to the
storing location quickly, but you can change the location interactively storing location quickly, but you can change the location interactively
while storing the note. while storing the note.
@ -2507,7 +2515,6 @@ then leads to the following result.
@item @tab @key{left}/@key{right} @tab as same level, before/after current heading @item @tab @key{left}/@key{right} @tab as same level, before/after current heading
@item not on headline @tab @key{RET} @item not on headline @tab @key{RET}
@tab at cursor position, level taken from context. @tab at cursor position, level taken from context.
Or use prefix arg to specify level manually.
@end multitable @end multitable
So a fast way to store the note to its default location is to press So a fast way to store the note to its default location is to press
@ -4000,16 +4007,18 @@ Lets assume that you, in your own way of using Org-mode, identify
projects with a tag PROJECT, and that you use a todo keyword MAYBE to projects with a tag PROJECT, and that you use a todo keyword MAYBE to
indicate a project that should not be considered yet. Lets further indicate a project that should not be considered yet. Lets further
assume that the todo keyword DONE marks finished projects, and that NEXT assume that the todo keyword DONE marks finished projects, and that NEXT
and TODO indicate next actions. Finally, the tag @@SHOP indicates and TODO indicate next actions. The tag @@SHOP indicates shopping and
shopping and is a next action even without the NEXT tag. In this case is a next action even without the NEXT tag. Finally, if the project
you would start by identifying eligible projects with a tags/todo match contains the special word IGNORE anywhere, it should not be listed
@samp{+PROJECT/-MAYBE-DONE}, and then check for TODO, NEXT and @@SHOP in either. In this case you would start by identifying eligible projects
the subtree to identify projects that are not stuck. The correct with a tags/todo match @samp{+PROJECT/-MAYBE-DONE}, and then check for
customization for this is TODO, NEXT, @@SHOP, and IGNORE in the subtree to identify projects that
are not stuck. The correct customization for this is
@lisp @lisp
(setq org-stuck-projects (setq org-stuck-projects
("+PROJECT/-MAYBE-DONE" ("NEXT" "TODO") ("@@SHOP"))) '("+PROJECT/-MAYBE-DONE" ("NEXT" "TODO") ("@@SHOP")
"\\<IGNORE\\>"))
@end lisp @end lisp
@ -5760,11 +5769,15 @@ Logging TODO state changes and clock intervals (variable
@cindex @code{lognotedone}, STARTUP keyword @cindex @code{lognotedone}, STARTUP keyword
@cindex @code{lognoteclock-out}, STARTUP keyword @cindex @code{lognoteclock-out}, STARTUP keyword
@cindex @code{lognotestate}, STARTUP keyword @cindex @code{lognotestate}, STARTUP keyword
@cindex @code{logrepeat}, STARTUP keyword
@cindex @code{nologrepeat}, STARTUP keyword
@example @example
logging @r{record a timestamp when an item is marked DONE} logging @r{record a timestamp when an item is marked DONE}
nologging @r{don't record when items are marked DONE} nologging @r{don't record when items are marked DONE}
lognotedone @r{record timestamp and a note when DONE} lognotedone @r{record timestamp and a note when DONE}
lognotestate @r{record timestamp, note when TODO state changes} lognotestate @r{record timestamp, note when TODO state changes}
logrepeat @r{record a not when re-instating a repeating item}
nologrepeat @r{do not record when re-instating repeating item}
lognoteclock-out @r{record timestamp and a note when clocking out} lognoteclock-out @r{record timestamp and a note when clocking out}
@end example @end example
Here are the options for hiding leading stars in outline headings. The Here are the options for hiding leading stars in outline headings. The
@ -6113,7 +6126,6 @@ during date selection).
@example @example
S-UP -> M-p S-DOWN -> M-n S-UP -> M-p S-DOWN -> M-n
S-LEFT -> M-- S-RIGHT -> M-+ S-LEFT -> M-- S-RIGHT -> M-+
S-RET -> C-S-RET
@end example @end example
Yes, these are unfortunately more difficult to remember. If you want Yes, these are unfortunately more difficult to remember. If you want
@ -6125,7 +6137,6 @@ Also this package uses the @kbd{S-<cursor>} keys, so everything written
in the paragraph above about CUA mode also applies here. in the paragraph above about CUA mode also applies here.
@end table @end table
@node Bugs, , Interaction, Miscellaneous @node Bugs, , Interaction, Miscellaneous
@section Bugs @section Bugs
@cindex bugs @cindex bugs

Binary file not shown.

View File

@ -1,5 +1,5 @@
% Reference Card for Org Mode % Reference Card for Org Mode
\def\orgversionnumber{4.71} \def\orgversionnumber{4.72}
\def\versionyear{2007} % latest update \def\versionyear{2007} % latest update
\def\year{2007} % latest copyright year \def\year{2007} % latest copyright year
% %
@ -386,7 +386,6 @@ Outside of tables, the same keys may have other functionality.
\metax{export as tab-separated file}{M-x org-table-export} \metax{export as tab-separated file}{M-x org-table-export}
\metax{import tab-separated file}{M-x org-table-import} \metax{import tab-separated file}{M-x org-table-import}
\key{sum numbers in current column/rectangle}{C-c +} \key{sum numbers in current column/rectangle}{C-c +}
\key{copy down with increment}{S-RET$^3$}
{\bf Tables created with the \kbd{table.el} package} {\bf Tables created with the \kbd{table.el} package}
@ -731,21 +730,6 @@ Subtrees whose header starts with COMMENT are never exported.
\key{toggle COMMENT keyword on entry}{C-c ;} \key{toggle COMMENT keyword on entry}{C-c ;}
%\section{CUA and pc-select compatibility}%
%Configure the variable {\tt org-CUA-compatibility} to make Org-mode
%avoid the \kbd{S-<cursor>} bindings used by these modes. When set,
%Org-mode will change the following keybindings (also in the agenda
%buffer, but not during date selection). See note mark four$^3$
%throughout the reference card.
%%\vskip-mm
%\beginexample
%S-UP $\to$ M-p S-DOWN $\to$ M-n
%S-LEFT $\to$ M-- S-RIGHT $\to$ M-+
%S-RET $\to$ C-S-RET
%\endexample
\section{Dynamic Blocks} \section{Dynamic Blocks}
\key{update dynamic block at point}{C-c C-x C-u} \key{update dynamic block at point}{C-c C-x C-u}