Sha256: d46f430266a00de98ef59005b936ec010282ed3c064e87f6e9176adfa058698c
Contents?: true
Size: 662 Bytes
Versions: 4
Compression:
Stored size: 662 Bytes
Contents
# -*- mode: org -*- #+TITLE: Runnable vs. Commented blocks #+DATE: 2014-05-03 #+STARTUP: showeverything #+NOTEBOOK: commented_block #+runmode: sequential ** Runnable blocks #+name: runnable_block_1 #+begin_src sh :results output echo "first" > output.log #+end_src ** COMMENT Non runnable blocks #+name: not_runnable_block_2 #+begin_src sh :results output echo "should not run" >> output.log #+end_src ** More runnable blocks #+name: runnable_block_3 #+begin_src sh :results output echo "third" >> output.log #+end_src *** COMMENT Not runnable block #+name: not_runnable_block_4 #+begin_src sh :results output echo "fourth" >> output.log #+end_src
Version data entries
4 entries across 4 versions & 1 rubygems