From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: update on missing :parameters in code blocks Date: Mon, 22 Sep 2014 19:10:44 +0200 Message-ID: <8738bjh97v.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW77v-000300-Fu for emacs-orgmode@gnu.org; Mon, 22 Sep 2014 13:10:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XW77n-0001vn-Np for emacs-orgmode@gnu.org; Mon, 22 Sep 2014 13:10:15 -0400 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:56678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XW77n-0001kg-IV for emacs-orgmode@gnu.org; Mon, 22 Sep 2014 13:10:07 -0400 In-Reply-To: (John Kitchin's message of "Mon, 22 Sep 2014 12:43:53 -0400") 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: John Kitchin Cc: emacs-orgmode@gnu.org, Charles Berry Hello, John Kitchin writes: > Thanks for the tips. I did not see a way to do the advice here. For what > I need, we need to save parameters for each code block. But it appears > they are all affected by one function org-babel-exp-process-buffer, and > advising this kind of function is tantamount to rewriting the > function! Actually, this is not related to this function, which is but a big dispatcher. Block transformation happens at a lower level (e.g., `org-babel-exp-src-block' and deeper). Regards, -- Nicolas Goaziou