1 changed files with 11 additions and 0 deletions
@ -0,0 +1,11 @@
@@ -0,0 +1,11 @@
|
||||
# -*- mode: snippet -*- |
||||
# contributor: lxsameer <lxsameer@gnu.org> |
||||
# 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 |
Loading…
Reference in new issue