From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guido Kraemer Subject: Bug: horizontal lines in tables [8.2.10 (release_8.2.10 @ /usr/local/share/emacs/24.5/lisp/org/)] Date: Sat, 24 Oct 2015 16:57:56 +0200 Message-ID: <562B9C74.9050702@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zq0Gg-0004zp-Nq for emacs-orgmode@gnu.org; Sat, 24 Oct 2015 10:58:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zq0Gd-0001mB-H4 for emacs-orgmode@gnu.org; Sat, 24 Oct 2015 10:58:02 -0400 Received: from mout.gmx.net ([212.227.15.19]:53832) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zq0Gd-0001lw-6f for emacs-orgmode@gnu.org; Sat, 24 Oct 2015 10:57:59 -0400 Received: from [192.168.178.2] ([89.246.172.15]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0MOwbP-1Zuexe1a2J-006M0V for ; Sat, 24 Oct 2015 16:57:57 +0200 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 Dear Emacs team, if I have a table with an empty line | row 1 | | | | row 3 | and want to insert a horizontal line I would expect the line to be inserted adding some dashes and pressing TAB | row 1 | | ------- | | row 3 | but the cursor simply switches to the next cell and the horizontal line is not being inserted. If I press DEL first, the ending | is moved and the horizontal line is being inserted as expected. | row 1 | | ------ | | row 3 | TAB turns it into | row 1 | |---------| | row 3 | Cheers, Guido Emacs : GNU Emacs 24.5.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.8) of 2015-10-20 on my-computer Package: Org-mode version 8.2.10 (release_8.2.10 @ /usr/local/share/emacs/24.5/lisp/org/)