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:
parent
12460561ff
commit
32c28e885f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue