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 14:51:16 +0200 Message-ID: <87vbu6hn90.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]:44576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wb8GO-0000Ka-FA for emacs-orgmode@gnu.org; Fri, 18 Apr 2014 08:51:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wb8GF-00029j-DV for emacs-orgmode@gnu.org; Fri, 18 Apr 2014 08:51:28 -0400 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:35900) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wb8GF-00029b-6T for emacs-orgmode@gnu.org; Fri, 18 Apr 2014 08:51:19 -0400 Received: by mail-wi0-f182.google.com with SMTP id d1so676090wiv.3 for ; Fri, 18 Apr 2014 05:51:18 -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 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, that's a known bug. > I of course checked Bastien's pointer to the FAQ for '|' inside > table. > As of now neither vert nor \vert{} work. Try \vert -- Bastien