diff --git a/core/cubes/snippets/org-mode/tw b/core/cubes/snippets/org-mode/tw new file mode 100644 index 0000000..a7ab557 --- /dev/null +++ b/core/cubes/snippets/org-mode/tw @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# contributor: lxsameer +# name: to write block +# key: tba +# Adds a TOWRITE block to org file. Your exporter has to +# know how to deal with this block. For example for latex you need +# to include this header `#+LATEX_HEADER: \newenvironment{\TOWRITE}{...}` +# -- +#+BEGIN_TOWRITE +$0 +#+END_TOWRITE \ No newline at end of file