* ob-php.el (supporting PHP in Org-mode Babel): Add.
[org-mode/org-tableheadings.git] / testing / examples / no-heading.org
blob33c172a7a99cda4ad610392fe0db2aee18c8164e
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