Browse Source

manual.org: Fix example

Nicolas Goaziou 7 years ago
parent
commit
a86883fab8
1 changed files with 1 additions and 3 deletions
  1. 1 3
      contrib/manual.org

+ 1 - 3
contrib/manual.org

@@ -16849,9 +16849,7 @@ variable ~org-babel-inline-result-wrap~, which by default is set to
      followed by a colon. For example, in order to execute a block
      named =clear-data= in =file.org=, you can write the following:
 
-     #+begin_src org
-       ,#+CALL: file.org:clear-data()
-     #+end_src
+     : #+CALL: file.org:clear-data()
 
 - =<arguments>= ::