emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Babel for eshell?


From: Lawrence Bottorff
Subject: [O] Babel for eshell?
Date: Wed, 19 Aug 2015 17:44:03 -0400

Is there any way to do literate Babel-style things with eshell? Only shell (sh) seems to be listed among the languages. As I understand, eshell is just a wrapper around actual elisp expressions. For example, 

find-file foobar.txt

is actually

(find-file "foobar.txt")

I'd like to do shell-like stuff and capture everything literate-style in code and result blocks. If no Babel for eshell, is there a way to translate eshell into its raw elisp? Then I could do Babel on the elisp.

LB

reply via email to

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