diff options
author | Guangxiong Lin <[email protected]> | 2021-12-26 21:09:56 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2021-12-26 21:09:56 +0800 |
commit | 93f48df5254cab9eb966a02ff5b68b9248befd25 (patch) | |
tree | 7f514c10d23bbf918cfc366a5fef847580a8572d /.emacs.d | |
parent | d805cf13c07a9c666d29dfc981b8b491a902cd04 (diff) | |
download | dotfiles-93f48df5254cab9eb966a02ff5b68b9248befd25.tar.gz dotfiles-93f48df5254cab9eb966a02ff5b68b9248befd25.tar.bz2 dotfiles-93f48df5254cab9eb966a02ff5b68b9248befd25.zip |
Update org mode warning days and remove prefix
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/lisp/init-org.el | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.emacs.d/lisp/init-org.el b/.emacs.d/lisp/init-org.el index af48a56..135ccd3 100644 --- a/.emacs.d/lisp/init-org.el +++ b/.emacs.d/lisp/init-org.el @@ -84,14 +84,14 @@ :init (setq org-agenda-dim-blocked-tasks nil) (setq org-agenda-skip-deadline-prewarning-if-scheduled t) - (setq org-agenda-prefix-format - '((agenda . "%i %-12:c%?-12t% s %b") - (timeline . " % s") - (todo . "%i %-12:c %b") - (tags . "%i %-12:c") - (search . " %i %-12:c"))) + ;; (setq org-agenda-prefix-format + ;; '((agenda . "%i %-12:c%?-12t% s %b") + ;; (timeline . " % s") + ;; (todo . "%i %-12:c %b") + ;; (tags . "%i %-12:c") + ;; (search . " %i %-12:c"))) - (setq org-deadline-warning-days 10) + (setq org-deadline-warning-days 30) (setq org-agenda-compact-blocks t) (setq org-agenda-custom-commands '(("D" "Daily agenda and all TODOs" |