|
@@ -5,7 +5,7 @@ START-INFO-DIR-ENTRY
|
|
|
* Org Mode: (org). Outline-based notes management and organizer
|
|
|
END-INFO-DIR-ENTRY
|
|
|
|
|
|
- This manual is for Org-mode (version 5.02).
|
|
|
+ This manual is for Org-mode (version 5.03).
|
|
|
|
|
|
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
|
|
|
***************
|
|
|
|
|
|
-This manual is for Org-mode (version 5.02).
|
|
|
+This manual is for Org-mode (version 5.03).
|
|
|
|
|
|
Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation
|
|
|
|
|
@@ -570,8 +570,8 @@ 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.
|
|
|
+ (1) See the variable `org-special-ctrl-a/e' to configure special
|
|
|
+behavior of `C-a' and `C-e' in headlines.
|
|
|
|
|
|
|
|
|
File: org, Node: Visibility cycling, Next: Motion, Prev: Headlines, Up: Document structure
|
|
@@ -2746,7 +2746,8 @@ respectively').
|
|
|
The following commands work with checkboxes:
|
|
|
|
|
|
`C-c C-c'
|
|
|
- Toggle checkbox at point.
|
|
|
+ Toggle checkbox at point. With prefix argument, set it to `[-]',
|
|
|
+ which is considered to be an intermediate state.
|
|
|
|
|
|
`C-c C-x C-b'
|
|
|
Toggle checkbox at point.
|
|
@@ -3147,14 +3148,14 @@ File: org, Node: Column view, Next: Property API, Prev: Property searches, U
|
|
|
7.4 Column View
|
|
|
===============
|
|
|
|
|
|
-A great way to view and edit properties in aan outline tree is _column
|
|
|
+A great way to view and edit properties in an outline tree is _column
|
|
|
view_. In column view, each outline item is turned into a table row.
|
|
|
Columns in this table provide access to properties of the entries.
|
|
|
Org-mode implements columns by overlaying a tabular structure over the
|
|
|
headline of each item. While the headlines have been turned into a
|
|
|
table row, you can still change the visibility of the outline tree.
|
|
|
For example, you get a compact table by switching to CONTENTS view
|
|
|
-(`S-<TAB> S-<TAB>', or simple `c' while column view is active), but you
|
|
|
+(`S-<TAB> S-<TAB>', or simply `c' while column view is active), but you
|
|
|
can still open, read, and edit the entry below each headline. Or, you
|
|
|
can switch to column view after executing a sparse tree command and in
|
|
|
this way get a table only for the selected items. Column view also
|
|
@@ -7535,10 +7536,9 @@ Key Index
|
|
|
* C-': Agenda files. (line 18)
|
|
|
* C-,: Agenda files. (line 18)
|
|
|
* C-_: Agenda commands. (line 107)
|
|
|
-* C-a a L: Timeline. (line 10)
|
|
|
* C-c ! <1>: Footnotes. (line 14)
|
|
|
* C-c !: Creating timestamps. (line 19)
|
|
|
-* C-c #: Checkboxes. (line 56)
|
|
|
+* C-c #: Checkboxes. (line 57)
|
|
|
* C-c %: Handling links. (line 81)
|
|
|
* C-c &: Handling links. (line 85)
|
|
|
* C-c ': Editing and debugging formulas.
|
|
@@ -7577,6 +7577,7 @@ Key Index
|
|
|
* C-c a C: Storing searches. (line 9)
|
|
|
* C-c a e: Exporting Agenda Views.
|
|
|
(line 57)
|
|
|
+* C-c a L: Timeline. (line 10)
|
|
|
* C-c a M: Matching tags and properties.
|
|
|
(line 15)
|
|
|
* C-c a m: Matching tags and properties.
|
|
@@ -7647,7 +7648,7 @@ Key Index
|
|
|
(line 11)
|
|
|
* C-c C-x b: Visibility cycling. (line 41)
|
|
|
* C-c C-x C-a: ARCHIVE tag. (line 28)
|
|
|
-* C-c C-x C-b: Checkboxes. (line 38)
|
|
|
+* C-c C-x C-b: Checkboxes. (line 39)
|
|
|
* C-c C-x C-c <1>: Agenda commands. (line 218)
|
|
|
* C-c C-x C-c: Using column view. (line 9)
|
|
|
* C-c C-x C-d: Clocking work time. (line 35)
|
|
@@ -7754,7 +7755,7 @@ Key Index
|
|
|
(line 74)
|
|
|
* M-S-<left> <3>: Plain lists. (line 72)
|
|
|
* M-S-<left>: Structure editing. (line 27)
|
|
|
-* M-S-<RET> <1>: Checkboxes. (line 53)
|
|
|
+* M-S-<RET> <1>: Checkboxes. (line 54)
|
|
|
* M-S-<RET> <2>: Plain lists. (line 59)
|
|
|
* M-S-<RET>: Structure editing. (line 18)
|
|
|
* M-S-<right> <1>: The date/time prompt.
|
|
@@ -7857,198 +7858,198 @@ Node: Document structure20783
|
|
|
Node: Outlines21675
|
|
|
Node: Headlines22335
|
|
|
Ref: Headlines-Footnote-123343
|
|
|
-Node: Visibility cycling23442
|
|
|
-Ref: Visibility cycling-Footnote-125652
|
|
|
-Ref: Visibility cycling-Footnote-225710
|
|
|
-Ref: Visibility cycling-Footnote-325760
|
|
|
-Node: Motion26030
|
|
|
-Node: Structure editing26984
|
|
|
-Node: Archiving29810
|
|
|
-Node: ARCHIVE tag30368
|
|
|
-Node: Moving subtrees32161
|
|
|
-Node: Sparse trees33472
|
|
|
-Ref: Sparse trees-Footnote-135604
|
|
|
-Ref: Sparse trees-Footnote-235786
|
|
|
-Node: Plain lists35901
|
|
|
-Ref: Plain lists-Footnote-140098
|
|
|
-Ref: Plain lists-Footnote-240456
|
|
|
-Node: Drawers40637
|
|
|
-Node: orgstruct-mode41475
|
|
|
-Node: Tables42375
|
|
|
-Node: Built-in table editor42956
|
|
|
-Node: Narrow columns50195
|
|
|
-Ref: Narrow columns-Footnote-152130
|
|
|
-Node: Column groups52176
|
|
|
-Node: orgtbl-mode53709
|
|
|
-Node: The spreadsheet54512
|
|
|
-Node: References55599
|
|
|
-Ref: References-Footnote-160063
|
|
|
-Node: Formula syntax for Calc60352
|
|
|
-Node: Formula syntax for Lisp62809
|
|
|
-Node: Field formulas64527
|
|
|
-Node: Column formulas65835
|
|
|
-Node: Editing and debugging formulas67434
|
|
|
-Node: Updating the table71587
|
|
|
-Node: Advanced features72622
|
|
|
-Node: Hyperlinks77147
|
|
|
-Node: Link format77920
|
|
|
-Node: Internal links79213
|
|
|
-Ref: Internal links-Footnote-181138
|
|
|
-Node: Radio targets81273
|
|
|
-Node: External links81964
|
|
|
-Node: Handling links84368
|
|
|
-Ref: Handling links-Footnote-189655
|
|
|
-Ref: Handling links-Footnote-289892
|
|
|
-Node: Link abbreviations89966
|
|
|
-Node: Search options91645
|
|
|
-Ref: Search options-Footnote-193425
|
|
|
-Node: Custom searches93506
|
|
|
-Node: Remember94554
|
|
|
-Node: Setting up remember95541
|
|
|
-Node: Remember templates96123
|
|
|
-Ref: Remember templates-Footnote-199569
|
|
|
-Node: Storing notes99667
|
|
|
-Node: TODO items101554
|
|
|
-Node: TODO basics102531
|
|
|
-Node: TODO extensions104295
|
|
|
-Node: Workflow states105114
|
|
|
-Ref: Workflow states-Footnote-1106289
|
|
|
-Node: TODO types106382
|
|
|
-Ref: TODO types-Footnote-1107965
|
|
|
-Node: Multiple sets in one file108047
|
|
|
-Node: Per file keywords109658
|
|
|
-Ref: Per file keywords-Footnote-1110947
|
|
|
-Node: Priorities111148
|
|
|
-Node: Breaking down tasks112758
|
|
|
-Ref: Breaking down tasks-Footnote-1113278
|
|
|
-Node: Checkboxes113374
|
|
|
-Node: Tags116129
|
|
|
-Node: Tag inheritance116901
|
|
|
-Node: Setting tags117838
|
|
|
-Ref: Setting tags-Footnote-1122361
|
|
|
-Ref: Setting tags-Footnote-2122473
|
|
|
-Node: Tag searches122556
|
|
|
-Node: Properties and columns125273
|
|
|
-Node: Property syntax126378
|
|
|
-Node: Special properties128538
|
|
|
-Node: Property searches129454
|
|
|
-Node: Column view130109
|
|
|
-Node: Defining columns131277
|
|
|
-Node: Scope of column definitions131675
|
|
|
-Node: Column attributes132597
|
|
|
-Node: Using column view134845
|
|
|
-Node: Property API136832
|
|
|
-Node: Timestamps137186
|
|
|
-Node: Time stamps137647
|
|
|
-Ref: Time stamps-Footnote-1140075
|
|
|
-Node: Creating timestamps140191
|
|
|
-Node: The date/time prompt142265
|
|
|
-Ref: The date/time prompt-Footnote-1144253
|
|
|
-Node: Custom time format144359
|
|
|
-Node: Deadlines and scheduling146051
|
|
|
-Ref: Deadlines and scheduling-Footnote-1147401
|
|
|
-Node: Inserting deadline/schedule147556
|
|
|
-Node: Repeated tasks148494
|
|
|
-Node: Progress logging150133
|
|
|
-Node: Closing items150788
|
|
|
-Ref: Closing items-Footnote-1151722
|
|
|
-Ref: Closing items-Footnote-2151791
|
|
|
-Node: Tracking TODO state changes151864
|
|
|
-Node: Clocking work time152720
|
|
|
-Ref: Clocking work time-Footnote-1156366
|
|
|
-Ref: Clocking work time-Footnote-2156444
|
|
|
-Node: Agenda views156570
|
|
|
-Node: Agenda files158521
|
|
|
-Ref: Agenda files-Footnote-1159487
|
|
|
-Ref: Agenda files-Footnote-2159636
|
|
|
-Node: Agenda dispatcher159829
|
|
|
-Node: Built-in agenda views161526
|
|
|
-Node: Weekly/Daily agenda162106
|
|
|
-Node: Global TODO list165048
|
|
|
-Node: Matching tags and properties167326
|
|
|
-Node: Timeline168415
|
|
|
-Node: Stuck projects169087
|
|
|
-Node: Presentation and sorting170938
|
|
|
-Node: Categories171729
|
|
|
-Node: Time-of-day specifications172393
|
|
|
-Node: Sorting of agenda items174364
|
|
|
-Node: Agenda commands175646
|
|
|
-Node: Custom agenda views182927
|
|
|
-Node: Storing searches183646
|
|
|
-Node: Block agenda185558
|
|
|
-Node: Setting Options186788
|
|
|
-Node: Exporting Agenda Views189527
|
|
|
-Ref: Exporting Agenda Views-Footnote-1193811
|
|
|
-Ref: Exporting Agenda Views-Footnote-2193868
|
|
|
-Node: Extracting Agenda Information for other programs194054
|
|
|
-Node: Embedded LaTeX198180
|
|
|
-Ref: Embedded LaTeX-Footnote-1199274
|
|
|
-Node: Math symbols199464
|
|
|
-Node: Subscripts and Superscripts200231
|
|
|
-Node: LaTeX fragments201077
|
|
|
-Ref: LaTeX fragments-Footnote-1203313
|
|
|
-Node: Processing LaTeX fragments203575
|
|
|
-Node: CDLaTeX mode204523
|
|
|
-Ref: CDLaTeX mode-Footnote-1207009
|
|
|
-Node: Exporting207157
|
|
|
-Node: ASCII export208471
|
|
|
-Node: HTML export209761
|
|
|
-Node: Export commands210380
|
|
|
-Node: Quoting HTML tags211624
|
|
|
-Node: Links212254
|
|
|
-Node: Images212951
|
|
|
-Ref: Images-Footnote-1213822
|
|
|
-Node: CSS support213883
|
|
|
-Ref: CSS support-Footnote-1215202
|
|
|
-Node: XOXO export215315
|
|
|
-Node: iCalendar export215754
|
|
|
-Node: Text interpretation216973
|
|
|
-Node: Comment lines217564
|
|
|
-Node: Initial text217959
|
|
|
-Node: Footnotes219628
|
|
|
-Node: Enhancing text220443
|
|
|
-Ref: Enhancing text-Footnote-1222302
|
|
|
-Node: Export options222392
|
|
|
-Node: Publishing224337
|
|
|
-Ref: Publishing-Footnote-1225133
|
|
|
-Node: Configuration225277
|
|
|
-Node: Project alist225995
|
|
|
-Node: Sources and destinations227061
|
|
|
-Node: Selecting files227791
|
|
|
-Node: Publishing action228539
|
|
|
-Node: Publishing options229772
|
|
|
-Node: Publishing links231924
|
|
|
-Node: Project page index233437
|
|
|
-Node: Sample configuration234215
|
|
|
-Node: Simple example234707
|
|
|
-Node: Complex example235380
|
|
|
-Node: Triggering publication237456
|
|
|
-Node: Miscellaneous238141
|
|
|
-Node: Completion238775
|
|
|
-Node: Customization240445
|
|
|
-Node: In-buffer settings241028
|
|
|
-Node: The very busy C-c C-c key246367
|
|
|
-Node: Clean view248128
|
|
|
-Node: TTY keys250705
|
|
|
-Node: Interaction252315
|
|
|
-Node: Cooperation252712
|
|
|
-Node: Conflicts255588
|
|
|
-Node: Bugs257591
|
|
|
-Node: Extensions and Hacking259087
|
|
|
-Node: Extensions259758
|
|
|
-Node: Tables in arbitrary syntax261705
|
|
|
-Node: Radio tables262782
|
|
|
-Node: A LaTeX example265285
|
|
|
-Ref: A LaTeX example-Footnote-1268931
|
|
|
-Ref: A LaTeX example-Footnote-2269079
|
|
|
-Node: Translator functions269514
|
|
|
-Ref: Translator functions-Footnote-1272623
|
|
|
-Node: Dynamic blocks272711
|
|
|
-Node: Special agenda views274683
|
|
|
-Ref: Special agenda views-Footnote-1276993
|
|
|
-Node: Using the property API277253
|
|
|
-Node: History and Acknowledgments278734
|
|
|
-Node: Index285118
|
|
|
-Node: Key Index318864
|
|
|
+Node: Visibility cycling23454
|
|
|
+Ref: Visibility cycling-Footnote-125664
|
|
|
+Ref: Visibility cycling-Footnote-225722
|
|
|
+Ref: Visibility cycling-Footnote-325772
|
|
|
+Node: Motion26042
|
|
|
+Node: Structure editing26996
|
|
|
+Node: Archiving29822
|
|
|
+Node: ARCHIVE tag30380
|
|
|
+Node: Moving subtrees32173
|
|
|
+Node: Sparse trees33484
|
|
|
+Ref: Sparse trees-Footnote-135616
|
|
|
+Ref: Sparse trees-Footnote-235798
|
|
|
+Node: Plain lists35913
|
|
|
+Ref: Plain lists-Footnote-140110
|
|
|
+Ref: Plain lists-Footnote-240468
|
|
|
+Node: Drawers40649
|
|
|
+Node: orgstruct-mode41487
|
|
|
+Node: Tables42387
|
|
|
+Node: Built-in table editor42968
|
|
|
+Node: Narrow columns50207
|
|
|
+Ref: Narrow columns-Footnote-152142
|
|
|
+Node: Column groups52188
|
|
|
+Node: orgtbl-mode53721
|
|
|
+Node: The spreadsheet54524
|
|
|
+Node: References55611
|
|
|
+Ref: References-Footnote-160075
|
|
|
+Node: Formula syntax for Calc60364
|
|
|
+Node: Formula syntax for Lisp62821
|
|
|
+Node: Field formulas64539
|
|
|
+Node: Column formulas65847
|
|
|
+Node: Editing and debugging formulas67446
|
|
|
+Node: Updating the table71599
|
|
|
+Node: Advanced features72634
|
|
|
+Node: Hyperlinks77159
|
|
|
+Node: Link format77932
|
|
|
+Node: Internal links79225
|
|
|
+Ref: Internal links-Footnote-181150
|
|
|
+Node: Radio targets81285
|
|
|
+Node: External links81976
|
|
|
+Node: Handling links84380
|
|
|
+Ref: Handling links-Footnote-189667
|
|
|
+Ref: Handling links-Footnote-289904
|
|
|
+Node: Link abbreviations89978
|
|
|
+Node: Search options91657
|
|
|
+Ref: Search options-Footnote-193437
|
|
|
+Node: Custom searches93518
|
|
|
+Node: Remember94566
|
|
|
+Node: Setting up remember95553
|
|
|
+Node: Remember templates96135
|
|
|
+Ref: Remember templates-Footnote-199581
|
|
|
+Node: Storing notes99679
|
|
|
+Node: TODO items101566
|
|
|
+Node: TODO basics102543
|
|
|
+Node: TODO extensions104307
|
|
|
+Node: Workflow states105126
|
|
|
+Ref: Workflow states-Footnote-1106301
|
|
|
+Node: TODO types106394
|
|
|
+Ref: TODO types-Footnote-1107977
|
|
|
+Node: Multiple sets in one file108059
|
|
|
+Node: Per file keywords109670
|
|
|
+Ref: Per file keywords-Footnote-1110959
|
|
|
+Node: Priorities111160
|
|
|
+Node: Breaking down tasks112770
|
|
|
+Ref: Breaking down tasks-Footnote-1113290
|
|
|
+Node: Checkboxes113386
|
|
|
+Node: Tags116235
|
|
|
+Node: Tag inheritance117007
|
|
|
+Node: Setting tags117944
|
|
|
+Ref: Setting tags-Footnote-1122467
|
|
|
+Ref: Setting tags-Footnote-2122579
|
|
|
+Node: Tag searches122662
|
|
|
+Node: Properties and columns125379
|
|
|
+Node: Property syntax126484
|
|
|
+Node: Special properties128644
|
|
|
+Node: Property searches129560
|
|
|
+Node: Column view130215
|
|
|
+Node: Defining columns131382
|
|
|
+Node: Scope of column definitions131780
|
|
|
+Node: Column attributes132702
|
|
|
+Node: Using column view134950
|
|
|
+Node: Property API136937
|
|
|
+Node: Timestamps137291
|
|
|
+Node: Time stamps137752
|
|
|
+Ref: Time stamps-Footnote-1140180
|
|
|
+Node: Creating timestamps140296
|
|
|
+Node: The date/time prompt142370
|
|
|
+Ref: The date/time prompt-Footnote-1144358
|
|
|
+Node: Custom time format144464
|
|
|
+Node: Deadlines and scheduling146156
|
|
|
+Ref: Deadlines and scheduling-Footnote-1147506
|
|
|
+Node: Inserting deadline/schedule147661
|
|
|
+Node: Repeated tasks148599
|
|
|
+Node: Progress logging150238
|
|
|
+Node: Closing items150893
|
|
|
+Ref: Closing items-Footnote-1151827
|
|
|
+Ref: Closing items-Footnote-2151896
|
|
|
+Node: Tracking TODO state changes151969
|
|
|
+Node: Clocking work time152825
|
|
|
+Ref: Clocking work time-Footnote-1156471
|
|
|
+Ref: Clocking work time-Footnote-2156549
|
|
|
+Node: Agenda views156675
|
|
|
+Node: Agenda files158626
|
|
|
+Ref: Agenda files-Footnote-1159592
|
|
|
+Ref: Agenda files-Footnote-2159741
|
|
|
+Node: Agenda dispatcher159934
|
|
|
+Node: Built-in agenda views161631
|
|
|
+Node: Weekly/Daily agenda162211
|
|
|
+Node: Global TODO list165153
|
|
|
+Node: Matching tags and properties167431
|
|
|
+Node: Timeline168520
|
|
|
+Node: Stuck projects169192
|
|
|
+Node: Presentation and sorting171043
|
|
|
+Node: Categories171834
|
|
|
+Node: Time-of-day specifications172498
|
|
|
+Node: Sorting of agenda items174469
|
|
|
+Node: Agenda commands175751
|
|
|
+Node: Custom agenda views183032
|
|
|
+Node: Storing searches183751
|
|
|
+Node: Block agenda185663
|
|
|
+Node: Setting Options186893
|
|
|
+Node: Exporting Agenda Views189632
|
|
|
+Ref: Exporting Agenda Views-Footnote-1193916
|
|
|
+Ref: Exporting Agenda Views-Footnote-2193973
|
|
|
+Node: Extracting Agenda Information for other programs194159
|
|
|
+Node: Embedded LaTeX198285
|
|
|
+Ref: Embedded LaTeX-Footnote-1199379
|
|
|
+Node: Math symbols199569
|
|
|
+Node: Subscripts and Superscripts200336
|
|
|
+Node: LaTeX fragments201182
|
|
|
+Ref: LaTeX fragments-Footnote-1203418
|
|
|
+Node: Processing LaTeX fragments203680
|
|
|
+Node: CDLaTeX mode204628
|
|
|
+Ref: CDLaTeX mode-Footnote-1207114
|
|
|
+Node: Exporting207262
|
|
|
+Node: ASCII export208576
|
|
|
+Node: HTML export209866
|
|
|
+Node: Export commands210485
|
|
|
+Node: Quoting HTML tags211729
|
|
|
+Node: Links212359
|
|
|
+Node: Images213056
|
|
|
+Ref: Images-Footnote-1213927
|
|
|
+Node: CSS support213988
|
|
|
+Ref: CSS support-Footnote-1215307
|
|
|
+Node: XOXO export215420
|
|
|
+Node: iCalendar export215859
|
|
|
+Node: Text interpretation217078
|
|
|
+Node: Comment lines217669
|
|
|
+Node: Initial text218064
|
|
|
+Node: Footnotes219733
|
|
|
+Node: Enhancing text220548
|
|
|
+Ref: Enhancing text-Footnote-1222407
|
|
|
+Node: Export options222497
|
|
|
+Node: Publishing224442
|
|
|
+Ref: Publishing-Footnote-1225238
|
|
|
+Node: Configuration225382
|
|
|
+Node: Project alist226100
|
|
|
+Node: Sources and destinations227166
|
|
|
+Node: Selecting files227896
|
|
|
+Node: Publishing action228644
|
|
|
+Node: Publishing options229877
|
|
|
+Node: Publishing links232029
|
|
|
+Node: Project page index233542
|
|
|
+Node: Sample configuration234320
|
|
|
+Node: Simple example234812
|
|
|
+Node: Complex example235485
|
|
|
+Node: Triggering publication237561
|
|
|
+Node: Miscellaneous238246
|
|
|
+Node: Completion238880
|
|
|
+Node: Customization240550
|
|
|
+Node: In-buffer settings241133
|
|
|
+Node: The very busy C-c C-c key246472
|
|
|
+Node: Clean view248233
|
|
|
+Node: TTY keys250810
|
|
|
+Node: Interaction252420
|
|
|
+Node: Cooperation252817
|
|
|
+Node: Conflicts255693
|
|
|
+Node: Bugs257696
|
|
|
+Node: Extensions and Hacking259192
|
|
|
+Node: Extensions259863
|
|
|
+Node: Tables in arbitrary syntax261810
|
|
|
+Node: Radio tables262887
|
|
|
+Node: A LaTeX example265390
|
|
|
+Ref: A LaTeX example-Footnote-1269036
|
|
|
+Ref: A LaTeX example-Footnote-2269184
|
|
|
+Node: Translator functions269619
|
|
|
+Ref: Translator functions-Footnote-1272728
|
|
|
+Node: Dynamic blocks272816
|
|
|
+Node: Special agenda views274788
|
|
|
+Ref: Special agenda views-Footnote-1277098
|
|
|
+Node: Using the property API277358
|
|
|
+Node: History and Acknowledgments278839
|
|
|
+Node: Index285223
|
|
|
+Node: Key Index318969
|
|
|
|
|
|
End Tag Table
|