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
org-element: Make properties parsing more robust
[org-mode.git]
/
testing
/
examples
/
no-heading.org
blob
24d7c0868b501d8f406dc8fb917d8eef9984aa2d
1
This is an example file for use by the Org-mode tests.
2
3
This file is special because it has no headings, which can be
4
erroneously assumed by some code.
5
6
#+begin_src emacs-lisp :tangle no
7
;; 94839181-184f-4ff4-a72f-94214df6f5ba
8
(message "I am code")
9
#+end_src