Add the tw(towrite) snippet org-mode

This commit is contained in:
Sameer Rahmani 2022-04-01 11:57:49 +01:00
parent f7977ab742
commit 862366e287
1 changed files with 11 additions and 0 deletions

View File

@ -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