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 12:26:15 +0200 Message-ID: <4CB97DC7.9040406@online.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------040601030004050304090106" Return-path: Received: from [140.186.70.92] (port=60525 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P747J-0005Kq-0m for emacs-orgmode@gnu.org; Sat, 16 Oct 2010 06:35:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P73ym-0004iB-CI for emacs-orgmode@gnu.org; Sat, 16 Oct 2010 06:27:09 -0400 Received: from moutng.kundenserver.de ([212.227.126.186]:58687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P73ym-0004i2-11 for emacs-orgmode@gnu.org; Sat, 16 Oct 2010 06:27:08 -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. --------------040601030004050304090106 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Hi Carsten, herewith a first patch continuing command-name insertion (should be sent already but seems not). As the remaining has to be done manually, several patches will result. Maybe consider granting write-access. Cheers Andreas -- https://code.launchpad.net/~a-roehler/python-mode/python-mode-components https://code.launchpad.net/s-x-emacs-werkstatt/ --------------040601030004050304090106 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. --------------040601030004050304090106 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 --------------040601030004050304090106--