emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

org-babel-load-file support elisp


From: Troy Hinckley
Subject: org-babel-load-file support elisp
Date: Mon, 3 Feb 2020 10:30:56 -0700

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. 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]