From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Guerry Subject: [Accepted] 20101029_orgtexi_names.patch Date: Fri, 29 Oct 2010 16:54:22 +0200 (CEST) Message-ID: <20101029145422.80FC54A22A@myhost.localdomain> References: <4CCABB44.1030703@easy-emacs.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=52351 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBqLg-0004yF-B2 for emacs-orgmode@gnu.org; Fri, 29 Oct 2010 10:54:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBqLe-0004JU-0J for emacs-orgmode@gnu.org; Fri, 29 Oct 2010 10:54:31 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:63114) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBqLd-0004J4-Rm for emacs-orgmode@gnu.org; Fri, 29 Oct 2010 10:54:29 -0400 Received: by wyf23 with SMTP id 23so3440649wyf.0 for ; Fri, 29 Oct 2010 07:54:29 -0700 (PDT) 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@gnu.org Patch 355 (http://patchwork.newartisans.com/patch/355/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C4CCABB44.1030703%40easy-emacs.de%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Subject: [Orgmode] 20101029_orgtexi_names.patch > Date: Fri, 29 Oct 2010 17:17:08 -0000 > From: =?utf-8?q?Andreas_R=C3=B6hler_=3Candreas=2Eroehler=40easy-emacs=2Ede?= > =?utf-8?q?=3E?= > X-Patchwork-Id: 355 > Message-Id: <4CCABB44.1030703@easy-emacs.de> > To: emacs-orgmode > > org-return > > > diff --git a/doc/org.texi b/doc/org.texi > index aa4f30b..9293804 100644 > --- a/doc/org.texi > +++ b/doc/org.texi > @@ -1732,8 +1732,7 @@ necessary. > @orgcmd{S-@key{TAB},org-shifttab} > Re-align, move to previous field. > @c > -@kindex @key{RET} > -@item @key{RET} > +@orgcmd{@key{RET},org-return} > Re-align the table and move down to next row. Creates a new row if > necessary. At the beginning or end of a line, @key{RET} still does > NEWLINE, so it can be used to split a table. >