From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Including file from a macro? Date: Wed, 27 Jun 2018 10:01:13 +0200 Message-ID: <877emkr73q.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58207) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fY5OI-0004eh-Nv for emacs-orgmode@gnu.org; Wed, 27 Jun 2018 04:01:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fY5O9-0004rM-85 for emacs-orgmode@gnu.org; Wed, 27 Jun 2018 04:01:26 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:46687) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fY5O9-0004pM-1v for emacs-orgmode@gnu.org; Wed, 27 Jun 2018 04:01:17 -0400 In-Reply-To: (Diego Zamboni's message of "Wed, 27 Jun 2018 09:57:44 +0200") 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: Diego Zamboni Cc: Org-mode Hello, Diego Zamboni writes: > Is it possible to use "#+include" from within a macro? No, it isn't. Include keywords are expanded before macros. Regards, -- Nicolas Goaziou