aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorBastien Guerry2013-02-28 01:31:26 +0100
committerBastien Guerry2013-02-28 01:31:26 +0100
commit8a28a5b8d8acb314d8850b85fe5cd956a86e8ff9 (patch)
treeee0f45fd9b4d38b26c79e40cb27852e80e16c935 /doc/misc
parent5b8ccc5e3ba2c9f46e52f7aa1b149475ebf24861 (diff)
downloademacs-8a28a5b8d8acb314d8850b85fe5cd956a86e8ff9.tar.gz
emacs-8a28a5b8d8acb314d8850b85fe5cd956a86e8ff9.zip
Merge latest Org fixes (commit 7524ef2).
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog7
-rw-r--r--doc/misc/org.texi14
2 files changed, 17 insertions, 4 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index fab7a301094..f777696eff2 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,10 @@
12013-02-28 Bastien Guerry <bzg@gnu.org>
2
3 * org.texi (Visibility cycling): Suggest to set
4 `org-agenda-inhibit-startup' to nil if user wants the startup
5 visibility settings to be honored in any circumstances.
6 (Progress logging, Checkboxes): Fix typos.
7
12013-02-25 Michael Albinus <michael.albinus@gmx.de> 82013-02-25 Michael Albinus <michael.albinus@gmx.de>
2 9
3 * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of 10 * tramp.texi (top) [xxx, yyy, trampfn]: Provide two versions of
diff --git a/doc/misc/org.texi b/doc/misc/org.texi
index 16015e49362..89607e7eea6 100644
--- a/doc/misc/org.texi
+++ b/doc/misc/org.texi
@@ -2,7 +2,8 @@
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.3e (GNU Emacs 24.3) 5
6@include org-version.inc
6 7
7@c Use proper quote and backtick for code sections in PDF output 8@c Use proper quote and backtick for code sections in PDF output
8@c Cf. Texinfo manual 14.2 9@c Cf. Texinfo manual 14.2
@@ -1296,6 +1297,7 @@ Copy the @i{visible} text in the region into the kill ring.
1296@end table 1297@end table
1297 1298
1298@vindex org-startup-folded 1299@vindex org-startup-folded
1300@vindex org-agenda-inhibit-startup
1299@cindex @code{overview}, STARTUP keyword 1301@cindex @code{overview}, STARTUP keyword
1300@cindex @code{content}, STARTUP keyword 1302@cindex @code{content}, STARTUP keyword
1301@cindex @code{showall}, STARTUP keyword 1303@cindex @code{showall}, STARTUP keyword
@@ -1314,6 +1316,10 @@ buffer:
1314#+STARTUP: showeverything 1316#+STARTUP: showeverything
1315@end example 1317@end example
1316 1318
1319The startup visibility options are ignored when the file is open for the
1320first time during the agenda generation: if you want the agenda to honor
1321the startup visibility, set @code{org-agenda-inhibit-startup} to nil.
1322
1317@cindex property, VISIBILITY 1323@cindex property, VISIBILITY
1318@noindent 1324@noindent
1319Furthermore, any entries with a @samp{VISIBILITY} property (@pxref{Properties 1325Furthermore, any entries with a @samp{VISIBILITY} property (@pxref{Properties
@@ -2439,7 +2445,7 @@ You may reference a rectangular range of fields by specifying two field
2439references connected by two dots @samp{..}. If both fields are in the 2445references connected by two dots @samp{..}. If both fields are in the
2440current row, you may simply use @samp{$2..$7}, but if at least one field 2446current row, you may simply use @samp{$2..$7}, but if at least one field
2441is in a different row, you need to use the general @code{@@row$column} 2447is in a different row, you need to use the general @code{@@row$column}
2442format at least for the first field (i.e., the reference must start with 2448format at least for the first field (i.e the reference must start with
2443@samp{@@} in order to be interpreted correctly). Examples: 2449@samp{@@} in order to be interpreted correctly). Examples:
2444 2450
2445@example 2451@example
@@ -4075,7 +4081,7 @@ module @file{org-depend.el}.
4075 4081
4076Org mode can automatically record a timestamp and possibly a note when 4082Org mode can automatically record a timestamp and possibly a note when
4077you mark a TODO item as DONE, or even each time you change the state of 4083you mark a TODO item as DONE, or even each time you change the state of
4078a TODO item. This system is highly configurable, settings can be on a 4084a TODO item. This system is highly configurable; settings can be on a
4079per-keyword basis and can be localized to a file or even a subtree. For 4085per-keyword basis and can be localized to a file or even a subtree. For
4080information on how to clock working time for a task, see @ref{Clocking 4086information on how to clock working time for a task, see @ref{Clocking
4081work time}. 4087work time}.
@@ -4431,7 +4437,7 @@ lists. But you can allow it by modifying @code{org-list-automatic-rules}
4431accordingly.} (@pxref{Plain lists}) can be made into a checkbox by starting 4437accordingly.} (@pxref{Plain lists}) can be made into a checkbox by starting
4432it with the string @samp{[ ]}. This feature is similar to TODO items 4438it with the string @samp{[ ]}. This feature is similar to TODO items
4433(@pxref{TODO Items}), but is more lightweight. Checkboxes are not included 4439(@pxref{TODO Items}), but is more lightweight. Checkboxes are not included
4434into the global TODO list, so they are often great to split a task into a 4440in the global TODO list, so they are often great to split a task into a
4435number of simple steps. Or you can use them in a shopping list. To toggle a 4441number of simple steps. Or you can use them in a shopping list. To toggle a
4436checkbox, use @kbd{C-c C-c}, or use the mouse (thanks to Piotr Zielinski's 4442checkbox, use @kbd{C-c C-c}, or use the mouse (thanks to Piotr Zielinski's
4437@file{org-mouse.el}). 4443@file{org-mouse.el}).