# -*- mode: snippet -*- # contributor: lxsameer # name: to write block # key: tw # 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