13 lines
434 B
Plaintext
13 lines
434 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: Meeting notes
|
|
# key: ;meeting
|
|
# --
|
|
| *Date* | `(format-time-string "%Y-%m-%d")` |
|
|
| *Attendees* | ${1:names} |
|
|
| *Topic* | ${2:topic} |
|
|
|-------------+-----------------------------------|
|
|
| *Notes* | |
|
|
| *Actions* | |
|
|
| *Next* | |
|
|
$0
|