Re: [O] Hang on incomplete input

2011-12-01 Thread Nick Dokos
Ken Williams wrote: > > > A good starting point on this change is Eric Schulte's message entitled > > > > "Standardized code block syntax and Property Accumulation merged into > > Master" > > Thanks for the heads up, I'll make the change. But it seems like the thread > you referenced might

Re: [O] Hang on incomplete input

2011-12-01 Thread Ken Williams
> -Original Message- > From: nicholas.dokos > Sent: Thursday, December 01, 2011 12:19 PM > > Note also that #+BABEL: is obsolete for versions of org more recent than Oct. > 20 or so. You seem to still be running 7.7 from late July or early August, so > you > should still be OK, but when

Re: [O] Hang on incomplete input

2011-12-01 Thread Nick Dokos
Ken Williams wrote: > > > > -Original Message- > > From: n...@dokosmarshall.org [mailto:n...@dokosmarshall.org] On Behalf > > Of Nick Dokos > > Sent: Thursday, December 01, 2011 9:21 AM > > > > Forgive my ignorance: how do I check the ESS version? And what does ESS > > have to do with R

Re: [O] Hang on incomplete input

2011-12-01 Thread Ken Williams
> -Original Message- > From: n...@dokosmarshall.org [mailto:n...@dokosmarshall.org] On Behalf > Of Nick Dokos > Sent: Thursday, December 01, 2011 9:21 AM > > Forgive my ignorance: how do I check the ESS version? And what does ESS > have to do with R? I thought this was an R code block, bu

Re: [O] Hang on incomplete input

2011-12-01 Thread Nick Dokos
Ken Williams wrote: > > Rafael wrote: > > > In Ubuntu 10.10, emacs 23.2 and recent org, I get an *Org-Babel Error > > Output* buffer, saying: > > > > Error: unexpected '}' in: > > "ddply(x, > > }" > > Execution halted > > I'm using: > > GNU Emacs 23.3 (from http://vgoulet.act.ulaval.ca/en/ema

Re: [O] Hang on incomplete input

2011-12-01 Thread Ken Williams
Rafael wrote: > In Ubuntu 10.10, emacs 23.2 and recent org, I get an *Org-Babel Error > Output* buffer, saying: > > Error: unexpected '}' in: > "ddply(x, > }" > Execution halted I'm using: GNU Emacs 23.3 (from http://vgoulet.act.ulaval.ca/en/emacs/windows/) Windows 7 org-mode 7.7 ESS 5.14 What

Re: [O] Hang on incomplete input

2011-11-30 Thread Rafael
Ken Williams writes: > Apparently, org-mode Babel (or maybe Emacs, or ESS) will hang when > given incomplete input, like the following: > > #+begin_src R > ddply(x, > #+end_src > > I was just tearing my hair out trying to figure out why my code was > hanging, because of course it's much longer an

[O] Hang on incomplete input

2011-11-30 Thread Ken Williams
Apparently, org-mode Babel (or maybe Emacs, or ESS) will hang when given incomplete input, like the following: #+begin_src R ddply(x, #+end_src I was just tearing my hair out trying to figure out why my code was hanging, because of course it's much longer and I didn't notice the missing paren.