ay new email and contact capture template
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
;; Some functionality uses this to identify you, e.g. GPG configuration, email
|
;; Some functionality uses this to identify you, e.g. GPG configuration, email
|
||||||
;; clients, file templates and snippets. It is optional.
|
;; clients, file templates and snippets. It is optional.
|
||||||
(setq user-full-name "Aly Sewelam"
|
(setq user-full-name "Aly Sewelam"
|
||||||
user-mail-address "linly@swagg.ml")
|
user-mail-address "linlysmolworthy@gmail.com")
|
||||||
|
|
||||||
;; Doom exposes five (optional) variables for controlling fonts in Doom:
|
;; Doom exposes five (optional) variables for controlling fonts in Doom:
|
||||||
;;
|
;;
|
||||||
@@ -237,7 +237,7 @@
|
|||||||
(add-to-list 'org-capture-templates
|
(add-to-list 'org-capture-templates
|
||||||
'("c" "Contact" entry
|
'("c" "Contact" entry
|
||||||
(file+headline "~/org/contacts.org" "Contacts")
|
(file+headline "~/org/contacts.org" "Contacts")
|
||||||
"* %^{Name|John Doe}\n
|
"* %^{Name|John Doe}
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:PHONE: %^{Phone Number}
|
:PHONE: %^{Phone Number}
|
||||||
:ADDRESS: %^{Address}
|
:ADDRESS: %^{Address}
|
||||||
|
|||||||
Reference in New Issue
Block a user