mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-09 17:41:12 +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-agenda-files '("~/nc/Org/agenda.org")))
|
||||||
|
|
||||||
(setq
|
(setq
|
||||||
;; org-fancy-priorities-list '("❗" "[B]" "▰")
|
;; org-fancy-priorities-list '("❗" "[B]" "[C]")
|
||||||
;; org-fancy-priorities-list '("⬆" "↕" "⬇")
|
|
||||||
org-fancy-priorities-list '("🟥" "🟧" "🟨")
|
org-fancy-priorities-list '("🟥" "🟧" "🟨")
|
||||||
org-priority-faces
|
org-priority-faces
|
||||||
'((?A :foreground "#ff6c6b" :weight bold)
|
'((?A :foreground "#ff6c6b" :weight bold)
|
||||||
@@ -734,7 +733,7 @@ List of keybindings (SPC h b b)")
|
|||||||
(org-agenda-overriding-header "Low-priority unfinished tasks:")))
|
(org-agenda-overriding-header "Low-priority unfinished tasks:")))
|
||||||
(tags "customtag"
|
(tags "customtag"
|
||||||
((org-agenda-skip-function '(org-agenda-skip-entry-if 'todo 'done))
|
((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 "")
|
(agenda "")
|
||||||
(alltodo "")))))
|
(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-agenda-files '("~/nc/Org/agenda.org")))
|
||||||
|
|
||||||
(setq
|
(setq
|
||||||
;; org-fancy-priorities-list '("❗" "[B]" "▰")
|
;; org-fancy-priorities-list '("❗" "[B]" "[C]")
|
||||||
;; org-fancy-priorities-list '("⬆" "↕" "⬇")
|
|
||||||
org-fancy-priorities-list '("🟥" "🟧" "🟨")
|
org-fancy-priorities-list '("🟥" "🟧" "🟨")
|
||||||
org-priority-faces
|
org-priority-faces
|
||||||
'((?A :foreground "#ff6c6b" :weight bold)
|
'((?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:")))
|
(org-agenda-overriding-header "Low-priority unfinished tasks:")))
|
||||||
(tags "customtag"
|
(tags "customtag"
|
||||||
((org-agenda-skip-function '(org-agenda-skip-entry-if 'todo 'done))
|
((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 "")
|
(agenda "")
|
||||||
(alltodo "")))))
|
(alltodo "")))))
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Org-auto-tangle
|
** Org-auto-tangle
|
||||||
|
|||||||
Reference in New Issue
Block a user