|
@@ -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 4.70).
|
|
|
+ This manual is for Org-mode (version 4.71).
|
|
|
|
|
|
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 4.70).
|
|
|
+This manual is for Org-mode (version 4.71).
|
|
|
|
|
|
Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation
|
|
|
|
|
@@ -620,10 +620,14 @@ The following commands jump to other headlines in the buffer.
|
|
|
`C-c C-j'
|
|
|
Jump to a different place without changing the current outline
|
|
|
visibility. Shows the document structure in a temporary buffer,
|
|
|
- where you can use visibility cycling (<TAB>) to find your
|
|
|
- destination. After pressing <RET>, the cursor moves to the
|
|
|
- selected location in the original buffer, and the headings
|
|
|
- hierarchy above it is made visible.
|
|
|
+ where you can use the following keys to find your destination:
|
|
|
+ <TAB> Cycle visibility.
|
|
|
+ <down> / <up> Next/previous visible headline.
|
|
|
+ n / p Next/previous visible headline.
|
|
|
+ f / b Next/previous headline same level.
|
|
|
+ u One level up.
|
|
|
+ 0-9 Digit argument.
|
|
|
+ <RET> Select this location.
|
|
|
|
|
|
|
|
|
File: org, Node: Structure editing, Next: Archiving, Prev: Motion, Up: Document structure
|
|
@@ -2199,8 +2203,7 @@ For specific link types, the following keywords will be defined:
|
|
|
info | %:file %:node
|
|
|
calendar | %:date"
|
|
|
|
|
|
-If you would like to have the cursor in a specific position after the
|
|
|
-template has been expanded:
|
|
|
+To place the cursor after template expansion use:
|
|
|
|
|
|
%? After completing the template, position cursor here.
|
|
|
|
|
@@ -2225,20 +2228,24 @@ target file - if you press <RET>, the value specified for the template
|
|
|
is used. Then the command offers the headings tree of the selected
|
|
|
file, with the cursor position at the default headline (if you had
|
|
|
specified one in the template). You can either immediately press <RET>
|
|
|
-to get the note placed there. Or you can use vertical cursor motion
|
|
|
-(<up> and <down>) and visibility cycling (<TAB>) to find a better
|
|
|
-place. Pressing <RET> or <left> or <right> then leads to the following
|
|
|
+to get the note placed there. Or you can use the following keys to
|
|
|
+find a better location:
|
|
|
+ <TAB> Cycle visibility.
|
|
|
+ <down> / <up> Next/previous visible headline.
|
|
|
+ n / p Next/previous visible headline.
|
|
|
+ f / b Next/previous headline same level.
|
|
|
+ u One level up.
|
|
|
+ Pressing <RET> or <left> or <right> then leads to the following
|
|
|
result.
|
|
|
|
|
|
-Cursor Key Note gets inserted
|
|
|
-position
|
|
|
-buffer-start <RET> as level 2 heading at end of file
|
|
|
-on headline <RET> as sublevel of the heading at cursor
|
|
|
- <left> as same level, before current heading
|
|
|
- <right> as same level, after current heading
|
|
|
-not on <RET> at cursor position, level taken from context.
|
|
|
-headline Or use prefix arg to specify level
|
|
|
- manually.
|
|
|
+Cursor Key Note gets inserted
|
|
|
+position
|
|
|
+buffer-start <RET> as level 2 heading at end of file
|
|
|
+on headline <RET> as sublevel of the heading at cursor
|
|
|
+ <left>/<right>as same level, before/after current heading
|
|
|
+not on <RET> at cursor position, level taken from context.
|
|
|
+headline Or use prefix arg to specify level
|
|
|
+ manually.
|
|
|
|
|
|
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
|
|
@@ -4254,7 +4261,9 @@ the typeset result of these fragments, and upon export to HTML, all
|
|
|
fragments will be converted to images and inlined into the HTML
|
|
|
document. For this to work you need to be on a system with a working
|
|
|
LaTeX installation. You also need the `dvipng' program, available at
|
|
|
-`http://sourceforge.net/projects/dvipng/'.
|
|
|
+`http://sourceforge.net/projects/dvipng/'. The LaTeX header that will
|
|
|
+be used when processing a fragment can be configured with the variable
|
|
|
+`org-format-latex-header'.
|
|
|
|
|
|
LaTeX fragments don't need any special marking at all. The following
|
|
|
snippets will be identified as LaTeX source code:
|
|
@@ -5109,17 +5118,17 @@ File: org, Node: Triggering publication, Prev: Sample configuration, Up: Publ
|
|
|
Once org-publish is properly configured, you can publish with the
|
|
|
following functions:
|
|
|
|
|
|
-`C-c C-e c'
|
|
|
+`C-c C-e C'
|
|
|
Prompt for a specific project and publish all files that belong to
|
|
|
it.
|
|
|
|
|
|
-`C-c C-e p'
|
|
|
+`C-c C-e P'
|
|
|
Publish the project containing the current file.
|
|
|
|
|
|
-`C-c C-e f'
|
|
|
+`C-c C-e F'
|
|
|
Publish only the current file.
|
|
|
|
|
|
-`C-c C-e a'
|
|
|
+`C-c C-e A'
|
|
|
Publish all projects.
|
|
|
|
|
|
Org uses timestamps to track when a file has changed. The above
|
|
@@ -6948,173 +6957,173 @@ Ref: Visibility cycling-Footnote-123934
|
|
|
Ref: Visibility cycling-Footnote-223992
|
|
|
Ref: Visibility cycling-Footnote-324042
|
|
|
Node: Motion24312
|
|
|
-Node: Structure editing25096
|
|
|
-Node: Archiving27922
|
|
|
-Node: ARCHIVE tag28480
|
|
|
-Node: Moving subtrees30273
|
|
|
-Node: Sparse trees31584
|
|
|
-Ref: Sparse trees-Footnote-133716
|
|
|
-Ref: Sparse trees-Footnote-233898
|
|
|
-Node: Plain lists34013
|
|
|
-Ref: Plain lists-Footnote-137782
|
|
|
-Ref: Plain lists-Footnote-238140
|
|
|
-Node: Tables38324
|
|
|
-Node: Built-in table editor38838
|
|
|
-Node: Narrow columns45857
|
|
|
-Ref: Narrow columns-Footnote-147790
|
|
|
-Node: orgtbl-mode47836
|
|
|
-Node: The spreadsheet48640
|
|
|
-Node: References49727
|
|
|
-Ref: References-Footnote-153856
|
|
|
-Node: Formula syntax for Calc54145
|
|
|
-Node: Formula syntax for Lisp56611
|
|
|
-Node: Field formulas57880
|
|
|
-Node: Column formulas59188
|
|
|
-Node: Editing and debugging formulas60787
|
|
|
-Node: Updating the table64940
|
|
|
-Node: Advanced features65975
|
|
|
-Node: Hyperlinks70500
|
|
|
-Node: Link format71273
|
|
|
-Node: Internal links72566
|
|
|
-Ref: Internal links-Footnote-174491
|
|
|
-Node: Radio targets74623
|
|
|
-Node: External links75314
|
|
|
-Node: Handling links77718
|
|
|
-Ref: Handling links-Footnote-182828
|
|
|
-Ref: Handling links-Footnote-283065
|
|
|
-Node: Link abbreviations83139
|
|
|
-Node: Search options84818
|
|
|
-Ref: Search options-Footnote-186598
|
|
|
-Node: Custom searches86679
|
|
|
-Node: Remember87727
|
|
|
-Node: Setting up remember88714
|
|
|
-Node: Remember templates89296
|
|
|
-Ref: Remember templates-Footnote-192610
|
|
|
-Node: Storing notes92708
|
|
|
-Node: TODO items94516
|
|
|
-Node: TODO basics95499
|
|
|
-Node: TODO extensions97198
|
|
|
-Node: Workflow states98017
|
|
|
-Ref: Workflow states-Footnote-199192
|
|
|
-Node: TODO types99285
|
|
|
-Ref: TODO types-Footnote-1100868
|
|
|
-Node: Multiple sets in one file100950
|
|
|
-Node: Per file keywords102561
|
|
|
-Ref: Per file keywords-Footnote-1103850
|
|
|
-Node: Priorities104051
|
|
|
-Node: Breaking down tasks105297
|
|
|
-Ref: Breaking down tasks-Footnote-1105817
|
|
|
-Node: Checkboxes105913
|
|
|
-Node: Timestamps108668
|
|
|
-Node: Time stamps109202
|
|
|
-Ref: Time stamps-Footnote-1112696
|
|
|
-Ref: Time stamps-Footnote-2112812
|
|
|
-Node: Creating timestamps112967
|
|
|
-Node: The date/time prompt115625
|
|
|
-Ref: The date/time prompt-Footnote-1117586
|
|
|
-Node: Custom time format117692
|
|
|
-Node: Repeating items119250
|
|
|
-Node: Progress logging121060
|
|
|
-Node: Closing items121706
|
|
|
-Ref: Closing items-Footnote-1122640
|
|
|
-Ref: Closing items-Footnote-2122709
|
|
|
-Node: Tracking TODO state changes122782
|
|
|
-Node: Clocking work time123638
|
|
|
-Ref: Clocking work time-Footnote-1127284
|
|
|
-Ref: Clocking work time-Footnote-2127362
|
|
|
-Node: Tags127488
|
|
|
-Node: Tag inheritance128250
|
|
|
-Node: Setting tags129187
|
|
|
-Ref: Setting tags-Footnote-1133710
|
|
|
-Ref: Setting tags-Footnote-2133822
|
|
|
-Node: Tag searches133905
|
|
|
-Node: Agenda views136616
|
|
|
-Node: Agenda files138561
|
|
|
-Ref: Agenda files-Footnote-1139527
|
|
|
-Ref: Agenda files-Footnote-2139676
|
|
|
-Node: Agenda dispatcher139869
|
|
|
-Node: Built-in agenda views141560
|
|
|
-Node: Weekly/Daily agenda142138
|
|
|
-Node: Global TODO list144267
|
|
|
-Node: Matching headline tags146539
|
|
|
-Node: Timeline147610
|
|
|
-Node: Stuck projects148276
|
|
|
-Node: Presentation and sorting149975
|
|
|
-Node: Categories150766
|
|
|
-Node: Time-of-day specifications151430
|
|
|
-Node: Sorting of agenda items153401
|
|
|
-Node: Agenda commands154683
|
|
|
-Node: Custom agenda views161412
|
|
|
-Node: Storing searches162087
|
|
|
-Node: Block agenda163999
|
|
|
-Node: Setting Options165229
|
|
|
-Node: Batch processing167941
|
|
|
-Node: Embedded LaTeX169071
|
|
|
-Ref: Embedded LaTeX-Footnote-1170163
|
|
|
-Node: Math symbols170353
|
|
|
-Node: Subscripts and Superscripts171118
|
|
|
-Node: LaTeX fragments171962
|
|
|
-Ref: LaTeX fragments-Footnote-1174070
|
|
|
-Node: Processing LaTeX fragments174332
|
|
|
-Node: CDLaTeX mode175278
|
|
|
-Ref: CDLaTeX mode-Footnote-1177762
|
|
|
-Node: Exporting177910
|
|
|
-Node: ASCII export179224
|
|
|
-Node: HTML export180514
|
|
|
-Node: Export commands181133
|
|
|
-Node: Quoting HTML tags181944
|
|
|
-Node: Links182574
|
|
|
-Node: Images183271
|
|
|
-Ref: Images-Footnote-1184142
|
|
|
-Node: CSS support184203
|
|
|
-Ref: CSS support-Footnote-1185522
|
|
|
-Node: XOXO export185635
|
|
|
-Node: iCalendar export186074
|
|
|
-Node: Text interpretation187293
|
|
|
-Node: Comment lines187835
|
|
|
-Node: Initial text188230
|
|
|
-Node: Enhancing text189904
|
|
|
-Ref: Enhancing text-Footnote-1191766
|
|
|
-Node: Export options191856
|
|
|
-Node: Publishing193749
|
|
|
-Ref: Publishing-Footnote-1194545
|
|
|
-Node: Configuration194741
|
|
|
-Node: Project alist195459
|
|
|
-Node: Sources and destinations196525
|
|
|
-Node: Selecting files197255
|
|
|
-Node: Publishing action198003
|
|
|
-Node: Publishing options199236
|
|
|
-Node: Publishing links201388
|
|
|
-Node: Project page index202901
|
|
|
-Node: Sample configuration203679
|
|
|
-Node: Simple example204171
|
|
|
-Node: Complex example204844
|
|
|
-Node: Triggering publication206920
|
|
|
-Node: Miscellaneous207605
|
|
|
-Node: Completion208239
|
|
|
-Node: Customization209710
|
|
|
-Node: In-buffer settings210293
|
|
|
-Node: The very busy C-c C-c key214770
|
|
|
-Node: Clean view216414
|
|
|
-Node: TTY keys218991
|
|
|
-Node: Interaction220601
|
|
|
-Node: Cooperation220998
|
|
|
-Node: Conflicts223740
|
|
|
-Node: Bugs225332
|
|
|
-Node: Extensions and Hacking226828
|
|
|
-Node: Extensions227424
|
|
|
-Node: Tables in arbitrary syntax229371
|
|
|
-Node: Radio tables230448
|
|
|
-Node: A LaTeX example232951
|
|
|
-Ref: A LaTeX example-Footnote-1236597
|
|
|
-Ref: A LaTeX example-Footnote-2236745
|
|
|
-Node: Translator functions237180
|
|
|
-Ref: Translator functions-Footnote-1240289
|
|
|
-Node: Dynamic blocks240377
|
|
|
-Node: Special agenda views242349
|
|
|
-Ref: Special agenda views-Footnote-1244628
|
|
|
-Node: History and Acknowledgments244888
|
|
|
-Node: Index250748
|
|
|
-Node: Key Index281729
|
|
|
+Node: Structure editing25266
|
|
|
+Node: Archiving28092
|
|
|
+Node: ARCHIVE tag28650
|
|
|
+Node: Moving subtrees30443
|
|
|
+Node: Sparse trees31754
|
|
|
+Ref: Sparse trees-Footnote-133886
|
|
|
+Ref: Sparse trees-Footnote-234068
|
|
|
+Node: Plain lists34183
|
|
|
+Ref: Plain lists-Footnote-137952
|
|
|
+Ref: Plain lists-Footnote-238310
|
|
|
+Node: Tables38494
|
|
|
+Node: Built-in table editor39008
|
|
|
+Node: Narrow columns46027
|
|
|
+Ref: Narrow columns-Footnote-147960
|
|
|
+Node: orgtbl-mode48006
|
|
|
+Node: The spreadsheet48810
|
|
|
+Node: References49897
|
|
|
+Ref: References-Footnote-154026
|
|
|
+Node: Formula syntax for Calc54315
|
|
|
+Node: Formula syntax for Lisp56781
|
|
|
+Node: Field formulas58050
|
|
|
+Node: Column formulas59358
|
|
|
+Node: Editing and debugging formulas60957
|
|
|
+Node: Updating the table65110
|
|
|
+Node: Advanced features66145
|
|
|
+Node: Hyperlinks70670
|
|
|
+Node: Link format71443
|
|
|
+Node: Internal links72736
|
|
|
+Ref: Internal links-Footnote-174661
|
|
|
+Node: Radio targets74793
|
|
|
+Node: External links75484
|
|
|
+Node: Handling links77888
|
|
|
+Ref: Handling links-Footnote-182998
|
|
|
+Ref: Handling links-Footnote-283235
|
|
|
+Node: Link abbreviations83309
|
|
|
+Node: Search options84988
|
|
|
+Ref: Search options-Footnote-186768
|
|
|
+Node: Custom searches86849
|
|
|
+Node: Remember87897
|
|
|
+Node: Setting up remember88884
|
|
|
+Node: Remember templates89466
|
|
|
+Ref: Remember templates-Footnote-192732
|
|
|
+Node: Storing notes92830
|
|
|
+Node: TODO items94798
|
|
|
+Node: TODO basics95781
|
|
|
+Node: TODO extensions97480
|
|
|
+Node: Workflow states98299
|
|
|
+Ref: Workflow states-Footnote-199474
|
|
|
+Node: TODO types99567
|
|
|
+Ref: TODO types-Footnote-1101150
|
|
|
+Node: Multiple sets in one file101232
|
|
|
+Node: Per file keywords102843
|
|
|
+Ref: Per file keywords-Footnote-1104132
|
|
|
+Node: Priorities104333
|
|
|
+Node: Breaking down tasks105579
|
|
|
+Ref: Breaking down tasks-Footnote-1106099
|
|
|
+Node: Checkboxes106195
|
|
|
+Node: Timestamps108950
|
|
|
+Node: Time stamps109484
|
|
|
+Ref: Time stamps-Footnote-1112978
|
|
|
+Ref: Time stamps-Footnote-2113094
|
|
|
+Node: Creating timestamps113249
|
|
|
+Node: The date/time prompt115907
|
|
|
+Ref: The date/time prompt-Footnote-1117868
|
|
|
+Node: Custom time format117974
|
|
|
+Node: Repeating items119532
|
|
|
+Node: Progress logging121342
|
|
|
+Node: Closing items121988
|
|
|
+Ref: Closing items-Footnote-1122922
|
|
|
+Ref: Closing items-Footnote-2122991
|
|
|
+Node: Tracking TODO state changes123064
|
|
|
+Node: Clocking work time123920
|
|
|
+Ref: Clocking work time-Footnote-1127566
|
|
|
+Ref: Clocking work time-Footnote-2127644
|
|
|
+Node: Tags127770
|
|
|
+Node: Tag inheritance128532
|
|
|
+Node: Setting tags129469
|
|
|
+Ref: Setting tags-Footnote-1133992
|
|
|
+Ref: Setting tags-Footnote-2134104
|
|
|
+Node: Tag searches134187
|
|
|
+Node: Agenda views136898
|
|
|
+Node: Agenda files138843
|
|
|
+Ref: Agenda files-Footnote-1139809
|
|
|
+Ref: Agenda files-Footnote-2139958
|
|
|
+Node: Agenda dispatcher140151
|
|
|
+Node: Built-in agenda views141842
|
|
|
+Node: Weekly/Daily agenda142420
|
|
|
+Node: Global TODO list144549
|
|
|
+Node: Matching headline tags146821
|
|
|
+Node: Timeline147892
|
|
|
+Node: Stuck projects148558
|
|
|
+Node: Presentation and sorting150257
|
|
|
+Node: Categories151048
|
|
|
+Node: Time-of-day specifications151712
|
|
|
+Node: Sorting of agenda items153683
|
|
|
+Node: Agenda commands154965
|
|
|
+Node: Custom agenda views161694
|
|
|
+Node: Storing searches162369
|
|
|
+Node: Block agenda164281
|
|
|
+Node: Setting Options165511
|
|
|
+Node: Batch processing168223
|
|
|
+Node: Embedded LaTeX169353
|
|
|
+Ref: Embedded LaTeX-Footnote-1170445
|
|
|
+Node: Math symbols170635
|
|
|
+Node: Subscripts and Superscripts171400
|
|
|
+Node: LaTeX fragments172244
|
|
|
+Ref: LaTeX fragments-Footnote-1174478
|
|
|
+Node: Processing LaTeX fragments174740
|
|
|
+Node: CDLaTeX mode175686
|
|
|
+Ref: CDLaTeX mode-Footnote-1178170
|
|
|
+Node: Exporting178318
|
|
|
+Node: ASCII export179632
|
|
|
+Node: HTML export180922
|
|
|
+Node: Export commands181541
|
|
|
+Node: Quoting HTML tags182352
|
|
|
+Node: Links182982
|
|
|
+Node: Images183679
|
|
|
+Ref: Images-Footnote-1184550
|
|
|
+Node: CSS support184611
|
|
|
+Ref: CSS support-Footnote-1185930
|
|
|
+Node: XOXO export186043
|
|
|
+Node: iCalendar export186482
|
|
|
+Node: Text interpretation187701
|
|
|
+Node: Comment lines188243
|
|
|
+Node: Initial text188638
|
|
|
+Node: Enhancing text190312
|
|
|
+Ref: Enhancing text-Footnote-1192174
|
|
|
+Node: Export options192264
|
|
|
+Node: Publishing194157
|
|
|
+Ref: Publishing-Footnote-1194953
|
|
|
+Node: Configuration195149
|
|
|
+Node: Project alist195867
|
|
|
+Node: Sources and destinations196933
|
|
|
+Node: Selecting files197663
|
|
|
+Node: Publishing action198411
|
|
|
+Node: Publishing options199644
|
|
|
+Node: Publishing links201796
|
|
|
+Node: Project page index203309
|
|
|
+Node: Sample configuration204087
|
|
|
+Node: Simple example204579
|
|
|
+Node: Complex example205252
|
|
|
+Node: Triggering publication207328
|
|
|
+Node: Miscellaneous208013
|
|
|
+Node: Completion208647
|
|
|
+Node: Customization210118
|
|
|
+Node: In-buffer settings210701
|
|
|
+Node: The very busy C-c C-c key215178
|
|
|
+Node: Clean view216822
|
|
|
+Node: TTY keys219399
|
|
|
+Node: Interaction221009
|
|
|
+Node: Cooperation221406
|
|
|
+Node: Conflicts224148
|
|
|
+Node: Bugs225740
|
|
|
+Node: Extensions and Hacking227236
|
|
|
+Node: Extensions227832
|
|
|
+Node: Tables in arbitrary syntax229779
|
|
|
+Node: Radio tables230856
|
|
|
+Node: A LaTeX example233359
|
|
|
+Ref: A LaTeX example-Footnote-1237005
|
|
|
+Ref: A LaTeX example-Footnote-2237153
|
|
|
+Node: Translator functions237588
|
|
|
+Ref: Translator functions-Footnote-1240697
|
|
|
+Node: Dynamic blocks240785
|
|
|
+Node: Special agenda views242757
|
|
|
+Ref: Special agenda views-Footnote-1245036
|
|
|
+Node: History and Acknowledgments245296
|
|
|
+Node: Index251156
|
|
|
+Node: Key Index282137
|
|
|
|
|
|
End Tag Table
|