fix conditional logic bug in org-capture setup
This commit is contained in:
parent
f591417791
commit
800b4fdcd4
|
@ -168,7 +168,7 @@
|
|||
)
|
||||
))
|
||||
)
|
||||
(when (not kmn/is-dayjob)
|
||||
(when kmn/is-dayjob
|
||||
(setq org-capture-templates '(
|
||||
("d" "TODO (Main)" entry
|
||||
(file "~/org/_todo.org")
|
||||
|
|
Reference in a new issue