diff options
author | Marius Peter <marius.peter@tutanota.com> | 2021-09-13 22:49:27 -0700 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2021-09-13 22:49:27 -0700 |
commit | c3875265ccdd1d72f06a16ab1ca725b7cb2ec35b (patch) | |
tree | e6b79624e36b4b632398f318bc4ec04034ec88ee /snippets/org-mode/table | |
parent | cc5cd4196c306b176f8af0124dc3d73b525024b1 (diff) |
Consolidated resources and meta files.
Diffstat (limited to 'snippets/org-mode/table')
-rw-r--r-- | snippets/org-mode/table | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/snippets/org-mode/table b/snippets/org-mode/table deleted file mode 100644 index 9e40d92..0000000 --- a/snippets/org-mode/table +++ /dev/null @@ -1,11 +0,0 @@ -# -*- mode: snippet -*- -# name: table -# key: $tab -# -- -#+NAME: ${1:table-title} -#+CAPTION[${2:Short caption}]: $2. ${3:Optional additional details} -#+ATTR_LATEX: :booktabs t -| *${4:Title of Entries}* | *${5:Column 2}* | *${6:Column 2}* | -|-------------------------+-----------------+-----------------| -| *${7:Entry 1}* | $0 | | -| | | | |