diff options
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 | | -| | | | |