Add org-mode file templates

This commit is contained in:
Henrik Lissner 2015-11-10 18:04:57 -05:00
parent 667d581e06
commit 7f8350c9be
3 changed files with 47 additions and 0 deletions

View 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

View file

@ -0,0 +1,23 @@
---
id: ${1:1234-5678}
currency: ${2:CAD}
date:
created: `(format-time-string "%Y-%m-%d")`
sent: `(format-time-string "%Y-%m-%d")`
contact:
name: $3
email: $4
phone: $5
address: >-
$6
items:
- name: $0
rate: 10.00
qty: 1
description: >-
?
notes: >-
?

View file

@ -0,0 +1,10 @@
#+TITLE:${1:Project Name}
Created `(format-time-string "<%Y-%m-%d>")`
| Contact | [[contact:$2][${2:Contact Name}]] |
${3:...}
* Tasks [/]
* Timeframe
* Notes