commit 3451a36b9d7df0f8e5214ead0c4a364adc2164d2
parent f2263b6b20954356dcc613ef105f584fabc1a3e9
Author: Hugo Soucy <hugo.soucy@equisoft.com>
Date: Thu, 9 May 2019 14:44:51 -0400
Change the names of the org capture templates
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/partials/org.el b/partials/org.el
@@ -13,10 +13,10 @@
(setq org-agenda-files '("~/Nextcloud/Org"))
(setq org-capture-templates
'(("a" "My TODO task at WORK." entry
- (file "~/Nextcloud/Org/tasks--job.org")
+ (file "~/Nextcloud/Org/job.org")
"**** TODO %? \n SCHEDULED: %t DEADLINE: 0")
("b" "My TODO task at HOME." entry
- (file "~/Nextcloud/Org/tasks.org")
+ (file "~/Nextcloud/Org/log.org")
"**** TODO %? \n SCHEDULED: %t DEADLINE: 0")))
;;; org.el ends here