emacs/org: Fix the dang agenda

This commit is contained in:
Payas Relekar 2023-09-13 22:49:39 +05:30
parent b8d6ea02f2
commit 772b819cf3

View file

@ -357,7 +357,8 @@ As such, relying on imperative config evaluation can turn into gotchas. While th
:g "e" #'elfeed
:g "u" #'elfeed-update
:g "g" #'gnus))
(global-dash-fontify-mode 1))
(global-dash-fontify-mode 1)
(age-file-enable))
#+end_src
* Org-mode
** stock
@ -376,7 +377,6 @@ As such, relying on imperative config evaluation can turn into gotchas. While th
:init
(require 'ffap)
(setq! org-fold-core-style 'overlays)
(age-file-enable)
:config
(map!
:map org-mode-map
@ -404,6 +404,7 @@ As such, relying on imperative config evaluation can turn into gotchas. While th
org-cycle-hide-drawer-startup nil
org-startup-folded 'content
org-todo-keywords '((sequence "TODO(t!)" "WAIT(w@/!)" "|" "CANCELLED(c@/!)" "DONE(d@/!)"))
org-todo-keywords-for-agenda '((sequence "TODO(t!)" "WAIT(w@/!)" "|" "CANCELLED(c@/!)" "DONE(d@/!)"))
org-log-into-drawer t
org-log-done 'time
org-log-done-with-time t
@ -417,9 +418,7 @@ As such, relying on imperative config evaluation can turn into gotchas. While th
org-attach-id-uuid-folder-format)
org-deadline-warning-days 2
org-agenda-show-outline-path 'title
org-agenda-skip-deadline-if-done t
org-agenda-skip-additional-timestamps-same-entry t
org-agenda-skip-deadline-prewarning-if-scheduled 'pre-scheduled
org-agenda-skip-deadline-prewarning-if-scheduled nil
org-refile-use-outline-path 'title
org-icalendar-force-alarm 0
org-latex-src-block-backend 'engraved
@ -443,10 +442,7 @@ As such, relying on imperative config evaluation can turn into gotchas. While th
(set-popup-rules!
'(("^\\*Org Src"
:slot 20 :side right :size 0.7 :select t)))
(global-org-modern-mode)
(plist-put! org-format-latex-options
:foreground nil
:background nil))
(global-org-modern-mode))
#+END_SRC
** org-roam
#+begin_src emacs-lisp :lexical t
@ -1124,9 +1120,7 @@ When Emacs is opened in Windows Subsystem for Linux, open web links in Firefox o
:init
(setq! age-program "rage"
age-default-identity "~/.ssh/age"
age-default-recipient "~/.ssh/age.pub")
:config
(age-file-enable))
age-default-recipient "~/.ssh/age.pub"))
#+end_src
** Breadcrumb