1
0
Fork 0
mirror of https://github.com/emacs-twist/org-babel.git synced 2025-03-05 08:17:05 +00:00
This commit is contained in:
Akira Komamura 2022-02-06 00:55:05 +09:00
parent 249dcb5a8e
commit 116e37bc45

View file

@ -45,6 +45,10 @@ let
go = m: [ (elemAt m 0) ] ++ parse (elemAt m 1);
# TODO: Handle expressions
#
# This will be hard, as it requires an elisp parser.
# It is probably better to unsupport it.
parse' = string:
if string == ""
then [ ]