|
|
|
|
@ -682,10 +682,10 @@ |
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
|
(setq org-use-speed-commands t) |
|
|
|
|
#+END_SRC |
|
|
|
|
Ideally I should tag some tasks as “break” tasks, which are suitable to be |
|
|
|
|
taken care of during a pomodoro break. Such tasks should be marked with |
|
|
|
|
tags ~:5m:~ and ~:20m:~ according to the estimate on the time it would take to |
|
|
|
|
take care of them |
|
|
|
|
Ideally I should tag some tasks as “break” tasks, which are |
|
|
|
|
suitable to be taken care of during a pomodoro break. Such tasks |
|
|
|
|
should be marked with tags ~:5m:~ and ~:20m:~ according to the |
|
|
|
|
estimate on the time it would take to take care of them |
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
|
(setq org-agenda-custom-commands |
|
|
|
|
'( |
|
|
|
|
|