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
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
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