o-b-worg.org: change :var to function call syntax
This commit is contained in:
parent
afa694acf0
commit
91a4bdb767
|
@ -431,8 +431,8 @@ Here's a sample of our test suite.
|
|||
|
||||
*** code blocks for tests
|
||||
|
||||
#+srcname: basic-elisp
|
||||
#+begin_src emacs-lisp :var n=7
|
||||
#+srcname: basic-elisp(n=7)
|
||||
#+begin_src emacs-lisp
|
||||
(* 2 n)
|
||||
#+end_src
|
||||
|
||||
|
|
Loading…
Reference in New Issue