repo.or.cz
/
org-mode.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
o-b-worg: minor changes
[org-mode.git]
/
test-tangle-load.org
blob
74c8db0e4cd05854b19b970eb935e96272dd880a
1
#+TITLE: testing org-babel-load
2
#+OPTIONS: toc:nil num:nil ^:nil
3
4
* elisp blocks
5
6
** lets look at the order
7
8
#+begin_src emacs-lisp
9
(message "I'm the first")
10
#+end_src
11
12
#+begin_src emacs-lisp
13
(message "I'm the second")
14
#+end_src
15
16
#+begin_src emacs-lisp
17
(message "I'm the third")
18
#+end_src