org.el (org-fontify-meta-lines-and-blocks-1): Don't try to add text properties outsid...
[org-mode.git] / testing / examples / no-heading.org
blob24d7c0868b501d8f406dc8fb917d8eef9984aa2d
1 This is an example file for use by the Org-mode tests.
3 This file is special because it has no headings, which can be
4 erroneously assumed by some code.
6 #+begin_src emacs-lisp :tangle no
7   ;; 94839181-184f-4ff4-a72f-94214df6f5ba
8   (message "I am code")
9 #+end_src