repo.or.cz
/
org-mode.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
org-e-beamer: Toggle hypersetup inclusion in template too
[org-mode.git]
/
testing
/
examples
/
org-exp.org
blob
e101335ca63952ce1762b6d35adbc03adb0b838e
1
#+Title: a collection of examples for export tests
2
#+OPTIONS: ^:nil
3
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.
9
10
#+begin_src r
11
a <- c(1
12
, 2
13
, 3)
14
#+end_src