From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jack Kamm Subject: Re: emacs build command for org-files Date: Mon, 27 Jan 2020 09:38:13 -0800 Message-ID: <871rrkg5q2.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49678) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iw8L3-0001KH-BO for emacs-orgmode@gnu.org; Mon, 27 Jan 2020 12:38:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iw8L2-0003n8-8Y for emacs-orgmode@gnu.org; Mon, 27 Jan 2020 12:38:17 -0500 Received: from mail-pf1-x42b.google.com ([2607:f8b0:4864:20::42b]:35557) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iw8L2-0003mT-3a for emacs-orgmode@gnu.org; Mon, 27 Jan 2020 12:38:16 -0500 Received: by mail-pf1-x42b.google.com with SMTP id i23so5233435pfo.2 for ; Mon, 27 Jan 2020 09:38:16 -0800 (PST) In-Reply-To: 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: John Kitchin , "briangpowell ." Cc: org-mode-email John Kitchin writes: > If there was a lispy version of make that made this possible, I would > use it. This is an aside, but GNU Make can use Guile Scheme as an embedded extension language: https://www.gnu.org/software/make/manual/html_node/Guile-Integration.html I don't think this solves any issues in this thread, but I think it's pretty neat, and might scratch your itch if you're looking for a lispy make.