From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: Org-mode interprets lines starting with | as tables even when those lined are inside an align* block [8.2.5h (8.2.5h-30-gdd810b-elpa @ /home/kosta/.emacs.d/elpa/org-20140303/)] Date: Wed, 16 Apr 2014 17:26:22 +0200 Message-ID: <87vbu9xlra.fsf@bzg.ath.cx> References: <87d2h7cjug.fsf@slumpy.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WaT1n-0000HD-GH for emacs-orgmode@gnu.org; Wed, 16 Apr 2014 12:49:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WaT1h-0008GP-R1 for emacs-orgmode@gnu.org; Wed, 16 Apr 2014 12:49:39 -0400 Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]:40062) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WaT1h-0008GA-KJ for emacs-orgmode@gnu.org; Wed, 16 Apr 2014 12:49:33 -0400 Received: by mail-wg0-f46.google.com with SMTP id b13so11064243wgh.17 for ; Wed, 16 Apr 2014 09:49:32 -0700 (PDT) In-Reply-To: <87d2h7cjug.fsf@slumpy.org> (Konstantin Kliakhandler's message of "Fri, 28 Mar 2014 01:17:27 +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: Konstantin Kliakhandler Cc: emacs-orgmode@gnu.org Hi Konstantin, Konstantin Kliakhandler writes: > Pretty much what the headline says. This incorrect interpretation means > that if for example one tries to use org-cdlatex completions in that > line or later in the block, they won't work: Instead, new cells will be > created. `org-try-cdlatex-tab' is now called before TAB gets its behavior from the table environment. That said, if `org-try-cdlatex-tab' yields nothing, TAB will go the next field in a table. Thanks for raising this, -- Bastien