mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-14 12:48:29 +10:00
Org-agenda as seen on new video.
This commit is contained in:
@@ -712,8 +712,7 @@ List of keybindings (SPC h b b)")
|
||||
(setq org-agenda-files '("~/nc/Org/agenda.org")))
|
||||
|
||||
(setq
|
||||
;; org-fancy-priorities-list '("❗" "[B]" "▰")
|
||||
;; org-fancy-priorities-list '("⬆" "↕" "⬇")
|
||||
;; org-fancy-priorities-list '("❗" "[B]" "[C]")
|
||||
org-fancy-priorities-list '("🟥" "🟧" "🟨")
|
||||
org-priority-faces
|
||||
'((?A :foreground "#ff6c6b" :weight bold)
|
||||
@@ -734,7 +733,7 @@ List of keybindings (SPC h b b)")
|
||||
(org-agenda-overriding-header "Low-priority unfinished tasks:")))
|
||||
(tags "customtag"
|
||||
((org-agenda-skip-function '(org-agenda-skip-entry-if 'todo 'done))
|
||||
(org-agenda-overriding-header "Tasks with customtag tag:")))
|
||||
(org-agenda-overriding-header "Tasks marked with customtag:")))
|
||||
|
||||
(agenda "")
|
||||
(alltodo "")))))
|
||||
|
||||
@@ -1143,8 +1143,7 @@ We need ox-man for "Org eXporting" to manpage format and ox-gemini for exporting
|
||||
(setq org-agenda-files '("~/nc/Org/agenda.org")))
|
||||
|
||||
(setq
|
||||
;; org-fancy-priorities-list '("❗" "[B]" "▰")
|
||||
;; org-fancy-priorities-list '("⬆" "↕" "⬇")
|
||||
;; org-fancy-priorities-list '("❗" "[B]" "[C]")
|
||||
org-fancy-priorities-list '("🟥" "🟧" "🟨")
|
||||
org-priority-faces
|
||||
'((?A :foreground "#ff6c6b" :weight bold)
|
||||
@@ -1165,10 +1164,11 @@ We need ox-man for "Org eXporting" to manpage format and ox-gemini for exporting
|
||||
(org-agenda-overriding-header "Low-priority unfinished tasks:")))
|
||||
(tags "customtag"
|
||||
((org-agenda-skip-function '(org-agenda-skip-entry-if 'todo 'done))
|
||||
(org-agenda-overriding-header "Tasks with customtag tag:")))
|
||||
(org-agenda-overriding-header "Tasks marked with customtag:")))
|
||||
|
||||
(agenda "")
|
||||
(alltodo "")))))
|
||||
|
||||
#+end_src
|
||||
|
||||
** Org-auto-tangle
|
||||
|
||||
Reference in New Issue
Block a user