|
@@ -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.46).
|
|
|
+ This manual is for Org-mode (version 4.48).
|
|
|
|
|
|
Copyright (C) 2004, 2005, 2006 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.46).
|
|
|
+This manual is for Org-mode (version 4.48).
|
|
|
|
|
|
Copyright (C) 2004, 2005, 2006 Free Software Foundation
|
|
|
|
|
@@ -178,6 +178,7 @@ Custom agenda views
|
|
|
* Storing searches:: Type once, use often
|
|
|
* Block agenda:: All the stuff you need in a single buffer
|
|
|
* Setting Options:: Changing the rules
|
|
|
+* Batch processing:: Agenda views from the command line
|
|
|
|
|
|
Embedded LaTeX
|
|
|
|
|
@@ -3215,6 +3216,7 @@ dispatcher (*note Agenda dispatcher::), just like the default commands.
|
|
|
* Storing searches:: Type once, use often
|
|
|
* Block agenda:: All the stuff you need in a single buffer
|
|
|
* Setting Options:: Changing the rules
|
|
|
+* Batch processing:: Agenda views from the command line
|
|
|
|
|
|
|
|
|
File: org, Node: Storing searches, Next: Block agenda, Prev: Custom agenda views, Up: Custom agenda views
|
|
@@ -3300,7 +3302,7 @@ your agenda for the current week, all TODO items that carry the tag
|
|
|
`C-c a o' provides a similar view for office tasks.
|
|
|
|
|
|
|
|
|
-File: org, Node: Setting Options, Prev: Block agenda, Up: Custom agenda views
|
|
|
+File: org, Node: Setting Options, Next: Batch processing, Prev: Block agenda, Up: Custom agenda views
|
|
|
|
|
|
8.9.3 Setting Options for custom commands
|
|
|
-----------------------------------------
|
|
@@ -3356,6 +3358,32 @@ this interface, the _values_ are just lisp expressions. So if the
|
|
|
value is a string, you need to add the double quotes around the value
|
|
|
yourself.
|
|
|
|
|
|
+
|
|
|
+File: org, Node: Batch processing, Prev: Setting Options, Up: Custom agenda views
|
|
|
+
|
|
|
+8.9.4 Creating agenda views in batch processing
|
|
|
+-----------------------------------------------
|
|
|
+
|
|
|
+If you want to print or otherwise reprocess agenda views, it can be
|
|
|
+useful to create an agenda from the command line. This is the purpose
|
|
|
+of the function `org-batch-agenda'. It takes as a parameter one of the
|
|
|
+strings that are the keys in `org-agenda-custom-commands'. For
|
|
|
+example, to directly print the current TODO list, you could use
|
|
|
+
|
|
|
+ emacs -batch -l ~/.emacs -eval '(org-batch-agenda "t")' | lpr
|
|
|
+
|
|
|
+You may also modify parameters on the fly like this:
|
|
|
+
|
|
|
+ emacs -batch -l ~/.emacs \
|
|
|
+ -eval '(org-batch-agenda "a" \
|
|
|
+ org-agenda-ndays 300 \
|
|
|
+ org-agenda-include-diary nil \
|
|
|
+ org-agenda-files (quote ("~/org/project.org")))' \
|
|
|
+ | lpr
|
|
|
+
|
|
|
+which will produce a 300 day agenda, fully restricted to the Org file
|
|
|
+`~/org/projects.org', not even including the diary.
|
|
|
+
|
|
|
|
|
|
File: org, Node: Embedded LaTeX, Next: Exporting, Prev: Agenda views, Up: Top
|
|
|
|
|
@@ -3946,6 +3974,8 @@ and where to put published files.
|
|
|
`:base-directory' Directory containing publishing source files
|
|
|
`:publishing-directory'Directory (possibly remote) where output files
|
|
|
will be published.
|
|
|
+`:preparation-function'Function called before starting publishing
|
|
|
+ proxess.
|
|
|
|
|
|
|
|
|
File: org, Node: Selecting files, Next: Publishing action, Prev: Sources and destinations, Up: Configuration
|
|
@@ -4813,6 +4843,8 @@ if I have forgotten someone, please accept my apologies and let me know.
|
|
|
* Frank Ruell solved the mystery of the `keymapp nil' bug, a
|
|
|
conflict with `allout.el'.
|
|
|
|
|
|
+ * Jason Riedy sent a patch to fix a bug with export of TODO keywerds.
|
|
|
+
|
|
|
* Philip Rooke created the Org-mode reference card and provided lots
|
|
|
of feedback.
|
|
|
|
|
@@ -5463,147 +5495,148 @@ Key Index
|
|
|
|
|
|
Tag Table:
|
|
|
Node: Top964
|
|
|
-Node: Introduction10057
|
|
|
-Node: Summary10472
|
|
|
-Node: Installation12739
|
|
|
-Node: Activation14117
|
|
|
-Node: Feedback15366
|
|
|
-Node: Document structure16135
|
|
|
-Node: Outlines16909
|
|
|
-Node: Headlines17569
|
|
|
-Node: Visibility cycling18192
|
|
|
-Ref: Visibility cycling-Footnote-119667
|
|
|
-Ref: Visibility cycling-Footnote-219725
|
|
|
-Node: Motion19775
|
|
|
-Node: Structure editing20559
|
|
|
-Node: Archiving22668
|
|
|
-Node: ARCHIVE tag23226
|
|
|
-Node: Moving subtrees25019
|
|
|
-Node: Sparse trees26060
|
|
|
-Ref: Sparse trees-Footnote-128039
|
|
|
-Ref: Sparse trees-Footnote-228131
|
|
|
-Node: Plain lists28246
|
|
|
-Ref: Plain lists-Footnote-131771
|
|
|
-Ref: Plain lists-Footnote-232128
|
|
|
-Node: Tables32310
|
|
|
-Node: Built-in table editor32858
|
|
|
-Node: Narrow columns40466
|
|
|
-Ref: Narrow columns-Footnote-142405
|
|
|
-Node: Table calculations42451
|
|
|
-Node: Formula syntax43771
|
|
|
-Ref: Formula syntax-Footnote-146676
|
|
|
-Node: Lisp formulas46976
|
|
|
-Node: Column formulas47765
|
|
|
-Node: Advanced features49527
|
|
|
-Node: Named-field formulas52781
|
|
|
-Node: Editing/debugging formulas53421
|
|
|
-Node: Appetizer55179
|
|
|
-Node: orgtbl-mode56282
|
|
|
-Node: table.el56773
|
|
|
-Node: Hyperlinks57750
|
|
|
-Node: Link format58455
|
|
|
-Node: Internal links59748
|
|
|
-Ref: Internal links-Footnote-161737
|
|
|
-Node: Radio targets61869
|
|
|
-Node: CamelCase links62584
|
|
|
-Node: External links63082
|
|
|
-Node: Handling links65213
|
|
|
-Ref: Handling links-Footnote-169799
|
|
|
-Node: Search options70036
|
|
|
-Ref: Search options-Footnote-171810
|
|
|
-Node: Custom searches71891
|
|
|
-Node: Remember72939
|
|
|
-Node: TODO items76629
|
|
|
-Node: TODO basics77611
|
|
|
-Node: TODO extensions79138
|
|
|
-Node: Workflow states79933
|
|
|
-Node: TODO types80801
|
|
|
-Ref: TODO types-Footnote-182459
|
|
|
-Node: Per file keywords82541
|
|
|
-Ref: Per file keywords-Footnote-183995
|
|
|
-Node: Priorities84196
|
|
|
-Node: Breaking down tasks85440
|
|
|
-Ref: Breaking down tasks-Footnote-185960
|
|
|
-Node: Checkboxes86056
|
|
|
-Node: Timestamps88792
|
|
|
-Node: Time stamps89182
|
|
|
-Node: Creating timestamps92279
|
|
|
-Node: Progress logging95625
|
|
|
-Node: Closing items96155
|
|
|
-Node: Clocking work time96950
|
|
|
-Ref: Clocking work time-Footnote-1100386
|
|
|
-Node: Tags100512
|
|
|
-Node: Tag inheritance101274
|
|
|
-Node: Setting tags102211
|
|
|
-Ref: Setting tags-Footnote-1105341
|
|
|
-Ref: Setting tags-Footnote-2105453
|
|
|
-Node: Tag searches105533
|
|
|
-Node: Agenda views106742
|
|
|
-Node: Agenda files108631
|
|
|
-Ref: Agenda files-Footnote-1109591
|
|
|
-Ref: Agenda files-Footnote-2109740
|
|
|
-Node: Agenda dispatcher109933
|
|
|
-Node: Weekly/Daily agenda111550
|
|
|
-Node: Calendar/Diary integration112515
|
|
|
-Node: Global TODO list113853
|
|
|
-Node: Matching headline tags115905
|
|
|
-Node: Timeline116849
|
|
|
-Node: Presentation and sorting117512
|
|
|
-Node: Categories118290
|
|
|
-Node: Time-of-day specifications118954
|
|
|
-Node: Sorting of agenda items120932
|
|
|
-Node: Agenda commands122214
|
|
|
-Node: Custom agenda views128102
|
|
|
-Node: Storing searches128710
|
|
|
-Node: Block agenda130622
|
|
|
-Node: Setting Options131852
|
|
|
-Node: Embedded LaTeX134539
|
|
|
-Ref: Embedded LaTeX-Footnote-1135631
|
|
|
-Node: Math symbols135821
|
|
|
-Node: Subscripts and Superscripts136586
|
|
|
-Node: LaTeX fragments137430
|
|
|
-Node: Processing LaTeX fragments139499
|
|
|
-Node: CDLaTeX mode140445
|
|
|
-Ref: CDLaTeX mode-Footnote-1142929
|
|
|
-Node: Exporting143077
|
|
|
-Node: ASCII export144391
|
|
|
-Node: HTML export145681
|
|
|
-Node: XOXO export148517
|
|
|
-Node: iCalendar export148956
|
|
|
-Node: Text interpretation150779
|
|
|
-Node: Comment lines151258
|
|
|
-Node: Enhancing text151729
|
|
|
-Node: Export options153421
|
|
|
-Node: Publishing155088
|
|
|
-Ref: Publishing-Footnote-1155884
|
|
|
-Node: Configuration156080
|
|
|
-Node: Project alist156798
|
|
|
-Node: Sources and destinations157864
|
|
|
-Node: Selecting files158411
|
|
|
-Node: Publishing action159159
|
|
|
-Node: Publishing options160274
|
|
|
-Node: Publishing links162426
|
|
|
-Node: Project page index163939
|
|
|
-Node: Sample configuration164717
|
|
|
-Node: Simple example165209
|
|
|
-Node: Complex example165882
|
|
|
-Node: Triggering publication167958
|
|
|
-Node: Miscellaneous168643
|
|
|
-Node: Completion169277
|
|
|
-Node: Customization170658
|
|
|
-Node: In-buffer settings171243
|
|
|
-Node: The very busy C-c C-c key174474
|
|
|
-Node: Clean view176118
|
|
|
-Node: TTY keys178695
|
|
|
-Node: Interaction180304
|
|
|
-Node: Cooperation180701
|
|
|
-Node: Conflicts182568
|
|
|
-Node: Bugs184160
|
|
|
-Node: Extensions and Hacking185783
|
|
|
-Node: Extensions186269
|
|
|
-Node: Dynamic blocks187839
|
|
|
-Node: History and Acknowledgments189766
|
|
|
-Node: Index194654
|
|
|
-Node: Key Index219013
|
|
|
+Node: Introduction10124
|
|
|
+Node: Summary10539
|
|
|
+Node: Installation12806
|
|
|
+Node: Activation14184
|
|
|
+Node: Feedback15433
|
|
|
+Node: Document structure16202
|
|
|
+Node: Outlines16976
|
|
|
+Node: Headlines17636
|
|
|
+Node: Visibility cycling18259
|
|
|
+Ref: Visibility cycling-Footnote-119734
|
|
|
+Ref: Visibility cycling-Footnote-219792
|
|
|
+Node: Motion19842
|
|
|
+Node: Structure editing20626
|
|
|
+Node: Archiving22735
|
|
|
+Node: ARCHIVE tag23293
|
|
|
+Node: Moving subtrees25086
|
|
|
+Node: Sparse trees26127
|
|
|
+Ref: Sparse trees-Footnote-128106
|
|
|
+Ref: Sparse trees-Footnote-228198
|
|
|
+Node: Plain lists28313
|
|
|
+Ref: Plain lists-Footnote-131838
|
|
|
+Ref: Plain lists-Footnote-232195
|
|
|
+Node: Tables32377
|
|
|
+Node: Built-in table editor32925
|
|
|
+Node: Narrow columns40533
|
|
|
+Ref: Narrow columns-Footnote-142472
|
|
|
+Node: Table calculations42518
|
|
|
+Node: Formula syntax43838
|
|
|
+Ref: Formula syntax-Footnote-146743
|
|
|
+Node: Lisp formulas47043
|
|
|
+Node: Column formulas47832
|
|
|
+Node: Advanced features49594
|
|
|
+Node: Named-field formulas52848
|
|
|
+Node: Editing/debugging formulas53488
|
|
|
+Node: Appetizer55246
|
|
|
+Node: orgtbl-mode56349
|
|
|
+Node: table.el56840
|
|
|
+Node: Hyperlinks57817
|
|
|
+Node: Link format58522
|
|
|
+Node: Internal links59815
|
|
|
+Ref: Internal links-Footnote-161804
|
|
|
+Node: Radio targets61936
|
|
|
+Node: CamelCase links62651
|
|
|
+Node: External links63149
|
|
|
+Node: Handling links65280
|
|
|
+Ref: Handling links-Footnote-169866
|
|
|
+Node: Search options70103
|
|
|
+Ref: Search options-Footnote-171877
|
|
|
+Node: Custom searches71958
|
|
|
+Node: Remember73006
|
|
|
+Node: TODO items76696
|
|
|
+Node: TODO basics77678
|
|
|
+Node: TODO extensions79205
|
|
|
+Node: Workflow states80000
|
|
|
+Node: TODO types80868
|
|
|
+Ref: TODO types-Footnote-182526
|
|
|
+Node: Per file keywords82608
|
|
|
+Ref: Per file keywords-Footnote-184062
|
|
|
+Node: Priorities84263
|
|
|
+Node: Breaking down tasks85507
|
|
|
+Ref: Breaking down tasks-Footnote-186027
|
|
|
+Node: Checkboxes86123
|
|
|
+Node: Timestamps88859
|
|
|
+Node: Time stamps89249
|
|
|
+Node: Creating timestamps92346
|
|
|
+Node: Progress logging95692
|
|
|
+Node: Closing items96222
|
|
|
+Node: Clocking work time97017
|
|
|
+Ref: Clocking work time-Footnote-1100453
|
|
|
+Node: Tags100579
|
|
|
+Node: Tag inheritance101341
|
|
|
+Node: Setting tags102278
|
|
|
+Ref: Setting tags-Footnote-1105408
|
|
|
+Ref: Setting tags-Footnote-2105520
|
|
|
+Node: Tag searches105600
|
|
|
+Node: Agenda views106809
|
|
|
+Node: Agenda files108698
|
|
|
+Ref: Agenda files-Footnote-1109658
|
|
|
+Ref: Agenda files-Footnote-2109807
|
|
|
+Node: Agenda dispatcher110000
|
|
|
+Node: Weekly/Daily agenda111617
|
|
|
+Node: Calendar/Diary integration112582
|
|
|
+Node: Global TODO list113920
|
|
|
+Node: Matching headline tags115972
|
|
|
+Node: Timeline116916
|
|
|
+Node: Presentation and sorting117579
|
|
|
+Node: Categories118357
|
|
|
+Node: Time-of-day specifications119021
|
|
|
+Node: Sorting of agenda items120999
|
|
|
+Node: Agenda commands122281
|
|
|
+Node: Custom agenda views128169
|
|
|
+Node: Storing searches128844
|
|
|
+Node: Block agenda130756
|
|
|
+Node: Setting Options131986
|
|
|
+Node: Batch processing134698
|
|
|
+Node: Embedded LaTeX135828
|
|
|
+Ref: Embedded LaTeX-Footnote-1136920
|
|
|
+Node: Math symbols137110
|
|
|
+Node: Subscripts and Superscripts137875
|
|
|
+Node: LaTeX fragments138719
|
|
|
+Node: Processing LaTeX fragments140788
|
|
|
+Node: CDLaTeX mode141734
|
|
|
+Ref: CDLaTeX mode-Footnote-1144218
|
|
|
+Node: Exporting144366
|
|
|
+Node: ASCII export145680
|
|
|
+Node: HTML export146970
|
|
|
+Node: XOXO export149806
|
|
|
+Node: iCalendar export150245
|
|
|
+Node: Text interpretation152068
|
|
|
+Node: Comment lines152547
|
|
|
+Node: Enhancing text153018
|
|
|
+Node: Export options154710
|
|
|
+Node: Publishing156377
|
|
|
+Ref: Publishing-Footnote-1157173
|
|
|
+Node: Configuration157369
|
|
|
+Node: Project alist158087
|
|
|
+Node: Sources and destinations159153
|
|
|
+Node: Selecting files159798
|
|
|
+Node: Publishing action160546
|
|
|
+Node: Publishing options161661
|
|
|
+Node: Publishing links163813
|
|
|
+Node: Project page index165326
|
|
|
+Node: Sample configuration166104
|
|
|
+Node: Simple example166596
|
|
|
+Node: Complex example167269
|
|
|
+Node: Triggering publication169345
|
|
|
+Node: Miscellaneous170030
|
|
|
+Node: Completion170664
|
|
|
+Node: Customization172045
|
|
|
+Node: In-buffer settings172630
|
|
|
+Node: The very busy C-c C-c key175861
|
|
|
+Node: Clean view177505
|
|
|
+Node: TTY keys180082
|
|
|
+Node: Interaction181691
|
|
|
+Node: Cooperation182088
|
|
|
+Node: Conflicts183955
|
|
|
+Node: Bugs185547
|
|
|
+Node: Extensions and Hacking187170
|
|
|
+Node: Extensions187656
|
|
|
+Node: Dynamic blocks189226
|
|
|
+Node: History and Acknowledgments191153
|
|
|
+Node: Index196115
|
|
|
+Node: Key Index220474
|
|
|
|
|
|
End Tag Table
|