repo.or.cz
/
org-mode
/
org-tableheadings.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
lisp/org-table.el: fix table alignment
[org-mode/org-tableheadings.git]
/
testing
/
examples
/
no-heading.org
blob
33c172a7a99cda4ad610392fe0db2aee18c8164e
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