Re: [O] export literal examples font-lock: ess-mode

2012-08-19 Thread Paul Burkander
it works! Thanks. On Sun, Aug 19, 2012 at 2:28 AM, Bastien wrote: > Hi Paul, > > Paul Burkander writes: > > > ah! for some reason capitalizing BEGIN_SRC seems to have been causing > > problems. > > This should not cause problem. I've pushed a small fix for this, > but this may not exactly be

Re: [O] export literal examples font-lock: ess-mode

2012-08-19 Thread Bastien
Hi Paul, Paul Burkander writes: > ah! for some reason capitalizing BEGIN_SRC seems to have been causing > problems.  This should not cause problem. I've pushed a small fix for this, but this may not exactly be the one you needed. Can you pull from latest git and test again with a minimal exa

Re: [O] export literal examples font-lock: ess-mode

2012-08-17 Thread Paul Burkander
ah! for some reason capitalizing BEGIN_SRC seems to have been causing problems. Thanks for your help! On Fri, Aug 17, 2012 at 11:12 AM, Ista Zahn wrote: > On Fri, Aug 17, 2012 at 9:23 AM, Paul wrote: > > I write do-files for Stata code in emacs using ESS, which marks up my > > code and sends i

Re: [O] export literal examples font-lock: ess-mode

2012-08-17 Thread Ista Zahn
On Fri, Aug 17, 2012 at 9:23 AM, Paul wrote: > I write do-files for Stata code in emacs using ESS, which marks up my > code and sends it to a comint-mode buffer for evaluation. I'd like to > include some source code in an org file, as in the below examle: > > #+begin_src -n > foreach var of varli

[O] export literal examples font-lock: ess-mode

2012-08-17 Thread Paul
I write do-files for Stata code in emacs using ESS, which marks up my code and sends it to a comint-mode buffer for evaluation. I'd like to include some source code in an org file, as in the below examle: #+begin_src -n foreach var of varlist _all{ rename `var' new_`var' } #+end_src I have