From d6795836bc8c755275cf59f5ec394ed0ed91191f Mon Sep 17 00:00:00 2001 From: Blendoit Date: Thu, 5 Nov 2020 00:14:02 -0800 Subject: New snippets. --- snippets/org-mode/table | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 snippets/org-mode/table (limited to 'snippets/org-mode/table') diff --git a/snippets/org-mode/table b/snippets/org-mode/table new file mode 100644 index 0000000..9e40d92 --- /dev/null +++ b/snippets/org-mode/table @@ -0,0 +1,11 @@ +# -*- 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 | | +| | | | -- cgit v1.2.3