1
0
Fork 0
mirror of https://github.com/emacs-twist/org-babel.git synced 2024-12-14 11:07:30 +00:00

docs(readme): Fix the default languages

This commit is contained in:
Akira Komamura 2022-02-09 14:24:45 +09:00
parent 12460561ff
commit 32c28e885f

View file

@ -64,7 +64,7 @@ Example:
}
#+end_src
Default: =[ "emacs-lisp" "lisp" ]=
Default: =[ "emacs-lisp" "elisp" ]=
**** Filtering subtrees
You can transform the input by specifying =processLines= option.
It must be a function that takes a list of strings and returns a list of strings.