TODO allow tangle to be called on a single source block
[org-mode.git] / test-tangle-load.org
blob74c8db0e4cd05854b19b970eb935e96272dd880a
1 #+TITLE: testing org-babel-load
2 #+OPTIONS: toc:nil num:nil ^:nil
4 * elisp blocks
6 ** lets look at the order
8 #+begin_src emacs-lisp 
9 (message "I'm the first")
10 #+end_src
12 #+begin_src emacs-lisp
13 (message "I'm the second")
14 #+end_src
16 #+begin_src emacs-lisp
17 (message "I'm the third")
18 #+end_src