Add org journal entry
This commit is contained in:
parent
82f1df5223
commit
e9e54dab59
@ -477,7 +477,10 @@
|
||||
(setq org-treat-insert-todo-heading-as-state-change t)
|
||||
(setq org-src-preserve-indentation nil)
|
||||
(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)
|
||||
;; https://github.com/alphapapa/org-sticky-header/tree/master
|
||||
@ -571,7 +574,7 @@
|
||||
:straight t
|
||||
:config)
|
||||
|
||||
(load-theme 'doom-badger t)
|
||||
;; (load-theme 'doom-badger t)
|
||||
;; (load-theme 'doom-ir-black t)
|
||||
|
||||
;; Doom Modeline - much easier on the eyes
|
||||
|
||||
@ -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-src-preserve-indentation nil)
|
||||
(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)
|
||||
;; https://github.com/alphapapa/org-sticky-header/tree/master
|
||||
@ -717,7 +720,7 @@ Change the look and feel of Emacs.
|
||||
:straight t
|
||||
:config)
|
||||
|
||||
(load-theme 'doom-badger t)
|
||||
;; (load-theme 'doom-badger t)
|
||||
;; (load-theme 'doom-ir-black t)
|
||||
|
||||
;; Doom Modeline - much easier on the eyes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user