From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: Non-leading commas removed from src blocks Date: Tue, 06 Sep 2011 22:00:00 -0600 Message-ID: <87sjo92e9r.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:49430) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R19J4-0001U5-EQ for emacs-orgmode@gnu.org; Wed, 07 Sep 2011 00:00:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R19J3-0004i4-0u for emacs-orgmode@gnu.org; Wed, 07 Sep 2011 00:00:10 -0400 Received: from mail-yi0-f41.google.com ([209.85.218.41]:57612) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R19J2-0004ha-S8 for emacs-orgmode@gnu.org; Wed, 07 Sep 2011 00:00:08 -0400 Received: by yie21 with SMTP id 21so191375yie.0 for ; Tue, 06 Sep 2011 21:00:07 -0700 (PDT) In-Reply-To: (Hsiu-Khuern Tang's message of "Tue, 6 Sep 2011 16:10:47 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Hsiu-Khuern Tang Cc: orgmode 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 be misunderstanding what "non-leading" means. > > My original email about this is here: > http://article.gmane.org/gmane.emacs.orgmode/44977. > Hi Hsiu-Khuern, Thanks for pointing out this behavior. I've just pushed up a change to the git repository which should fix this behavior. Please let me know if the problem persists. Best -- Eric > > Thanks! > > Hsiu-Khuern. -- Eric Schulte http://cs.unm.edu/~eschulte/