From 0cc2eea7f4980814a955362c6c8500042d39a06f Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Thu, 12 Jun 2008 15:07:32 +0200 Subject: [PATCH] Add info about buffer widening to the documentation. --- doc/org.texi | 6 ++++++ doc/orgcard.tex | 7 +++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 6e0aa7a9d..86fbcb2c0 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -940,6 +940,12 @@ been defined in the setup). Reverse sorting is possible as well. You can also supply your own function to extract the sorting key. With a @kbd{C-u} prefix, sorting will be case-sensitive. With two @kbd{C-u C-u} prefixes, duplicate entries will also be removed. +@kindex C-x n s +@item C-x n s +Narrow buffer to current subtree. +@kindex C-x n w +@item C-x n w +Widen buffer to remove a narrowing. @kindex C-c * @item C-c * Turn a normal line or plain list item into a headline (so that it diff --git a/doc/orgcard.tex b/doc/orgcard.tex index 56cd90fd0..281886637 100644 --- a/doc/orgcard.tex +++ b/doc/orgcard.tex @@ -311,10 +311,8 @@ are preserved on all copies. \key{insert new heading after subtree}{C-RET} \key{insert new TODO entry/checkbox item}{M-S-RET} -\key{promote current heading up one level}{M-LEFT} -\key{demote current heading down one level}{M-RIGHT} -\key{promote current subtree up one level}{M-S-LEFT} -\key{demote current subtree down one level}{M-S-RIGHT} +\key{promote/demote heading}{M-LEFT/RIGHT} +\metax{promote/demote current subtree}{M-S-LEFT/RIGHT} \key{move subtree/list item up/down}{M-S-UP/DOWN} \key{refile subtree}{C-c C-w} @@ -322,6 +320,7 @@ are preserved on all copies. \key{copy subtree}{C-c C-x M-w} \key{yank subtree}{C-c C-x C-y} \key{narrow buffer to current subtree}{C-x n s} +\key{widen restriction to full buffer}{C-x n w} \section{Archiving}