Sha256: 6b85f84b9cbef7531914f806bce81deb59a3dc05004a3d7767dfeb16edb670bb
Contents?: true
Size: 399 Bytes
Versions: 12
Compression:
Stored size: 399 Bytes
Contents
# -*- mode: org -*- #+OPTIONS: ^:nil #+TITLE: Runs specified blocks #+DATE: 2014-05-03 #+STARTUP: showeverything Considering that there are the following blocks defined: #+name: first_block #+begin_src sh echo "Running first block!" echo 'First block' > same.log #+end_src Second block: #+name: second_block #+begin_src sh echo "Running second block!" echo 'Second block' >> same.log #+end_src
Version data entries
12 entries across 12 versions & 1 rubygems