🔧 (config/org) Don't end the day at midnight
All checks were successful
Publish / publish (push) Successful in 12s

This commit is contained in:
Marcel Kapfer 2025-03-01 11:13:24 +01:00
parent d85ad3b12b
commit 4c58fa1033
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

View file

@ -1391,6 +1391,12 @@ Set a predefined tags. The first group is the list of GTD contexts. These are (
("sysadmin" . ?S))) ("sysadmin" . ?S)))
#+end_src #+end_src
Don't stop the day at midnight.
#+begin_src emacs-lisp
(setq org-extend-today-until 3)
#+end_src
Set time tag when re-something on todos Set time tag when re-something on todos
#+begin_src emacs-lisp #+begin_src emacs-lisp