aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBastien Guerry2013-01-08 15:27:18 +0100
committerBastien Guerry2013-01-08 15:27:18 +0100
commitc7cf0ebc24d66371c8d48ad72f65e72a2a027f06 (patch)
treedc95a8d996cf93343213c03668485a8750182648 /doc
parent06364e6463b654038ca3290fec6a37d1ca69700c (diff)
downloademacs-c7cf0ebc24d66371c8d48ad72f65e72a2a027f06.tar.gz
emacs-c7cf0ebc24d66371c8d48ad72f65e72a2a027f06.zip
Merge Org 7.9.3 (commit 31c1aea)
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog12
-rw-r--r--doc/misc/org.texi57
2 files changed, 51 insertions, 18 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 68b0c31916d..08e8cc3614a 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,15 @@
12013-01-08 Bastien Guerry <bzg@gnu.org>
2
3 * org.texi (Pushing to MobileOrg): Add footnote about using
4 symbolic links in `org-directory'.
5 (Timestamps, Deadlines and scheduling): Use `diary-float' instead
6 of the now obsolete alias `org-float'.
7 (TODO basics): Add `org-use-fast-todo-selection' to the variable
8 index. Fix description of TODO keywords cycling.
9 (Advanced features): Add missing argument for @item.
10 (Storing searches): Add index entries and a note about
11 *-tree agenda views.
12
12013-01-06 Andreas Schwab <schwab@linux-m68k.org> 132013-01-06 Andreas Schwab <schwab@linux-m68k.org>
2 14
3 * autotype.texi: Remove undefined command @subtitlefont. 15 * autotype.texi: Remove undefined command @subtitlefont.
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index 47ee0954671..3540ac8592a 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -2,7 +2,7 @@
2@c %**start of header 2@c %**start of header
3@setfilename ../../info/org 3@setfilename ../../info/org
4@settitle The Org Manual 4@settitle The Org Manual
5@set VERSION 7.9.2 (GNU Emacs 24.3) 5@set VERSION 7.9.3 (GNU Emacs 24.3)
6 6
7@c Use proper quote and backtick for code sections in PDF output 7@c Use proper quote and backtick for code sections in PDF output
8@c Cf. Texinfo manual 14.2 8@c Cf. Texinfo manual 14.2
@@ -3747,6 +3747,8 @@ The most important commands to work with TODO entries are:
3747@table @kbd 3747@table @kbd
3748@orgcmd{C-c C-t,org-todo} 3748@orgcmd{C-c C-t,org-todo}
3749@cindex cycling, of TODO states 3749@cindex cycling, of TODO states
3750@vindex org-use-fast-todo-selection
3751
3750Rotate the TODO state of the current item among 3752Rotate the TODO state of the current item among
3751 3753
3752@example 3754@example
@@ -3754,14 +3756,19 @@ Rotate the TODO state of the current item among
3754'--------------------------------' 3756'--------------------------------'
3755@end example 3757@end example
3756 3758
3757The same rotation can also be done ``remotely'' from the timeline and 3759If TODO keywords have fast access keys (see @ref{Fast access to TODO
3758agenda buffers with the @kbd{t} command key (@pxref{Agenda commands}). 3760states}), you will be prompted for a TODO keyword through the fast selection
3761interface; this is the default behavior when
3762@var{org-use-fast-todo-selection} is @code{non-nil}.
3763
3764The same rotation can also be done ``remotely'' from the timeline and agenda
3765buffers with the @kbd{t} command key (@pxref{Agenda commands}).
3759 3766
3760@orgkey{C-u C-c C-t} 3767@orgkey{C-u C-c C-t}
3761Select a specific keyword using completion or (if it has been set up) 3768When TODO keywords have no selection keys, select a specific keyword using
3762the fast selection interface. For the latter, you need to assign keys 3769completion; otherwise force cycling through TODO states with no prompt. When
3763to TODO states, see @ref{Per-file keywords}, and @ref{Setting tags}, for 3770@var{org-use-fast-todo-selection} is set to @code{prefix}, use the fast
3764more information. 3771selection interface.
3765 3772
3766@kindex S-@key{right} 3773@kindex S-@key{right}
3767@kindex S-@key{left} 3774@kindex S-@key{left}
@@ -5512,7 +5519,7 @@ example with optional time
5512 5519
5513@example 5520@example
5514* 22:00-23:00 The nerd meeting on every 2nd Thursday of the month 5521* 22:00-23:00 The nerd meeting on every 2nd Thursday of the month
5515 <%%(org-float t 4 2)> 5522 <%%(diary-float t 4 2)>
5516@end example 5523@end example
5517 5524
5518@item Time/Date range 5525@item Time/Date range
@@ -5850,7 +5857,7 @@ entries. Org mode will issue early and late warnings based on the
5850assumption that the timestamp represents the @i{nearest instance} of 5857assumption that the timestamp represents the @i{nearest instance} of
5851the repeater. However, the use of diary sexp entries like 5858the repeater. However, the use of diary sexp entries like
5852@c 5859@c
5853@code{<%%(org-float t 42)>} 5860@code{<%%(diary-float t 42)>}
5854@c 5861@c
5855in scheduling and deadline timestamps is limited. Org mode does not 5862in scheduling and deadline timestamps is limited. Org mode does not
5856know enough about the internals of each sexp function to issue early and 5863know enough about the internals of each sexp function to issue early and
@@ -6539,7 +6546,7 @@ suggestion.} for capturing new material.
6539@table @kbd 6546@table @kbd
6540@orgcmd{C-c c,org-capture} 6547@orgcmd{C-c c,org-capture}
6541Call the command @code{org-capture}. Note that this keybinding is global and 6548Call the command @code{org-capture}. Note that this keybinding is global and
6542not active by default; you need to install it. If you have templates 6549not active by default: you need to install it. If you have templates
6543@cindex date tree 6550@cindex date tree
6544defined @pxref{Capture templates}, it will offer these templates for 6551defined @pxref{Capture templates}, it will offer these templates for
6545selection or use a new Org outline node as the default template. It will 6552selection or use a new Org outline node as the default template. It will
@@ -8621,6 +8628,13 @@ buffer, or a sparse tree (the latter covering of course only the current
8621buffer). 8628buffer).
8622@kindex C-c a C 8629@kindex C-c a C
8623@vindex org-agenda-custom-commands 8630@vindex org-agenda-custom-commands
8631@cindex agenda views, main example
8632@cindex tags, as an agenda view
8633@cindex todo, as an agenda view
8634@cindex tags-todo
8635@cindex todo-tree
8636@cindex occur-tree
8637@cindex tags-tree
8624 8638
8625Custom commands are configured in the variable 8639Custom commands are configured in the variable
8626@code{org-agenda-custom-commands}. You can customize this variable, for 8640@code{org-agenda-custom-commands}. You can customize this variable, for
@@ -8681,6 +8695,9 @@ additional key (@kbd{l}, @kbd{p} or @kbd{k}) to select a name (Lisa,
8681Peter, or Kim) as additional tag to match. 8695Peter, or Kim) as additional tag to match.
8682@end table 8696@end table
8683 8697
8698Note that the @code{*-tree} agenda views need to be called from an
8699Org buffer as they operate on the current buffer only.
8700
8684@node Block agenda, Setting Options, Storing searches, Custom agenda views 8701@node Block agenda, Setting Options, Storing searches, Custom agenda views
8685@subsection Block agenda 8702@subsection Block agenda
8686@cindex block agenda 8703@cindex block agenda
@@ -16537,14 +16554,18 @@ to the directory @code{org-mobile-directory}. By default this list contains
16537all agenda files (as listed in @code{org-agenda-files}), but additional files 16554all agenda files (as listed in @code{org-agenda-files}), but additional files
16538can be included by customizing @code{org-mobile-files}. File names will be 16555can be included by customizing @code{org-mobile-files}. File names will be
16539staged with paths relative to @code{org-directory}, so all files should be 16556staged with paths relative to @code{org-directory}, so all files should be
16540inside this directory. The push operation also creates a special Org file 16557inside this directory@footnote{Symbolic links in @code{org-directory} need to
16541@file{agendas.org} with all custom agenda view defined by the 16558have the same name than their targets.}.
16542user@footnote{While creating the agendas, Org mode will force ID properties 16559
16543on all referenced entries, so that these entries can be uniquely identified 16560The push operation also creates a special Org file @file{agendas.org} with
16544if @i{MobileOrg} flags them for further action. If you do not want to get 16561all custom agenda view defined by the user@footnote{While creating the
16545these properties in so many entries, you can set the variable 16562agendas, Org mode will force ID properties on all referenced entries, so that
16546@code{org-mobile-force-id-on-agenda-items} to @code{nil}. Org mode will then 16563these entries can be uniquely identified if @i{MobileOrg} flags them for
16547rely on outline paths, in the hope that these will be unique enough.}. 16564further action. If you do not want to get these properties in so many
16565entries, you can set the variable @code{org-mobile-force-id-on-agenda-items}
16566to @code{nil}. Org mode will then rely on outline paths, in the hope that
16567these will be unique enough.}.
16568
16548Finally, Org writes the file @file{index.org}, containing links to all other 16569Finally, Org writes the file @file{index.org}, containing links to all other
16549files. @i{MobileOrg} first reads this file from the server, and then 16570files. @i{MobileOrg} first reads this file from the server, and then
16550downloads all agendas and Org files listed in it. To speed up the download, 16571downloads all agendas and Org files listed in it. To speed up the download,