From mboxrd@z Thu Jan 1 00:00:00 1970 From: Troy Hinckley Subject: org-babel-load-file support elisp Date: Mon, 3 Feb 2020 10:30:56 -0700 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000d1e56f059daf496d" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:52029) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iyfZ3-0006XW-Hp for emacs-orgmode@gnu.org; Mon, 03 Feb 2020 12:31:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iyfZ1-0001Uu-H9 for emacs-orgmode@gnu.org; Mon, 03 Feb 2020 12:31:13 -0500 Received: from mail-oi1-x233.google.com ([2607:f8b0:4864:20::233]:38240) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iyfZ0-0001L8-Hj for emacs-orgmode@gnu.org; Mon, 03 Feb 2020 12:31:10 -0500 Received: by mail-oi1-x233.google.com with SMTP id l9so11697993oii.5 for ; Mon, 03 Feb 2020 09:31:07 -0800 (PST) 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: emacs-orgmode@gnu.org --000000000000d1e56f059daf496d Content-Type: text/plain; charset="UTF-8" I tracked down an issue trying to load a literate config file. org-babel-load-file calls org-babel-tangle-file with lang set to "emacs-lisp". This means that it won't tangle any blocks with language set to "elisp", which is equivalent. I can't think of an easy way to fix this since you would need to target both languages. Maybe at very least we could add something to the doc string to draw attention to this limitation. --000000000000d1e56f059daf496d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I tracked down an issue trying to load a literate config f= ile. org-babel-load-file calls org-babel-tangle-file with lang set to "= ;emacs-lisp". This means that it won't tangle any blocks with lang= uage set to "elisp", which is equivalent. I can't think of an= easy way to fix this since you would need to target both languages. Maybe = at very least we could add something to the doc string to draw attention to= this limitation.=C2=A0
--000000000000d1e56f059daf496d--