[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:
@@ -0,0 +1,2 @@
|
||||
* %^{Name}
|
||||
SCHEDULED: %^t
|
||||
@@ -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
|
||||
@@ -0,0 +1,3 @@
|
||||
* %^{Title}
|
||||
%^{Scheduled or deadline?||SCHEDULED||DEADLINE}: %^t
|
||||
%?
|
||||
@@ -0,0 +1,4 @@
|
||||
* %^{Title}
|
||||
SCHEDULED: %^t
|
||||
|
||||
%?
|
||||
@@ -0,0 +1,6 @@
|
||||
* TODO %^{Title}
|
||||
%^{Scheduled or Deadline?||SCHEDULED||DEADLINE}: %^t
|
||||
:PROPERTIES:
|
||||
:CATEGORY: %^{Category}
|
||||
:END:
|
||||
%?
|
||||
@@ -0,0 +1,2 @@
|
||||
* %U %^{Title}
|
||||
%?
|
||||
@@ -0,0 +1,6 @@
|
||||
* TODO [#C] %^{Title}
|
||||
:PROPERTIES:
|
||||
:CAPTURED: %U
|
||||
:LINK: %^{Link}
|
||||
:END:
|
||||
%?
|
||||
@@ -0,0 +1,10 @@
|
||||
* %^{Title}
|
||||
:PROPERTIES:
|
||||
:CAPTURED: %U
|
||||
:END:
|
||||
Possible inspiration:
|
||||
#+begin_quote
|
||||
%i
|
||||
#+end_quote
|
||||
|
||||
%?
|
||||
@@ -0,0 +1,5 @@
|
||||
* %^{Title}
|
||||
:PROPERTIES:
|
||||
:CAPTURED: %U
|
||||
:END:
|
||||
%?
|
||||
@@ -0,0 +1,7 @@
|
||||
* TODO [#C] Link: %^{Title}
|
||||
:PROPERTIES:
|
||||
:CAPTURED: %U
|
||||
:LINK: %:link
|
||||
:TITLE: %:description
|
||||
:END:
|
||||
%?
|
||||
@@ -0,0 +1,11 @@
|
||||
* TODO [#C] %^{Title}
|
||||
:PROPERTIES:
|
||||
:CAPTURED: %U
|
||||
:LINK: %:link
|
||||
:TITLE: %:description
|
||||
:END:
|
||||
#+begin_quote
|
||||
%i
|
||||
#+end_quote
|
||||
|
||||
%?
|
||||
@@ -0,0 +1,6 @@
|
||||
* TODO [#C] %^{Title}
|
||||
:PROPERTIES:
|
||||
:CAPTURED: %U
|
||||
:LINK: %^{Link}
|
||||
:END:
|
||||
%?
|
||||
@@ -0,0 +1,7 @@
|
||||
* TODO [#C] %^{Title}
|
||||
:PROPERTIES:
|
||||
:CAPTURED: %U
|
||||
:AUTHOR: %^{Author}
|
||||
:LINK: %^{Link}
|
||||
:END:
|
||||
%?
|
||||
Reference in New Issue
Block a user