Re: [O] Automatically escaping single spaces

2013-03-19 Thread Rasmus
Ivan Andrus writes: > Oops, forgot to reply to the list. > > On Mar 18, 2013, at 9:59 PM, Aaron Ecay wrote: > >> Hi Suvayu, >> >> I’ve had on my list of rainy day ideas for a while writing a function >> for org-export-filter-plain-text-functions that would implement >> something like this. It

Re: [O] Automatically escaping single spaces

2013-03-19 Thread Ivan Andrus
Oops, forgot to reply to the list. On Mar 18, 2013, at 9:59 PM, Aaron Ecay wrote: > Hi Suvayu, > > I’ve had on my list of rainy day ideas for a while writing a function > for org-export-filter-plain-text-functions that would implement > something like this. It should be as simple as doing a te

Re: [O] Automatically escaping single spaces

2013-03-18 Thread Aaron Ecay
Hi Suvayu, I’ve had on my list of rainy day ideas for a while writing a function for org-export-filter-plain-text-functions that would implement something like this. It should be as simple as doing a text replace, either on “. [^ ]” sequences in general or only spaces after a given list of abbrev

Re: [O] Automatically escaping single spaces

2013-03-18 Thread Marcin Borkowski
Dnia 2013-03-18, o godz. 14:40:24 Suvayu Ali napisał(a): > Hi Orgers, > > I use double spaces to demarcate end of sentences > (sentence-end-double-space t). Now when I use things like "e.g. " or > "Fig. ", Emacs understands it is not the end of sentence and does the > "right thing", say for fil

[O] Automatically escaping single spaces

2013-03-18 Thread Suvayu Ali
Hi Orgers, I use double spaces to demarcate end of sentences (sentence-end-double-space t). Now when I use things like "e.g. " or "Fig. ", Emacs understands it is not the end of sentence and does the "right thing", say for filling. However when I export a phrase like that from Org, say to LaTeX,