Merge branch 'maint'
[org-mode.git] / testing / examples / org-exp.org
blobe101335ca63952ce1762b6d35adbc03adb0b838e
1 #+Title: a collection of examples for export tests
2 #+OPTIONS: ^:nil
4 * stripping commas from within blocks on export
5   :PROPERTIES:
6   :ID:       76d3a083-67fa-4506-a41d-837cc48158b5
7   :END:
8 The following commas should not be removed.
10 #+begin_src r
11   a <- c(1
12          , 2
13          , 3)
14 #+end_src