[Spacemacs] Move org capture templates out of main config
Use org capture templates out of my main config so they can be shared between my Spacemacs config and my vanilla config
This commit is contained in:
2
org/capture/birthday.orgcaptmpl
Normal file
2
org/capture/birthday.orgcaptmpl
Normal file
@@ -0,0 +1,2 @@
|
||||
* %^{Name}
|
||||
SCHEDULED: %^t
|
||||
16
org/capture/email.orgcaptmpl
Normal file
16
org/capture/email.orgcaptmpl
Normal file
@@ -0,0 +1,16 @@
|
||||
** TODO [#A] Write Email
|
||||
SCHEDULED: %^t
|
||||
:PROPERTIES:
|
||||
:CAPTURED: %U
|
||||
:END:
|
||||
From: Lucien Cartier-Tilet <lucien@phundrak.com>
|
||||
To: %^{Recipient}
|
||||
Subject: %^{Object}
|
||||
--text follows this line--
|
||||
%?
|
||||
--
|
||||
Lucien “Phundrak” Cartier-Tilet
|
||||
https://phundrak.com (Français)
|
||||
https://en.phundrak.com (English)
|
||||
|
||||
Sent from a Free and Open-Source Linux operating system with GNU/Emacs
|
||||
3
org/capture/event.orgcaptmpl
Normal file
3
org/capture/event.orgcaptmpl
Normal file
@@ -0,0 +1,3 @@
|
||||
* %^{Title}
|
||||
%^{Scheduled or deadline?||SCHEDULED||DEADLINE}: %^t
|
||||
%?
|
||||
4
org/capture/health.orgcaptmpl
Normal file
4
org/capture/health.orgcaptmpl
Normal file
@@ -0,0 +1,4 @@
|
||||
* %^{Title}
|
||||
SCHEDULED: %^t
|
||||
|
||||
%?
|
||||
6
org/capture/informatique.orgcaptmpl
Normal file
6
org/capture/informatique.orgcaptmpl
Normal file
@@ -0,0 +1,6 @@
|
||||
* TODO %^{Title}
|
||||
%^{Scheduled or Deadline?||SCHEDULED||DEADLINE}: %^t
|
||||
:PROPERTIES:
|
||||
:CATEGORY: %^{Category}
|
||||
:END:
|
||||
%?
|
||||
2
org/capture/journal.orgcaptmpl
Normal file
2
org/capture/journal.orgcaptmpl
Normal file
@@ -0,0 +1,2 @@
|
||||
* %U %^{Title}
|
||||
%?
|
||||
6
org/capture/link.orgcaptmpl
Normal file
6
org/capture/link.orgcaptmpl
Normal file
@@ -0,0 +1,6 @@
|
||||
* TODO [#C] %^{Title}
|
||||
:PROPERTIES:
|
||||
:CAPTURED: %U
|
||||
:LINK: %^{Link}
|
||||
:END:
|
||||
%?
|
||||
10
org/capture/notes-quote.orgcaptmpl
Normal file
10
org/capture/notes-quote.orgcaptmpl
Normal file
@@ -0,0 +1,10 @@
|
||||
* %^{Title}
|
||||
:PROPERTIES:
|
||||
:CAPTURED: %U
|
||||
:END:
|
||||
Possible inspiration:
|
||||
#+begin_quote
|
||||
%i
|
||||
#+end_quote
|
||||
|
||||
%?
|
||||
5
org/capture/notes.orgcaptmpl
Normal file
5
org/capture/notes.orgcaptmpl
Normal file
@@ -0,0 +1,5 @@
|
||||
* %^{Title}
|
||||
:PROPERTIES:
|
||||
:CAPTURED: %U
|
||||
:END:
|
||||
%?
|
||||
7
org/capture/protocol-link.orgcaptmpl
Normal file
7
org/capture/protocol-link.orgcaptmpl
Normal file
@@ -0,0 +1,7 @@
|
||||
* TODO [#C] Link: %^{Title}
|
||||
:PROPERTIES:
|
||||
:CAPTURED: %U
|
||||
:LINK: %:link
|
||||
:TITLE: %:description
|
||||
:END:
|
||||
%?
|
||||
11
org/capture/protocol.orgcaptmpl
Normal file
11
org/capture/protocol.orgcaptmpl
Normal file
@@ -0,0 +1,11 @@
|
||||
* TODO [#C] %^{Title}
|
||||
:PROPERTIES:
|
||||
:CAPTURED: %U
|
||||
:LINK: %:link
|
||||
:TITLE: %:description
|
||||
:END:
|
||||
#+begin_quote
|
||||
%i
|
||||
#+end_quote
|
||||
|
||||
%?
|
||||
6
org/capture/resource.orgcaptmpl
Normal file
6
org/capture/resource.orgcaptmpl
Normal file
@@ -0,0 +1,6 @@
|
||||
* TODO [#C] %^{Title}
|
||||
:PROPERTIES:
|
||||
:CAPTURED: %U
|
||||
:LINK: %^{Link}
|
||||
:END:
|
||||
%?
|
||||
7
org/capture/youtube.orgcaptmpl
Normal file
7
org/capture/youtube.orgcaptmpl
Normal file
@@ -0,0 +1,7 @@
|
||||
* TODO [#C] %^{Title}
|
||||
:PROPERTIES:
|
||||
:CAPTURED: %U
|
||||
:AUTHOR: %^{Author}
|
||||
:LINK: %^{Link}
|
||||
:END:
|
||||
%?
|
||||
Reference in New Issue
Block a user