Add feature/file-templates
This commit is contained in:
parent
8c2b90b3af
commit
2df2c9298f
64 changed files with 1455 additions and 0 deletions
6
modules/feature/file-templates/templates/org-mode/__
Normal file
6
modules/feature/file-templates/templates/org-mode/__
Normal file
|
@ -0,0 +1,6 @@
|
|||
# -*- mode: snippet -*-
|
||||
# name: Org template
|
||||
# --
|
||||
#+TITLE:${1:`(f-base buffer-file-name)`}
|
||||
|
||||
$0
|
|
@ -0,0 +1,17 @@
|
|||
#+TITLE:${1:Contact Name}
|
||||
#+DATE: `(format-time-string "%Y-%m-%d")`
|
||||
#+EMAIL: ${2:email@address.com}
|
||||
#+ADDRESS: $3
|
||||
#+CITY: $4
|
||||
#+COUNTRY: $5
|
||||
|
||||
${0:...}
|
||||
|
||||
* Associates
|
||||
+ Associate's name :: associates@email.com
|
||||
* Projects [/]
|
||||
** ACTIVE ... [/]
|
||||
* Invoices [/]
|
||||
** PENDING YYMM-0000 *1,000 USD*
|
||||
* Notes
|
||||
* Correspondence
|
|
@ -0,0 +1,21 @@
|
|||
#+TITLE:${1:1234-5678}
|
||||
#+DATE: `(format-time-string "%Y-%m-%d")`
|
||||
#+ISSUED: ${2:`(format-time-string "%Y-%m-%d")`}
|
||||
#+PAID: ${3:`(format-time-string "%Y-%m-%d")`}
|
||||
#+CURRENCY: ${4:CAD|USD|DKK|GBP}
|
||||
#+CONTACT: ${5:Contact ID}
|
||||
#+PROJECT: ${6:Project ID}
|
||||
|
||||
| *Description* | *qty* | *rate* | *total* |
|
||||
|----------------------------------------------+-----+--------+-------|
|
||||
| $0 [1] | | | |
|
||||
|----------------------------------------------+-----+--------+-------|
|
||||
| | | | |
|
||||
#+TBLFM: $4=$2+$3::@>$4=vsum(@2..@-1)
|
||||
|
||||
[1] ...
|
||||
|
||||
* Comments
|
||||
...
|
||||
* Notes
|
||||
** Attachments [0/0]
|
|
@ -0,0 +1,9 @@
|
|||
#+TITLE:${1:Project Name}
|
||||
#+DATE: `(format-time-string "%Y-%m-%d")`
|
||||
#+CONTACT: ${2:Contact name}
|
||||
|
||||
$0
|
||||
|
||||
* Tasks [/]
|
||||
* Timeframe
|
||||
* Notes
|
Loading…
Add table
Add a link
Reference in a new issue