yasnippet-snippets/snippets/org-mode/table

8 lines
160 B
Plaintext

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