From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Andreas_R=F6hler?= Subject: 20101020_texi-command-names.patch Date: Wed, 20 Oct 2010 13:12:55 +0200 Message-ID: <4CBECEB7.7020604@easy-emacs.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------010009050805030505030306" Return-path: Received: from [140.186.70.92] (port=36371 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8WcK-00011n-Lz for emacs-orgmode@gnu.org; Wed, 20 Oct 2010 07:14:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8WcI-00013Q-Vm for emacs-orgmode@gnu.org; Wed, 20 Oct 2010 07:14:00 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]:57011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8WcI-000133-Ii for emacs-orgmode@gnu.org; Wed, 20 Oct 2010 07:13:58 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Cc: Carsten Dominik This is a multi-part message in MIME format. --------------010009050805030505030306 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit BTW can't see where the meaning of key "S" is told... Cheers --------------010009050805030505030306 Content-Type: text/x-patch; name="20101020_texi-command-names.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="20101020_texi-command-names.patch" diff --git a/doc/org.texi b/doc/org.texi index 4a725d3..a59e8e8 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -1077,13 +1077,11 @@ after the end of the subtree. Just like @kbd{M-@key{RET}}, except when adding a new heading below the current heading, the new heading is placed after the body instead of before it. This command works from anywhere in the entry. -@kindex M-S-@key{RET} -@item M-S-@key{RET} +@orgcmd{M-S-@key{RET},org-insert-todo-heading} @vindex org-treat-insert-todo-heading-as-state-change Insert new TODO entry with same level as current heading. See also the variable @code{org-treat-insert-todo-heading-as-state-change}. -@kindex C-S-@key{RET} -@item C-S-@key{RET} +@orgcmd{C-S-@key{RET},org-insert-todo-heading-respect-content} Insert new TODO entry with same level as current heading. Like @kbd{C-@key{RET}}, the new headline will be inserted after the current subtree. --------------010009050805030505030306 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --------------010009050805030505030306--