diff options
author | fpi | 2020-08-01 18:14:36 +0200 |
---|---|---|
committer | fpi | 2022-03-17 14:44:36 +0100 |
commit | 9d6dc81da42a928200f332b11831479677ceeaa8 (patch) | |
tree | 1f19b8985c41c6f14c2144e9ec2da795a43b3dd3 | |
parent | Include tasks of subprojects in current hotlist (diff) |
Set custom scheduled leaders for the agenda
Diffstat (limited to '')
-rw-r--r-- | emacs-init.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs-init.org b/emacs-init.org index ce6b6a6..0206424 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -3441,6 +3441,7 @@ I use a org version with some custom patches. Rather than using something like = (org-agenda-skip-scheduled-if-done t) (org-agenda-dim-blocked-tasks t) (org-sort-agenda-notime-is-late t) + (org-agenda-scheduled-leaders '(" ➫" "➫ ")) ;; alternatives if font supports them: 👉🖝🕣🕣 ;; See emacs.christianbaeuerlein.com/my-org-config.html (org-agenda-block-separator 9472) (org-agenda-custom-commands |