0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-16 16:46:26 +00:00

o-b-worg.org: change :var to function call syntax

This commit is contained in:
Dan Davison 2009-09-07 14:10:34 -04:00
parent afa694acf0
commit 91a4bdb767

View file

@ -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