@setfilename ../info/org
@settitle Org Mode Manual
-@set VERSION 4.55
+@set VERSION 4.56
@set DATE November 2006
@dircategory Emacs
Creating timestamps
-* The date/time prompt:: How org-mode helps you entring date and time
+* The date/time prompt:: How org-mode helps you entering date and time
Progress Logging
Org-mode supports these lists by tuning filling and wrapping commands to
deal with them correctly@footnote{Org-mode only changes the filling
settings for Emacs. For XEmacs, you should use Kyle E. Jones'
-@file{filladapt.el}. To turn is on, put into @file{.emacs}:
+@file{filladapt.el}. To turn this on, put into @file{.emacs}:
@example
(require 'filladapt)
@end example
item, with detailed subtasks on the tree@footnote{To keep subtasks out
of the global TODO list, see the
@code{org-agenda-todo-list-sublevels}.}. Another possibility is the use
-of checkboxes to ideantify (a hierarchy of) a large number of subtasks
+of checkboxes to identify (a hierarchy of) a large number of subtasks
(@pxref{Checkboxes}).
If the cursor is in a headline, toggle checkboxes in the region between
this headline and the next (so @emph{not} the entire subtree).
@item
-If no active region, just toggle the checkbox at point.
+If there is no active region, just toggle the checkbox at point.
@end itemize
@kindex M-S-@key{RET}
@item M-S-@key{RET}
@cindex timestamp, inactive
@cindex inactive timestamp
Just like a plain time stamp, but with square brackets instead of
-angular ones. These time stamps are inactive in the sense that thay do
+angular ones. These time stamps are inactive in the sense that they do
@emph{not} trigger an entry to show up in the agenda.
@example
@menu
-* The date/time prompt:: How org-mode helps you entring date and time
+* The date/time prompt:: How org-mode helps you entering date and time
@end menu
@node The date/time prompt, , Creating timestamps, Creating timestamps
location where the clock was last started. It also directly computes
the resulting time in inserts it after the time range as @samp{=>
HH:MM}. See the variable @code{org-log-done} for the possibility to
-record an additional note together with a the clock-out time stamp.
+record an additional note together with the clock-out time stamp.
@kindex C-c C-y
@item C-c C-y
Recompute the time interval after changing one of the time stamps. This
@item q
If @kbd{q} is not assigned to a tag, it aborts like @kbd{C-g}.
@item !
-Turn of groups of mutually exclusive tags. Use this to (as an
+Turn off groups of mutually exclusive tags. Use this to (as an
exception) assign several tags from such a group.
@item C-c
Toggle auto-exit after the next change (see below).
Change the TODO state of the item, both in the agenda and in the
original org file.
+@kindex C-k
+@item C-k
+Delete the current agenda item along with the entire subtree belonging
+to it in the original Org-mode file. If the text to be deleted remotely
+is longer than one line, the kill needs to be confirmed by the user. See
+variable @code{org-agenda-confirm-kill}.
+
@kindex T
@item T
Show all tags associated with the current item. Because of
odd @r{allow only odd outline levels (1,3,...)}
oddeven @r{allow all outline levels}
@end example
-To turn on custom format overlayes over time stamps (variables
+To turn on custom format overlays over time stamps (variables
@code{org-put-time-stamp-overlays} and
@code{org-time-stamp-overlay-formats}), use
@example
@i{Frank Ruell} solved the mystery of the @code{keymapp nil} bug, a
conflict with @file{allout.el}.
@item
-@i{Jason Riedy} sent a patch to fix a bug with export of TODO keywerds.
+@i{Jason Riedy} sent a patch to fix a bug with export of TODO keywords.
@item
@i{Philip Rooke} created the Org-mode reference card and provided lots
of feedback.
@i{Roland Winkler} requested additional keybindings to make Org-mode
work on a tty.
@item
-@i{Piotr Zielinski} wrote @file{org-mouse.el}, proposed angenda blocks
+@i{Piotr Zielinski} wrote @file{org-mouse.el}, proposed agenda blocks
and contributed various ideas and code snippets.
@end itemize