From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Wahl Subject: Re: bug#29885: 25.3; org-mode table messing up! Date: Fri, 29 Dec 2017 10:01:23 +0100 Message-ID: <847et56h7g.fsf@gmail.com> References: <86o9mimleo.fsf@gmail.com> <83vagqezgl.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eUqXu-0001cP-LP for emacs-orgmode@gnu.org; Fri, 29 Dec 2017 04:01:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eUqXs-0004kB-0S for emacs-orgmode@gnu.org; Fri, 29 Dec 2017 04:01:42 -0500 Received: from [195.159.176.226] (port=50279 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eUqXr-0004hI-Oq for emacs-orgmode@gnu.org; Fri, 29 Dec 2017 04:01:39 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eUqVp-0008Fn-BA for emacs-orgmode@gnu.org; Fri, 29 Dec 2017 09:59:33 +0100 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: emacs-orgmode@gnu.org Cc: 29885@debbugs.gnu.org Eli Zaretskii writes: >> From: rahuljuliato@gmail.com >> Date: Thu, 28 Dec 2017 22:23:59 -0200 >> >> Starting from emacs -Q, table TABs are ok and does the job. Could you provide an MWE? >> But if I start with emacs (even without a .emacs file), i get something >> like: >> >> Table: >> >> | a | a | a | a | a | a | >> | | | | | | | >> >> >> then I type something like: >> >> >> >> | a | a | a | a | a | a | >> | | sssssss | | | | | >> >> >> If i press TAB at the end... instead of lines aligned, i get: >> >> | a | a | a | a | a | a | >> | | sssssss | | | | | >> > > If the problem happens without a .emacs file, but does not happen in > "emacs -Q", it means the reason is somewhere in the site-init files of > your Emacs installation. So I suggest to look at the init files > loaded by Emacs, one of them is somehow causing this. The described alignment of the colums behaves as documented AFAICT. See the info pages at (info "(org) Built-in table editor"). "A table is re-aligned automatically each time you press or or ‘C-c C-c’ inside the table." Regards Marco