From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Inject value of macro into code using a variable Date: Tue, 15 Oct 2019 21:42:53 +0200 Message-ID: <8736ftbxs2.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:41761) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iKSir-0006ZQ-Ce for emacs-orgmode@gnu.org; Tue, 15 Oct 2019 15:43:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iKSin-0008QQ-4L for emacs-orgmode@gnu.org; Tue, 15 Oct 2019 15:43:06 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:54641) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iKSim-0008Px-Un for emacs-orgmode@gnu.org; Tue, 15 Oct 2019 15:43:05 -0400 In-Reply-To: (wlharvey's message of "Tue, 15 Oct 2019 09:37:18 -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" To: wlharvey4 via Emacs-orgmode Cc: wlharvey4@mac.com Hello, wlharvey4 via Emacs-orgmode writes: > Is it possible to inject the value of a macro into code using > a variable? No, macros are mostly text replacement. They are not Babel related. You may want to pass arguments to Babel blocks using other Babel blocks. Regards, -- Nicolas Goaziou