Add org-mode file templates
This commit is contained in:
parent
667d581e06
commit
7f8350c9be
3 changed files with 47 additions and 0 deletions
14
private/templates/org-mode/__contact.org
Normal file
14
private/templates/org-mode/__contact.org
Normal file
|
@ -0,0 +1,14 @@
|
|||
#+TITLE:${1:Firstname Lastname}
|
||||
Created `(format-time-string "<%Y-%m-%d>")`
|
||||
|
||||
| Contact | ${2:Firstname Lastname} |
|
||||
| Email | ${3:email@address.com} ([[mailto:$2][email]]) |
|
||||
| Address | ${4:PO Box 5, 2920} |
|
||||
| City | ${5:Charlottenlund} |
|
||||
| Country | ${6:Denmark} |
|
||||
|
||||
* Projects [/]
|
||||
** $7 [/]
|
||||
* Invoices [/]
|
||||
** TODO ${0:YYMM-0000 1,000 USD}
|
||||
* Notes
|
Loading…
Add table
Add a link
Reference in a new issue