Add org journal entry

This commit is contained in:
James Dixon 2025-05-27 05:26:53 -04:00
parent 82f1df5223
commit e9e54dab59
2 changed files with 10 additions and 4 deletions

View File

@ -477,7 +477,10 @@
(setq org-treat-insert-todo-heading-as-state-change t) (setq org-treat-insert-todo-heading-as-state-change t)
(setq org-src-preserve-indentation nil) (setq org-src-preserve-indentation nil)
(setq org-edit-src-content-indentation 0) (setq org-edit-src-content-indentation 0)
(setq org-log-done t)) (setq org-log-done t)
(setq org-capture-templates '(("j" "Journal Entry"
entry (file+olp+datetree "~/Google Drive/My Drive/Org/journal.org")
"* %?" :empty-lines 1))))
;; Sticky headers at the top of the buffer (matching org outline) ;; Sticky headers at the top of the buffer (matching org outline)
;; https://github.com/alphapapa/org-sticky-header/tree/master ;; https://github.com/alphapapa/org-sticky-header/tree/master
@ -571,7 +574,7 @@
:straight t :straight t
:config) :config)
(load-theme 'doom-badger t) ;; (load-theme 'doom-badger t)
;; (load-theme 'doom-ir-black t) ;; (load-theme 'doom-ir-black t)
;; Doom Modeline - much easier on the eyes ;; Doom Modeline - much easier on the eyes

View File

@ -589,7 +589,10 @@ Org mode. Cut my life into pizzas. This is my plastic fork!1 |dmb|
(setq org-treat-insert-todo-heading-as-state-change t) (setq org-treat-insert-todo-heading-as-state-change t)
(setq org-src-preserve-indentation nil) (setq org-src-preserve-indentation nil)
(setq org-edit-src-content-indentation 0) (setq org-edit-src-content-indentation 0)
(setq org-log-done t)) (setq org-log-done t)
(setq org-capture-templates '(("j" "Journal Entry"
entry (file+olp+datetree "~/Google Drive/My Drive/Org/journal.org")
"* %?" :empty-lines 1))))
;; Sticky headers at the top of the buffer (matching org outline) ;; Sticky headers at the top of the buffer (matching org outline)
;; https://github.com/alphapapa/org-sticky-header/tree/master ;; https://github.com/alphapapa/org-sticky-header/tree/master
@ -717,7 +720,7 @@ Change the look and feel of Emacs.
:straight t :straight t
:config) :config)
(load-theme 'doom-badger t) ;; (load-theme 'doom-badger t)
;; (load-theme 'doom-ir-black t) ;; (load-theme 'doom-ir-black t)
;; Doom Modeline - much easier on the eyes ;; Doom Modeline - much easier on the eyes