From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: 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 17:50:44 +0200 Message-ID: <87si50b6zv.fsf@nicolasgoaziou.fr> References: <562B9C74.9050702@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zq144-0005By-M1 for emacs-orgmode@gnu.org; Sat, 24 Oct 2015 11:49:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zq143-0006ik-N4 for emacs-orgmode@gnu.org; Sat, 24 Oct 2015 11:49:04 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:34629) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zq143-0006ib-H2 for emacs-orgmode@gnu.org; Sat, 24 Oct 2015 11:49:03 -0400 In-Reply-To: <562B9C74.9050702@gmx.de> (Guido Kraemer's message of "Sat, 24 Oct 2015 16:57:56 +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: Guido Kraemer Cc: emacs-orgmode@gnu.org Hello, Guido Kraemer writes: > 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 | Why ? C-c - inserts a horizontal line. So does |- TAB, and |---| but the line should not contain any space, as you noticed. Regards, -- Nicolas Goaziou