diff options
| author | Carsten Dominik | 2007-07-13 13:15:05 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2007-07-13 13:15:05 +0000 |
| commit | fecda3e83191e28a654e6a3f375b7b29dff9d6e2 (patch) | |
| tree | 53ff8181a18ed5ec20241ae118312e7bad93e3c2 /man | |
| parent | 1e8fbb6d6d3416ded4347463db7330f01dad07b7 (diff) | |
| download | emacs-fecda3e83191e28a654e6a3f375b7b29dff9d6e2.tar.gz emacs-fecda3e83191e28a654e6a3f375b7b29dff9d6e2.zip | |
*** empty log message ***
Diffstat (limited to 'man')
| -rw-r--r-- | man/org.texi | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/man/org.texi b/man/org.texi index a4a4a6e8f76..6be2a165ff4 100644 --- a/man/org.texi +++ b/man/org.texi | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | @setfilename ../info/org | 3 | @setfilename ../info/org |
| 4 | @settitle Org Mode Manual | 4 | @settitle Org Mode Manual |
| 5 | 5 | ||
| 6 | @set VERSION 5.02 | 6 | @set VERSION 5.03 |
| 7 | @set DATE July 2007 | 7 | @set DATE July 2007 |
| 8 | 8 | ||
| 9 | @dircategory Emacs | 9 | @dircategory Emacs |
| @@ -616,8 +616,8 @@ key. | |||
| 616 | 616 | ||
| 617 | Headlines define the structure of an outline tree. The headlines in | 617 | Headlines define the structure of an outline tree. The headlines in |
| 618 | Org-mode start with one or more stars, on the left margin@footnote{See | 618 | Org-mode start with one or more stars, on the left margin@footnote{See |
| 619 | the variable @code{org-special-ctrl-a} to configure special behavior of | 619 | the variable @code{org-special-ctrl-a/e} to configure special behavior |
| 620 | @kbd{C-a} in headlines.}. For example: | 620 | of @kbd{C-a} and @kbd{C-e} in headlines.}. For example: |
| 621 | 621 | ||
| 622 | @example | 622 | @example |
| 623 | * Top level headline | 623 | * Top level headline |
| @@ -3033,7 +3033,8 @@ percentage of checkboxes checked (in the above example, this would be | |||
| 3033 | @table @kbd | 3033 | @table @kbd |
| 3034 | @kindex C-c C-c | 3034 | @kindex C-c C-c |
| 3035 | @item C-c C-c | 3035 | @item C-c C-c |
| 3036 | Toggle checkbox at point. | 3036 | Toggle checkbox at point. With prefix argument, set it to @samp{[-]}, |
| 3037 | which is considered to be an intermediate state. | ||
| 3037 | @kindex C-c C-x C-b | 3038 | @kindex C-c C-x C-b |
| 3038 | @item C-c C-x C-b | 3039 | @item C-c C-x C-b |
| 3039 | Toggle checkbox at point. | 3040 | Toggle checkbox at point. |
| @@ -3452,20 +3453,19 @@ the regular expression @samp{Sarah\|Denny}. | |||
| 3452 | @node Column view, Property API, Property searches, Properties and columns | 3453 | @node Column view, Property API, Property searches, Properties and columns |
| 3453 | @section Column View | 3454 | @section Column View |
| 3454 | 3455 | ||
| 3455 | A great way to view and edit properties in aan outline tree is | 3456 | A great way to view and edit properties in an outline tree is |
| 3456 | @emph{column view}. In column view, each outline item is turned into a | 3457 | @emph{column view}. In column view, each outline item is turned into a |
| 3457 | table row. Columns in this table provide access to properties of the | 3458 | table row. Columns in this table provide access to properties of the |
| 3458 | entries. Org-mode implements columns by overlaying a tabular structure | 3459 | entries. Org-mode implements columns by overlaying a tabular structure |
| 3459 | over the headline of each item. While the headlines have been turned | 3460 | over the headline of each item. While the headlines have been turned |
| 3460 | into a table row, you can still change the visibility of the outline | 3461 | into a table row, you can still change the visibility of the outline |
| 3461 | tree. For example, you get a compact table by switching to CONTENTS | 3462 | tree. For example, you get a compact table by switching to CONTENTS |
| 3462 | view (@kbd{S-@key{TAB} S-@key{TAB}}, or simple @kbd{c} while column view | 3463 | view (@kbd{S-@key{TAB} S-@key{TAB}}, or simply @kbd{c} while column view |
| 3463 | is active), but you can still open, read, and | 3464 | is active), but you can still open, read, and edit the entry below each |
| 3464 | edit the entry below each headline. Or, you can switch to column view | 3465 | headline. Or, you can switch to column view after executing a sparse |
| 3465 | after executing a sparse tree command and in this way get a table only | 3466 | tree command and in this way get a table only for the selected items. |
| 3466 | for the selected items. Column view also works in agenda buffers | 3467 | Column view also works in agenda buffers (@pxref{Agenda views}) where |
| 3467 | (@pxref{Agenda views}) where queries have collected selected items, | 3468 | queries have collected selected items, possibly from a number of files. |
| 3468 | possibly from a number of files. | ||
| 3469 | 3469 | ||
| 3470 | @menu | 3470 | @menu |
| 3471 | * Defining columns:: The COLUMNS format property | 3471 | * Defining columns:: The COLUMNS format property |
| @@ -4490,7 +4490,7 @@ file in a @emph{time-sorted view}. The main purpose of this command is | |||
| 4490 | to give an overview over events in a project. | 4490 | to give an overview over events in a project. |
| 4491 | 4491 | ||
| 4492 | @table @kbd | 4492 | @table @kbd |
| 4493 | @kindex C-a a L | 4493 | @kindex C-c a L |
| 4494 | @item C-c a L | 4494 | @item C-c a L |
| 4495 | Show a time-sorted view of the org file, with all time-stamped items. | 4495 | Show a time-sorted view of the org file, with all time-stamped items. |
| 4496 | When called with a @kbd{C-u} prefix, all unfinished TODO entries | 4496 | When called with a @kbd{C-u} prefix, all unfinished TODO entries |