From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [RFC] Org linting library Date: Tue, 19 May 2015 23:26:17 +0200 Message-ID: <87siasuume.fsf@nicolasgoaziou.fr> References: <87a8y4fdmv.fsf@nicolasgoaziou.fr> <87617oznxd.fsf@nicolasgoaziou.fr> <87617owfix.fsf@nicolasgoaziou.fr> <871ticwa9b.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yup0Q-0002e5-Aj for emacs-orgmode@gnu.org; Tue, 19 May 2015 17:24:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yup0P-0001Y2-G6 for emacs-orgmode@gnu.org; Tue, 19 May 2015 17:24:54 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:42070) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yup0P-0001Xr-B8 for emacs-orgmode@gnu.org; Tue, 19 May 2015 17:24:53 -0400 In-Reply-To: (Andreas Leha's message of "Tue, 19 May 2015 22:10:03 +0100") 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: Andreas Leha Cc: emacs-orgmode@gnu.org Andreas Leha writes: > * Test code block names > > #+name: test > #+begin_src R :results none > 1:10 > #+end_src OK. It was a R-specific bug. It should now be fixed. Thank you. Regards,