[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:
2021-09-01 21:58:52 +02:00
parent 3bc7860010
commit 90608c53e3
14 changed files with 93 additions and 284 deletions

View File

@@ -0,0 +1,2 @@
* %^{Name}
SCHEDULED: %^t

View 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

View File

@@ -0,0 +1,3 @@
* %^{Title}
%^{Scheduled or deadline?||SCHEDULED||DEADLINE}: %^t
%?

View File

@@ -0,0 +1,4 @@
* %^{Title}
SCHEDULED: %^t
%?

View File

@@ -0,0 +1,6 @@
* TODO %^{Title}
%^{Scheduled or Deadline?||SCHEDULED||DEADLINE}: %^t
:PROPERTIES:
:CATEGORY: %^{Category}
:END:
%?

View File

@@ -0,0 +1,2 @@
* %U %^{Title}
%?

View File

@@ -0,0 +1,6 @@
* TODO [#C] %^{Title}
:PROPERTIES:
:CAPTURED: %U
:LINK: %^{Link}
:END:
%?

View File

@@ -0,0 +1,10 @@
* %^{Title}
:PROPERTIES:
:CAPTURED: %U
:END:
Possible inspiration:
#+begin_quote
%i
#+end_quote
%?

View File

@@ -0,0 +1,5 @@
* %^{Title}
:PROPERTIES:
:CAPTURED: %U
:END:
%?

View File

@@ -0,0 +1,7 @@
* TODO [#C] Link: %^{Title}
:PROPERTIES:
:CAPTURED: %U
:LINK: %:link
:TITLE: %:description
:END:
%?

View File

@@ -0,0 +1,11 @@
* TODO [#C] %^{Title}
:PROPERTIES:
:CAPTURED: %U
:LINK: %:link
:TITLE: %:description
:END:
#+begin_quote
%i
#+end_quote
%?

View File

@@ -0,0 +1,6 @@
* TODO [#C] %^{Title}
:PROPERTIES:
:CAPTURED: %U
:LINK: %^{Link}
:END:
%?

View File

@@ -0,0 +1,7 @@
* TODO [#C] %^{Title}
:PROPERTIES:
:CAPTURED: %U
:AUTHOR: %^{Author}
:LINK: %^{Link}
:END:
%?