Files
emacs/lisp/yasnippet-snippets/snippets/org-mode/table
2020-12-05 21:29:49 +01:00

8 lines
160 B
Plaintext

# -*- mode: snippet -*-
# name: table
# key: <ta
# --
#+caption: ${1: caption of the table}
|${2:column 1} | ${3: column 2} |
|--------------+----------------|