From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vladimir Alexiev Subject: [HOW] no way to escape vertical bar (pipe char) in tables? Date: Thu, 24 Feb 2011 11:59:39 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=36510 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsZrS-0001hB-6h for emacs-orgmode@gnu.org; Thu, 24 Feb 2011 06:59:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PsZrP-0002Yf-SA for emacs-orgmode@gnu.org; Thu, 24 Feb 2011 06:59:56 -0500 Received: from lo.gmane.org ([80.91.229.12]:41943) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PsZrP-0002Xy-M2 for emacs-orgmode@gnu.org; Thu, 24 Feb 2011 06:59:55 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PsZrL-0001Kd-Qh for emacs-orgmode@gnu.org; Thu, 24 Feb 2011 12:59:52 +0100 Received: from client-93-123-21-121.ip.daticum.com ([93.123.21.121]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Feb 2011 12:59:51 +0100 Received: from vladimir by client-93-123-21-121.ip.daticum.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 24 Feb 2011 12:59:51 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I want to manage some perl regexps in a table then feed them to a code block (literate programming). Unfortunately they include alternatives (|) and the table editor thinks this is a column break. There's no way to escape this? On a related thought: what is the best way to manage leading/trailing spaces in a table cell? I've been forced to use \x20 for this purpose...