From f837536c98ef7befd3393f784719a16b2a113415 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Tue, 19 Jul 2011 07:31:00 -0600 Subject: [PATCH] scraps: exporting a ditaa example --- scraps.org | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/scraps.org b/scraps.org index c5efbc4..09cedab 100644 --- a/scraps.org +++ b/scraps.org @@ -3,6 +3,34 @@ #+STYLE: * tests and examples +** exporting a ditaa example + +#+begin_src ditaa :file blue.png :cmdline -r +/---------------\ +| test | +| {cBLU} | +\---------------/ +#+end_src + +#+results: +[[file:blue.png]] + +** including noweb refs w/o last newline +#+begin_src sh :noweb yes + <> |\ + <> +#+end_src + +#+source: my-name +#+begin_src sh + echo "eric schulte" +#+end_src + +#+source: capitalize-name +#+begin_src sh + sed 's/^e/E/;s/ s/ S/' +#+end_src + ** simple sbe example | 1 |