aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorCarsten Dominik2007-07-13 13:15:05 +0000
committerCarsten Dominik2007-07-13 13:15:05 +0000
commitfecda3e83191e28a654e6a3f375b7b29dff9d6e2 (patch)
tree53ff8181a18ed5ec20241ae118312e7bad93e3c2 /man
parent1e8fbb6d6d3416ded4347463db7330f01dad07b7 (diff)
downloademacs-fecda3e83191e28a654e6a3f375b7b29dff9d6e2.tar.gz
emacs-fecda3e83191e28a654e6a3f375b7b29dff9d6e2.zip
*** empty log message ***
Diffstat (limited to 'man')
-rw-r--r--man/org.texi26
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
617Headlines define the structure of an outline tree. The headlines in 617Headlines define the structure of an outline tree. The headlines in
618Org-mode start with one or more stars, on the left margin@footnote{See 618Org-mode start with one or more stars, on the left margin@footnote{See
619the variable @code{org-special-ctrl-a} to configure special behavior of 619the variable @code{org-special-ctrl-a/e} to configure special behavior
620@kbd{C-a} in headlines.}. For example: 620of @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
3036Toggle checkbox at point. 3036Toggle checkbox at point. With prefix argument, set it to @samp{[-]},
3037which 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
3039Toggle checkbox at point. 3040Toggle 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
3455A great way to view and edit properties in aan outline tree is 3456A 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
3457table row. Columns in this table provide access to properties of the 3458table row. Columns in this table provide access to properties of the
3458entries. Org-mode implements columns by overlaying a tabular structure 3459entries. Org-mode implements columns by overlaying a tabular structure
3459over the headline of each item. While the headlines have been turned 3460over the headline of each item. While the headlines have been turned
3460into a table row, you can still change the visibility of the outline 3461into a table row, you can still change the visibility of the outline
3461tree. For example, you get a compact table by switching to CONTENTS 3462tree. For example, you get a compact table by switching to CONTENTS
3462view (@kbd{S-@key{TAB} S-@key{TAB}}, or simple @kbd{c} while column view 3463view (@kbd{S-@key{TAB} S-@key{TAB}}, or simply @kbd{c} while column view
3463is active), but you can still open, read, and 3464is active), but you can still open, read, and edit the entry below each
3464edit the entry below each headline. Or, you can switch to column view 3465headline. Or, you can switch to column view after executing a sparse
3465after executing a sparse tree command and in this way get a table only 3466tree command and in this way get a table only for the selected items.
3466for the selected items. Column view also works in agenda buffers 3467Column view also works in agenda buffers (@pxref{Agenda views}) where
3467(@pxref{Agenda views}) where queries have collected selected items, 3468queries have collected selected items, possibly from a number of files.
3468possibly 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
4490to give an overview over events in a project. 4490to 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
4495Show a time-sorted view of the org file, with all time-stamped items. 4495Show a time-sorted view of the org file, with all time-stamped items.
4496When called with a @kbd{C-u} prefix, all unfinished TODO entries 4496When called with a @kbd{C-u} prefix, all unfinished TODO entries