🔧 (config/org) Don't end the day at midnight
All checks were successful
Publish / publish (push) Successful in 12s
All checks were successful
Publish / publish (push) Successful in 12s
This commit is contained in:
parent
d85ad3b12b
commit
4c58fa1033
1 changed files with 6 additions and 0 deletions
|
@ -1391,6 +1391,12 @@ Set a predefined tags. The first group is the list of GTD contexts. These are (
|
|||
("sysadmin" . ?S)))
|
||||
#+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
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
|
|
Loading…
Add table
Reference in a new issue