branch: externals/tempel
commit 5993446120ebfcf0aeec0ebc092151c169761199
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Update examples in README (See #22)
---
 README.org | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 339523fc6e..c63f2e228a 100644
--- a/README.org
+++ b/README.org
@@ -157,8 +157,9 @@ follow.
   (center "#+begin_center" n> r> n> "#+end_center")
   (comment "#+begin_comment" n> r> n> "#+end_comment")
   (verse "#+begin_verse" n> r> n> "#+end_verse")
-  (src "#+begin_src " p n> r> n> "#+end_src")
-  (elisp "#+begin_src emacs-lisp" n> r> n "#+end_src")
+  (src "#+begin_src " p n "#+end_src" (progn (tempel-done) (org-edit-src-code) 
nil))
+  (el "#+begin_src emacs-lisp" n "#+end_src" (ignore (org-edit-src-code)))
+  (py "#+begin_src python" n "#+end_src" (ignore (org-edit-src-code)))
 #+end_src
 
 * Template syntax

Reply via email to