diff options
author | Blendoit <blendoit@gmail.com> | 2020-11-05 00:14:02 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-11-05 00:14:02 -0800 |
commit | d6795836bc8c755275cf59f5ec394ed0ed91191f (patch) | |
tree | 67e0d071da134f45d7d9e056c893d12160194171 /snippets/org-mode | |
parent | a64eebaff27bfc41313a8d3149c24369c21de3d0 (diff) |
New snippets.
Diffstat (limited to 'snippets/org-mode')
-rw-r--r-- | snippets/org-mode/default (renamed from snippets/org-mode/org-doc) | 0 | ||||
-rw-r--r-- | snippets/org-mode/table | 11 |
2 files changed, 11 insertions, 0 deletions
diff --git a/snippets/org-mode/org-doc b/snippets/org-mode/default index ce19410..ce19410 100644 --- a/snippets/org-mode/org-doc +++ b/snippets/org-mode/default 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 | | +| | | | |