Re: [O] avoid subscripting text

2013-04-05 Thread Sebastien Vauban
Hello, Mike McLean wrote: > On Apr 3, 2013, at 9:30 PM, Gary Oberbrunner wrote: > >> I use LaTeX export all the time, but almost always with words with >> underscores in them (data from external tables, variable names and so on). >> So I never want _ to turn into a subscript. Just one data point,

Re: [O] avoid subscripting text

2013-04-04 Thread Mike McLean
On Apr 3, 2013, at 9:30 PM, Gary Oberbrunner wrote: > I use LaTeX export all the time, but almost always with words with > underscores in them (data from external tables, variable names and so on). > So I never want _ to turn into a subscript. Just one data point, but that's > how I use it.

Re: [O] avoid subscripting text

2013-04-03 Thread Gary Oberbrunner
On Wed, Mar 27, 2013 at 5:50 PM, John Hendy wrote: > On Wed, Mar 27, 2013 at 1:24 PM, Samuel Wales > wrote: > > > > Maybe this would be good as default nil? > > I'd like to poll the list for frequent LaTeX exporters vs. everyone > else before making a change like that. My intuition would suggest

Re: [O] avoid subscripting text

2013-03-27 Thread Eric Abrahamsen
John Hendy writes: > On Wed, Mar 27, 2013 at 1:24 PM, Samuel Wales wrote: >> There is also a variable (org-export-with-sub-superscript or something >> like that). > > #+begin > org-export-with-sub-superscripts is a variable defined in `ox.el'. > Its value is t > > Documentation: > Non-nil means

Re: [O] avoid subscripting text

2013-03-27 Thread John Hendy
On Wed, Mar 27, 2013 at 1:24 PM, Samuel Wales wrote: > There is also a variable (org-export-with-sub-superscript or something > like that). #+begin org-export-with-sub-superscripts is a variable defined in `ox.el'. Its value is t Documentation: Non-nil means interpret "_" and "^" for export. Wh

Re: [O] avoid subscripting text

2013-03-27 Thread Samuel Wales
There is also a variable (org-export-with-sub-superscript or something like that). Maybe this would be good as default nil? -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. There is NO hope without actio

Re: [O] avoid subscripting text

2013-03-27 Thread Sean O'Halpin
On Wed, Mar 27, 2013 at 12:29 PM, Luca Ferrari wrote: > Hi all, > in my file I've got some text that I'd like to be represented as fixed > font size, and therefore I write it as ~cap_mkdb~ surrounding with ~. > The problem is that, when I export the document to ODF, I got the word > following the

[O] avoid subscripting text

2013-03-27 Thread Luca Ferrari
Hi all, in my file I've got some text that I'd like to be represented as fixed font size, and therefore I write it as ~cap_mkdb~ surrounding with ~. The problem is that, when I export the document to ODF, I got the word following the underscore written as a subscript. Now this reminds me the LaTeX