From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [bug] Code snippets are not getting numbered Date: Wed, 29 Jan 2014 09:08:59 +0100 Message-ID: <87iot3gqg4.fsf@gmail.com> References: <87iot48n1h.fsf@gmail.com> <87mwifhkvx.fsf@gmail.com> <87txcn4q2j.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8QCU-0001Ez-3S for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 03:08:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8QCL-0004fr-MP for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 03:08:46 -0500 Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]:42263) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8QCL-0004fn-Eg for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 03:08:37 -0500 Received: by mail-wg0-f46.google.com with SMTP id x12so2709877wgg.1 for ; Wed, 29 Jan 2014 00:08:36 -0800 (PST) In-Reply-To: <87txcn4q2j.fsf@gmail.com> (Eric Schulte's message of "Tue, 28 Jan 2014 14:24:05 -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: Eric Schulte Cc: emacs-orgmode@gnu.org, Jambunathan K Hello, Eric Schulte writes: > Nicolas Goaziou writes: > >> IIUC, there are two "flags" types in `org-babel-exp-code'. One is >> the :flags parameter and the other one are the switches of the source >> block. Unfortunately, you can have only one at a time since they are >> stored in an alist (the first one shadows the other one). >> >> I think a correct solution would be to rename switches "switches" and >> add them to `org-babel-exp-code-template'. >> >> Eric, what do you think? >> > > That sounds reasonable to me. Done in maint. Regards, -- Nicolas Goaziou