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