Browse Source

Cleanup

main
parent
commit
e288e2f68a
  1. 1
      README.org
  2. 2
      daily/2021-02-01.org
  3. 2
      daily/20210201
  4. 2
      init.el
  5. 1
      modules/writing.el

1
README.org

@ -703,6 +703,7 @@ Open an agenda buffer with =SPC a=.
:config :config
(setq org-journal-dir (concat dotfiles/home "/daily/") (setq org-journal-dir (concat dotfiles/home "/daily/")
org-journal-file-type 'daily org-journal-file-type 'daily
org-journal-file-format "%Y-%m-%d.org"
org-journal-enable-agenda-integration t org-journal-enable-agenda-integration t
org-icalendar-store-UID t org-icalendar-store-UID t
org-icalendar-include-todo "all" org-icalendar-include-todo "all"

2
daily/2021-02-01.org

@ -0,0 +1,2 @@
* Monday, 02/01/21
** 00:44 Finished implementing ~org-journal~

2
daily/20210201

@ -1,2 +0,0 @@
* Monday, 02/01/21
** 00:39 Finished journal implementation:w

2
init.el

@ -13,7 +13,7 @@
;; If there is more than one, they won't work right. ;; If there is more than one, they won't work right.
'(org-agenda-files '(org-agenda-files
(quote (quote
("/home/chris/.local/source/secrets/org/birthdays.org" "/home/chris/.local/source/secrets/org/courses.org" "/home/chris/.local/source/secrets/org/holidays.org" "/home/chris/.local/source/dotfiles/daily/20210201"))))
("/home/chris/.local/source/secrets/org/birthdays.org" "/home/chris/.local/source/secrets/org/courses.org" "/home/chris/.local/source/secrets/org/holidays.org" "/home/chris/.local/source/dotfiles/daily/2021-02-01.org"))))
(custom-set-faces (custom-set-faces
;; custom-set-faces was added by Custom. ;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful. ;; If you edit it by hand, you could mess it up, so be careful.

1
modules/writing.el

@ -51,6 +51,7 @@
:config :config
(setq org-journal-dir (concat dotfiles/home "/daily/") (setq org-journal-dir (concat dotfiles/home "/daily/")
org-journal-file-type 'daily org-journal-file-type 'daily
org-journal-file-format "%Y-%m-%d.org"
org-journal-enable-agenda-integration t org-journal-enable-agenda-integration t
org-icalendar-store-UID t org-icalendar-store-UID t
org-icalendar-include-todo "all" org-icalendar-include-todo "all"

Loading…
Cancel
Save