forked from colonelpanic/dotfiles
get rid of org-agenda-files logging.
This commit is contained in:
parent
e97f439674
commit
d0d9421e6b
@ -637,13 +637,11 @@ The current directory is assumed to be the project's root otherwise."
|
|||||||
|
|
||||||
(unless (boundp 'org-capture-templates)
|
(unless (boundp 'org-capture-templates)
|
||||||
(defvar org-capture-templates nil))
|
(defvar org-capture-templates nil))
|
||||||
(message "At org load%s" org-habits-file)
|
|
||||||
(setq org-agenda-files
|
(setq org-agenda-files
|
||||||
(--filter (file-exists-p it)
|
(--filter (file-exists-p it)
|
||||||
(list org-gtd-file org-habits-file org-projectile:projects-file
|
(list org-gtd-file org-habits-file org-projectile:projects-file
|
||||||
org-calendar-file)))
|
org-calendar-file)))
|
||||||
|
|
||||||
(message "At org load%s" org-agenda-files)
|
|
||||||
|
|
||||||
(add-to-list 'org-capture-templates
|
(add-to-list 'org-capture-templates
|
||||||
`("c" "Calendar entry" entry
|
`("c" "Calendar entry" entry
|
||||||
|
Loading…
Reference in New Issue
Block a user