From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Andreas_R=F6hler?= Subject: command-name org-insert-heading-respect-content Date: Sat, 16 Oct 2010 10:23:22 +0200 Message-ID: <4CB960FA.4030007@online.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------030304000403050204000108" Return-path: Received: from [140.186.70.92] (port=46426 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P727H-0006vm-Ru for emacs-orgmode@gnu.org; Sat, 16 Oct 2010 04:27:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P723l-0001sx-KP for emacs-orgmode@gnu.org; Sat, 16 Oct 2010 04:24:10 -0400 Received: from moutng.kundenserver.de ([212.227.17.10]:58769) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P723l-0001sD-8v for emacs-orgmode@gnu.org; Sat, 16 Oct 2010 04:24:09 -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: Carsten Dominik Cc: emacs-orgmode This is a multi-part message in MIME format. --------------030304000403050204000108 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Hi Carsten, seems I have to attach the remaining command-names manualy. That way studying org-mode along it's code. Maybe consider granting me write-access, so you must not check in patch by patch. Andreas -- https://code.launchpad.net/~a-roehler/python-mode/python-mode-components https://code.launchpad.net/s-x-emacs-werkstatt/ --------------030304000403050204000108 Content-Type: text/x-patch; name="command-name_org-insert-heading-respect-content.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename*0="command-name_org-insert-heading-respect-content.patch" diff --git a/doc/org.texi b/doc/org.texi index ee204f5..9f3ae10 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -1072,8 +1072,7 @@ the content of that line is made the new heading. If the command is used at the end of a folded subtree (i.e. behind the ellipses at the end of a headline), then a headline like the current one will be inserted after the end of the subtree. -@kindex C-@key{RET} -@item C-@key{RET} +@orgcmd{C-@key{RET},org-insert-heading-respect-content} 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. --------------030304000403050204000108 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 --------------030304000403050204000108--