|
|
|
@ -630,7 +630,10 @@ |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
(setq org-agenda-block-separator ?─) |
|
|
|
(setq org-agenda-block-separator ?─) |
|
|
|
#+END_SRC |
|
|
|
#+END_SRC |
|
|
|
|
|
|
|
Turn on speed keys |
|
|
|
|
|
|
|
#+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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
tags ~:5m:~ and ~:20m:~ according to the estimate on the time it would take to |
|
|
|
|