1
0
Fork 0
mirror of https://github.com/emacs-twist/org-babel.git synced 2025-03-16 21:38:14 +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 #+end_src
Default: =[ "emacs-lisp" "lisp" ]= Default: =[ "emacs-lisp" "elisp" ]=
**** Filtering subtrees **** Filtering subtrees
You can transform the input by specifying =processLines= option. 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. It must be a function that takes a list of strings and returns a list of strings.