From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug? (was Request for worg page -- escaping questions) Date: Fri, 18 Apr 2014 13:58:42 +0200 Message-ID: <87lhv2g87h.fsf@bzg.ath.cx> References: <87oazz3fvi.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60917) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wb7RZ-0007D6-HU for emacs-orgmode@gnu.org; Fri, 18 Apr 2014 07:59:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wb7RO-0003IB-NX for emacs-orgmode@gnu.org; Fri, 18 Apr 2014 07:58:57 -0400 Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]:47527) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wb7RO-0003I7-Gn for emacs-orgmode@gnu.org; Fri, 18 Apr 2014 07:58:46 -0400 Received: by mail-wg0-f46.google.com with SMTP id b13so436243wgh.17 for ; Fri, 18 Apr 2014 04:58:45 -0700 (PDT) In-Reply-To: (Rustom Mody's message of "Fri, 18 Apr 2014 08:15:59 +0530") 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: Rustom Mody Cc: emacs-orgmode , Nicolas Goaziou Hi Rustom, Rustom Mody writes: > However there is still a minor issue: font-locking shows something > like ~x | y~ > inside a table as code but the other table commands like C-c C-c and > export to html treats the '|' as a table marker. Yes, a known bug, we need to decide whether markup should be supported in tables. Try this to see how bad it is: | abc | +3 | |-----+----| | | | > I of course checked Bastien's pointer to the FAQ for '|' inside > table. > As of now neither vert nor \vert{} work. Try \vert -- works here. -- Bastien