aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Dominik2006-11-17 07:55:50 +0000
committerCarsten Dominik2006-11-17 07:55:50 +0000
commit3a401219ca889f2ad0da2930e7229ca369114d8a (patch)
tree187a8ef8e3b9ed661c5b2e01613d8a7e5c1c4e10
parent500f86e0936cc038fe1f469d2b4354b203791594 (diff)
downloademacs-3a401219ca889f2ad0da2930e7229ca369114d8a.tar.gz
emacs-3a401219ca889f2ad0da2930e7229ca369114d8a.zip
Fix typos
(Agenda commands): Document `C-k'.
-rw-r--r--man/org.texi31
1 files changed, 19 insertions, 12 deletions
diff --git a/man/org.texi b/man/org.texi
index a0a7946ec76..db8f20c3926 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 4.55 6@set VERSION 4.56
7@set DATE November 2006 7@set DATE November 2006
8 8
9@dircategory Emacs 9@dircategory Emacs
@@ -175,7 +175,7 @@ Timestamps
175 175
176Creating timestamps 176Creating timestamps
177 177
178* The date/time prompt:: How org-mode helps you entring date and time 178* The date/time prompt:: How org-mode helps you entering date and time
179 179
180Progress Logging 180Progress Logging
181 181
@@ -939,7 +939,7 @@ less. For example:
939Org-mode supports these lists by tuning filling and wrapping commands to 939Org-mode supports these lists by tuning filling and wrapping commands to
940deal with them correctly@footnote{Org-mode only changes the filling 940deal with them correctly@footnote{Org-mode only changes the filling
941settings for Emacs. For XEmacs, you should use Kyle E. Jones' 941settings for Emacs. For XEmacs, you should use Kyle E. Jones'
942@file{filladapt.el}. To turn is on, put into @file{.emacs}: 942@file{filladapt.el}. To turn this on, put into @file{.emacs}:
943@example 943@example
944(require 'filladapt) 944(require 'filladapt)
945@end example 945@end example
@@ -2404,7 +2404,7 @@ subtasks. You can do this by creating an outline tree below a TODO
2404item, with detailed subtasks on the tree@footnote{To keep subtasks out 2404item, with detailed subtasks on the tree@footnote{To keep subtasks out
2405of the global TODO list, see the 2405of the global TODO list, see the
2406@code{org-agenda-todo-list-sublevels}.}. Another possibility is the use 2406@code{org-agenda-todo-list-sublevels}.}. Another possibility is the use
2407of checkboxes to ideantify (a hierarchy of) a large number of subtasks 2407of checkboxes to identify (a hierarchy of) a large number of subtasks
2408(@pxref{Checkboxes}). 2408(@pxref{Checkboxes}).
2409 2409
2410 2410
@@ -2464,7 +2464,7 @@ argument.
2464If the cursor is in a headline, toggle checkboxes in the region between 2464If the cursor is in a headline, toggle checkboxes in the region between
2465this headline and the next (so @emph{not} the entire subtree). 2465this headline and the next (so @emph{not} the entire subtree).
2466@item 2466@item
2467If no active region, just toggle the checkbox at point. 2467If there is no active region, just toggle the checkbox at point.
2468@end itemize 2468@end itemize
2469@kindex M-S-@key{RET} 2469@kindex M-S-@key{RET}
2470@item M-S-@key{RET} 2470@item M-S-@key{RET}
@@ -2530,7 +2530,7 @@ associated with a plain time stamp will be shown exactly on that date.
2530@cindex timestamp, inactive 2530@cindex timestamp, inactive
2531@cindex inactive timestamp 2531@cindex inactive timestamp
2532Just like a plain time stamp, but with square brackets instead of 2532Just like a plain time stamp, but with square brackets instead of
2533angular ones. These time stamps are inactive in the sense that thay do 2533angular ones. These time stamps are inactive in the sense that they do
2534@emph{not} trigger an entry to show up in the agenda. 2534@emph{not} trigger an entry to show up in the agenda.
2535 2535
2536@example 2536@example
@@ -2684,7 +2684,7 @@ into the following column).
2684 2684
2685 2685
2686@menu 2686@menu
2687* The date/time prompt:: How org-mode helps you entring date and time 2687* The date/time prompt:: How org-mode helps you entering date and time
2688@end menu 2688@end menu
2689 2689
2690@node The date/time prompt, , Creating timestamps, Creating timestamps 2690@node The date/time prompt, , Creating timestamps, Creating timestamps
@@ -2852,7 +2852,7 @@ Stop the clock (clock-out). The inserts another timestamp at the same
2852location where the clock was last started. It also directly computes 2852location where the clock was last started. It also directly computes
2853the resulting time in inserts it after the time range as @samp{=> 2853the resulting time in inserts it after the time range as @samp{=>
2854HH:MM}. See the variable @code{org-log-done} for the possibility to 2854HH:MM}. See the variable @code{org-log-done} for the possibility to
2855record an additional note together with a the clock-out time stamp. 2855record an additional note together with the clock-out time stamp.
2856@kindex C-c C-y 2856@kindex C-c C-y
2857@item C-c C-y 2857@item C-c C-y
2858Recompute the time interval after changing one of the time stamps. This 2858Recompute the time interval after changing one of the time stamps. This
@@ -3069,7 +3069,7 @@ Abort without installing changes.
3069@item q 3069@item q
3070If @kbd{q} is not assigned to a tag, it aborts like @kbd{C-g}. 3070If @kbd{q} is not assigned to a tag, it aborts like @kbd{C-g}.
3071@item ! 3071@item !
3072Turn of groups of mutually exclusive tags. Use this to (as an 3072Turn off groups of mutually exclusive tags. Use this to (as an
3073exception) assign several tags from such a group. 3073exception) assign several tags from such a group.
3074@item C-c 3074@item C-c
3075Toggle auto-exit after the next change (see below). 3075Toggle auto-exit after the next change (see below).
@@ -3679,6 +3679,13 @@ Digit argument.
3679Change the TODO state of the item, both in the agenda and in the 3679Change the TODO state of the item, both in the agenda and in the
3680original org file. 3680original org file.
3681 3681
3682@kindex C-k
3683@item C-k
3684Delete the current agenda item along with the entire subtree belonging
3685to it in the original Org-mode file. If the text to be deleted remotely
3686is longer than one line, the kill needs to be confirmed by the user. See
3687variable @code{org-agenda-confirm-kill}.
3688
3682@kindex T 3689@kindex T
3683@item T 3690@item T
3684Show all tags associated with the current item. Because of 3691Show all tags associated with the current item. Because of
@@ -5069,7 +5076,7 @@ showstars @r{show all stars starting a headline}
5069odd @r{allow only odd outline levels (1,3,...)} 5076odd @r{allow only odd outline levels (1,3,...)}
5070oddeven @r{allow all outline levels} 5077oddeven @r{allow all outline levels}
5071@end example 5078@end example
5072To turn on custom format overlayes over time stamps (variables 5079To turn on custom format overlays over time stamps (variables
5073@code{org-put-time-stamp-overlays} and 5080@code{org-put-time-stamp-overlays} and
5074@code{org-time-stamp-overlay-formats}), use 5081@code{org-time-stamp-overlay-formats}), use
5075@example 5082@example
@@ -5612,7 +5619,7 @@ control.
5612@i{Frank Ruell} solved the mystery of the @code{keymapp nil} bug, a 5619@i{Frank Ruell} solved the mystery of the @code{keymapp nil} bug, a
5613conflict with @file{allout.el}. 5620conflict with @file{allout.el}.
5614@item 5621@item
5615@i{Jason Riedy} sent a patch to fix a bug with export of TODO keywerds. 5622@i{Jason Riedy} sent a patch to fix a bug with export of TODO keywords.
5616@item 5623@item
5617@i{Philip Rooke} created the Org-mode reference card and provided lots 5624@i{Philip Rooke} created the Org-mode reference card and provided lots
5618of feedback. 5625of feedback.
@@ -5653,7 +5660,7 @@ linking to GNUS.
5653@i{Roland Winkler} requested additional keybindings to make Org-mode 5660@i{Roland Winkler} requested additional keybindings to make Org-mode
5654work on a tty. 5661work on a tty.
5655@item 5662@item
5656@i{Piotr Zielinski} wrote @file{org-mouse.el}, proposed angenda blocks 5663@i{Piotr Zielinski} wrote @file{org-mouse.el}, proposed agenda blocks
5657and contributed various ideas and code snippets. 5664and contributed various ideas and code snippets.
5658@end itemize 5665@end itemize
5659 5666