Re: [O] Non-leading commas removed from src blocks

2011-09-06 Thread Hsiu-Khuern Tang
On Tue, Sep 6, 2011 at 9:00 PM, Eric Schulte wrote: > Hsiu-Khuern Tang writes: > >> Hi Eric, >> >> I think your commit 20044297 caused non-leading commas to be removed >> from src blocks.  Example: >> ... >> My original email about this is here: >> http://article.gmane.org/gmane.emacs.orgmode/449

Re: [O] Non-leading commas removed from src blocks

2011-09-06 Thread Eric Schulte
Hsiu-Khuern Tang writes: > Hi Eric, > > I think your commit 20044297 caused non-leading commas to be removed > from src blocks. Example: > > = > * test > > #+begin_src r > a <- c(1 >, 2 >, 3) > #+end_src > = > > But I could

[O] Non-leading commas removed from src blocks

2011-09-06 Thread Hsiu-Khuern Tang
Hi Eric, I think your commit 20044297 caused non-leading commas to be removed from src blocks. Example: = * test #+begin_src r a <- c(1 , 2 , 3) #+end_src = But I could be misunderstanding what "non-leading" means. My origi