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
|
23
private/templates/org-mode/__invoice.yml
Normal file
23
private/templates/org-mode/__invoice.yml
Normal 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: >-
|
||||
?
|
10
private/templates/org-mode/__project.org
Normal file
10
private/templates/org-mode/__project.org
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue