From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel E. Doherty Subject: Re: Pipe character in a table cell? Date: Mon, 28 May 2012 10:44:33 -0500 Message-ID: <87obp871jy.wl%ded-law@ddoherty.net> References: <87txz0bddc.wl%ded-law@ddoherty.net> <81y5ocl6ff.fsf@gmail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZ27s-0006Nq-Ch for emacs-orgmode@gnu.org; Mon, 28 May 2012 11:44:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SZ27q-0000Mn-Gb for emacs-orgmode@gnu.org; Mon, 28 May 2012 11:44:55 -0400 Received: from mail-gh0-f169.google.com ([209.85.160.169]:42133) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SZ27q-0000Mj-9q for emacs-orgmode@gnu.org; Mon, 28 May 2012 11:44:54 -0400 Received: by ghrr18 with SMTP id r18so1484802ghr.0 for ; Mon, 28 May 2012 08:44:52 -0700 (PDT) In-Reply-To: <81y5ocl6ff.fsf@gmail.com> 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: Org-mode List KJ, Thanks. I had not noticed that little footnote in the Org manual. This allows me to read and display the regular expression, so that's progress. I am a bit concerned about the fate of a naive user who comes to editing the thing, but how naive can you be if your editing regular expressions, right? Regards, Dan At Mon, 28 May 2012 20:05:32 +0530, Jambunathan K wrote: > > Daniel E. Doherty writes: > > > All, > > > > I would like to put a string with an embedded pipe character in the > > cell. The idea is to display regular expressions, which inevitably > > contain pipe characters. I've tried /one|two/, one\|two, "one|two", and even > > "one\|two", but they all split the entry into two cells. > > > > Is there anyway to escape the pipe character so that the cell is not > > split by it? > > > > If not, may I suggest this as a feature request. Preferably, allow a > > pipe to be embedded in quotes to be ignored? > > \vert > > > Regards > > > > Dan Doherty > > > > > > --