mirror of
https://github.com/emacs-twist/org-babel.git
synced 2025-03-05 08:17:05 +00:00
Add todo
This commit is contained in:
parent
249dcb5a8e
commit
116e37bc45
1 changed files with 4 additions and 0 deletions
|
@ -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 [ ]
|
||||
|
|
Loading…
Add table
Reference in a new issue