From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [Rittwik Chatterjee] bug#21838: Org Table edits item incorrectly Date: Thu, 05 Nov 2015 23:24:52 +0100 Message-ID: <87io5g5bkb.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuSw0-0002Qv-PU for emacs-orgmode@gnu.org; Thu, 05 Nov 2015 17:23:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZuSvz-0007de-WF for emacs-orgmode@gnu.org; Thu, 05 Nov 2015 17:23:08 -0500 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:46941) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuSvz-0007cF-Pj for emacs-orgmode@gnu.org; Thu, 05 Nov 2015 17:23:07 -0500 Received: from selenimh (unknown [IPv6:2a01:6600:8080:9601::2de]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 87C10A80B1 for ; Thu, 5 Nov 2015 23:23:06 +0100 (CET) In-Reply-To: (John Wiegley's message of "Thu, 05 Nov 2015 16:48:54 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello, John Wiegley writes: > In case this wasn't seen by the Org maintainers... It wasn't. > Date: Thu, 5 Nov 2015 10:07:36 +0530 (17 hours, 46 minutes, 45 seconds ago) > From: Rittwik Chatterjee > To: 21838@debbugs.gnu.org > Subject: bug#21838: Org Table edits item incorrectly > > Start emacs with `emacs -Q' > Create a Org file `test.org' > > Copy the following table into that file and save. > > |---------------+---------------------------------| > | Plugins | How to install | > |---------------+---------------------------------| > | Bookmark plus | Create a folder "bookmark-plus" | > | Company-mode | Create a folder "company" | > |---------------+---------------------------------| > > Double click on the word `Create' (to select it) in the third row and press > `:'. > > Expected output: > |---------------+---------------------------------| > | Plugins | How to install | > |---------------+---------------------------------| > | Bookmark plus | Create a folder "bookmark-plus" | > | Company-mode | Create: a folder "company" | > |---------------+---------------------------------| > > Actual output: > |---------------+---------------------------------| > | Plugins | How to install | > |---------------+---------------------------------| > | Bookmark plus | Create a folder "bookmark-plus" | > | Company-mode | | > |---:------------+---------------------------------| > > This can be reproduce by pressing any other character keys, ex. a-z, ( { [ > " etc. Fixed. Thank you. Regards, -- Nicolas Goaziou