From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: Re: Shift-RETURN in table doesn't copy the value of the cell above Date: Wed, 23 Jan 2019 21:55:04 +0100 Message-ID: <84r2d3hz6f.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:33211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gmPYC-0007Ss-Nm for emacs-orgmode@gnu.org; Wed, 23 Jan 2019 15:55:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gmPYC-0003eO-1z for emacs-orgmode@gnu.org; Wed, 23 Jan 2019 15:55:08 -0500 Received: from mail-wr1-x42b.google.com ([2a00:1450:4864:20::42b]:45393) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gmPYB-0003dd-R8 for emacs-orgmode@gnu.org; Wed, 23 Jan 2019 15:55:08 -0500 Received: by mail-wr1-x42b.google.com with SMTP id t6so4067894wrr.12 for ; Wed, 23 Jan 2019 12:55:07 -0800 (PST) In-Reply-To: (William Denton's message of "Wed, 23 Jan 2019 15:25:36 -0500 (EST)") 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" To: William Denton Cc: emacs-orgmode@gnu.org Hi Bill, > |A|B| > > This set of keystrokes makes: > > | A | B | > | | | > | | | > > But it used to make: > > | A | B | > | A | | > > Shift-RETURN doesn't copy the value of the cell above. This changed a > little while ago (in the main development tree) but I don't know > exactly when. This issue has the same root as the one Bernt reported AFAICS. See subject "M-S-RET doesn't work anymore?" in this ML. Thanks, Marco