From 862366e287680a6c9314a65519b35161369d0b6e Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Fri, 1 Apr 2022 11:57:49 +0100 Subject: [PATCH] Add the tw(towrite) snippet org-mode --- core/cubes/snippets/org-mode/tw | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 core/cubes/snippets/org-mode/tw 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