Re: [O] Orgtbl-mode in latex: escaped braces and dollars, and other arbitrary transformations

2014-06-26 Thread Nicolas Goaziou
Thibaut Verron writes: > Would changing the last lines of `orgtbl-to-latex` to something like this > work as a long-term solution? > > (require 'ox-latex) > (let* ((*orgtbl-verbatim* (plist-get params :verbatim)) >(backend (if *orgtbl-verbatim* nil 'latex))) > (orgtbl-to

Re: [O] Orgtbl-mode in latex: escaped braces and dollars, and other arbitrary transformations

2014-06-26 Thread Thibaut Verron
2014-06-26 15:17 GMT+02:00 Nicolas Goaziou : > Thibaut Verron writes: > > >> Now, are these "limitations of Org" really preventing it from exporting > a > >> string verbatim? That would seem like the most logical default in this > >> situation, wouldn't it? > > I disagree in the general case. The

Re: [O] Orgtbl-mode in latex: escaped braces and dollars, and other arbitrary transformations

2014-06-26 Thread Nicolas Goaziou
Thibaut Verron writes: >> Now, are these "limitations of Org" really preventing it from exporting a >> string verbatim? That would seem like the most logical default in this >> situation, wouldn't it? I disagree in the general case. The most logical default for Org is to treat contents as plain

Re: [O] Orgtbl-mode in latex: escaped braces and dollars, and other arbitrary transformations

2014-06-26 Thread Thibaut Verron
2014-06-26 12:38 GMT+02:00 Nicolas Goaziou : > Hello, > > Thibaut Verron writes: > > > I'm forwarding this question asked on stackexchange: > > http://tex.stackexchange.com/questions/186605/with-orgtbl-how-to-ensure- > > that-braces-and-dollars-are-not-escaped > > > > After some investigation, it

Re: [O] Orgtbl-mode in latex: escaped braces and dollars, and other arbitrary transformations

2014-06-26 Thread Thibaut Verron
> > Now, are these "limitations of Org" really preventing it from exporting a > string verbatim? That would seem like the most logical default in this > situation, wouldn't it? (Disclaimer: I don't "understand the limitations of > Org", so these last questions may be ridiculous to someone who does)

Re: [O] Orgtbl-mode in latex: escaped braces and dollars, and other arbitrary transformations

2014-06-26 Thread Nicolas Goaziou
Hello, Thibaut Verron writes: > I'm forwarding this question asked on stackexchange: > http://tex.stackexchange.com/questions/186605/with-orgtbl-how-to-ensure- > that-braces-and-dollars-are-not-escaped > > After some investigation, it seems that the behavior is hidden deep in the > export rou

[O] Orgtbl-mode in latex: escaped braces and dollars, and other arbitrary transformations

2014-06-26 Thread Thibaut Verron
Hello, I'm forwarding this question asked on stackexchange: http://tex.stackexchange.com/questions/186605/with-orgtbl-how-to-ensure- that-braces-and-dollars-are-not-escaped After some investigation, it seems that the behavior is hidden deep in the export routines, and I was wisely suggested to