diff options
| author | Bastien Guerry | 2013-02-28 01:31:26 +0100 |
|---|---|---|
| committer | Bastien Guerry | 2013-02-28 01:31:26 +0100 |
| commit | 8a28a5b8d8acb314d8850b85fe5cd956a86e8ff9 (patch) | |
| tree | ee0f45fd9b4d38b26c79e40cb27852e80e16c935 /doc/misc | |
| parent | 5b8ccc5e3ba2c9f46e52f7aa1b149475ebf24861 (diff) | |
| download | emacs-8a28a5b8d8acb314d8850b85fe5cd956a86e8ff9.tar.gz emacs-8a28a5b8d8acb314d8850b85fe5cd956a86e8ff9.zip | |
Merge latest Org fixes (commit 7524ef2).
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 7 | ||||
| -rw-r--r-- | doc/misc/org.texi | 14 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-02-25 Michael Albinus <michael.albinus@gmx.de> | 8 | 2013-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 | ||
| 1319 | The startup visibility options are ignored when the file is open for the | ||
| 1320 | first time during the agenda generation: if you want the agenda to honor | ||
| 1321 | the startup visibility, set @code{org-agenda-inhibit-startup} to nil. | ||
| 1322 | |||
| 1317 | @cindex property, VISIBILITY | 1323 | @cindex property, VISIBILITY |
| 1318 | @noindent | 1324 | @noindent |
| 1319 | Furthermore, any entries with a @samp{VISIBILITY} property (@pxref{Properties | 1325 | Furthermore, 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 | |||
| 2439 | references connected by two dots @samp{..}. If both fields are in the | 2445 | references connected by two dots @samp{..}. If both fields are in the |
| 2440 | current row, you may simply use @samp{$2..$7}, but if at least one field | 2446 | current row, you may simply use @samp{$2..$7}, but if at least one field |
| 2441 | is in a different row, you need to use the general @code{@@row$column} | 2447 | is in a different row, you need to use the general @code{@@row$column} |
| 2442 | format at least for the first field (i.e., the reference must start with | 2448 | format 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 | ||
| 4076 | Org mode can automatically record a timestamp and possibly a note when | 4082 | Org mode can automatically record a timestamp and possibly a note when |
| 4077 | you mark a TODO item as DONE, or even each time you change the state of | 4083 | you mark a TODO item as DONE, or even each time you change the state of |
| 4078 | a TODO item. This system is highly configurable, settings can be on a | 4084 | a TODO item. This system is highly configurable; settings can be on a |
| 4079 | per-keyword basis and can be localized to a file or even a subtree. For | 4085 | per-keyword basis and can be localized to a file or even a subtree. For |
| 4080 | information on how to clock working time for a task, see @ref{Clocking | 4086 | information on how to clock working time for a task, see @ref{Clocking |
| 4081 | work time}. | 4087 | work time}. |
| @@ -4431,7 +4437,7 @@ lists. But you can allow it by modifying @code{org-list-automatic-rules} | |||
| 4431 | accordingly.} (@pxref{Plain lists}) can be made into a checkbox by starting | 4437 | accordingly.} (@pxref{Plain lists}) can be made into a checkbox by starting |
| 4432 | it with the string @samp{[ ]}. This feature is similar to TODO items | 4438 | it 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 |
| 4434 | into the global TODO list, so they are often great to split a task into a | 4440 | in the global TODO list, so they are often great to split a task into a |
| 4435 | number of simple steps. Or you can use them in a shopping list. To toggle a | 4441 | number of simple steps. Or you can use them in a shopping list. To toggle a |
| 4436 | checkbox, use @kbd{C-c C-c}, or use the mouse (thanks to Piotr Zielinski's | 4442 | checkbox, 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}). |