FG42/core/cubes/snippets/org-mode/tw

11 lines
339 B
Plaintext
Raw Normal View History

2022-04-01 11:57:49 +01:00
# -*- mode: snippet -*-
# contributor: lxsameer <lxsameer@gnu.org>
# name: to write block
2022-04-01 12:01:21 +01:00
# key: tw
2022-04-01 11:57:49 +01:00
# 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}{...}{...}`
2022-04-01 11:57:49 +01:00
# --
#+BEGIN_TOWRITE
$0
#+END_TOWRITE