Re: [O] How to escape characters in tables

2011-03-07 Thread Ken.Williams
From: Camille persson > 2011/3/4 >> [...] here's a test case that shows my intent: >> >> | foo | =m/foo\vert{}foodfight/= | >> >> The \vert{} seems not to work inside a =...= construction. Furthermore, >> the =...= construction is problematic there because it conflicts with >>the >> start

Re: [O] How to escape characters in tables

2011-03-04 Thread Camille persson
Hi Ken, 2011/3/4 > > > > > On 3/3/11 9:07 PM, "Suvayu Ali" wrote: > > >On Wed, 2 Mar 2011 09:25:57 -0600 > > wrote: > > > >> The issue is that I've got tables whose cells contain the '|' > >> character (it's a table of regular expressions), and I can't seem to > >> figure out how to escape it

Re: [O] How to escape characters in tables

2011-03-04 Thread Ken.Williams
On 3/3/11 9:07 PM, "Suvayu Ali" wrote: >On Wed, 2 Mar 2011 09:25:57 -0600 > wrote: > >> The issue is that I've got tables whose cells contain the '|' >> character (it's a table of regular expressions), and I can't seem to >> figure out how to escape it so that it doesn't mean a delimiter >> b

Re: [O] How to escape characters in tables

2011-03-03 Thread Suvayu Ali
On Wed, 2 Mar 2011 09:25:57 -0600 wrote: > The issue is that I've got tables whose cells contain the '|' > character (it's a table of regular expressions), and I can't seem to > figure out how to escape it so that it doesn't mean a delimiter > between cells. Anyone have advice or a pointer to th

Re: [O] How to escape characters in tables

2011-03-03 Thread Ken.Williams
On 3/3/11 9:57 AM, "Eric S Fraga" wrote: > writes: > >>... I've got tables whose cells contain the '|' >> character (it's a table of regular expressions), and I can't seem to >> figure out how to escape it so that it doesn't mean a delimiter >> between cells. Anyone have advice or a pointer to

Re: [O] How to escape characters in tables

2011-03-03 Thread Eric S Fraga
writes: > I posted a question on Stack Overflow a few days ago, I'm wondering > whether someone might want to take a look: > > http://stackoverflow.com/questions/5144862/escape-pipe-character-in-org-mode > > The issue is that I've got tables whose cells contain the '|' > character (it's a table

[O] How to escape characters in tables

2011-03-03 Thread Ken.Williams
I posted a question on Stack Overflow a few days ago, I'm wondering whether someone might want to take a look: http://stackoverflow.com/questions/5144862/escape-pipe-character-in-org-mode The issue is that I've got tables whose cells contain the '|' character (it's a table of regular expressi