0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-20 07:18:55 +00:00
org-mode/test-tangle-load.org

19 lines
290 B
Org Mode
Raw Normal View History

#+TITLE: testing org-babel-load
#+OPTIONS: toc:nil num:nil ^:nil
* elisp blocks
** lets look at the order
#+begin_src emacs-lisp
(message "I'm the first")
#+end_src
#+begin_src emacs-lisp
(message "I'm the second")
#+end_src
#+begin_src emacs-lisp
(message "I'm the third")
#+end_src