org.el: (org-map-entries): Allow SCOPE to be the active region.
[org-mode.git] / testing / examples / normal.org
blobaf6e4ea08e0f79fa04fc0fd43246395b6caeccf0
1 #+TITLE: Example file
2 #+OPTIONS: num:nil ^:nil
3 #+STARTUP: hideblocks
5 This is an example file for use by the Org-mode tests.
7 * top
8 ** code block
9    :PROPERTIES:
10    :tangle:   yes
11    :CUSTOM_ID: code-block-section
12    :END:
13 Here are a couple of code blocks.
15 #+begin_src emacs-lisp :tangle no
16   ;; 94839181-184f-4ff4-a72f-94214df6f5ba
17   (message "I am code")
18 #+end_src