不管是周视图还是日视图,是否使用 r
更新 agenda ,habit graph 都无法显示
但只要 M-x describe-variable RET org-habit-show-all-today
(已经设为 t
),再 r
就可以显示了
还有一个问题就是 habit graph 会遮挡文字,如下图
不管是周视图还是日视图,是否使用 r
更新 agenda ,habit graph 都无法显示
但只要 M-x describe-variable RET org-habit-show-all-today
(已经设为 t
),再 r
就可以显示了
还有一个问题就是 habit graph 会遮挡文字,如下图
org-habit-show-all-today
是nil,org-habit-show-habit
是t,habit graph 显示正常,所以应该不是 org-habit-show-all-today
的问题。该变量的作用是 show the consistency graph of all habits on today’s agenda, even if they are not scheduled. 所以不应该控制是否显示,而是控制显示哪些。org-habit-graph-column
的问题,doom emacs有一个函数(+org-habit-resize-graph-h)就是Right align and resize the consistency graphs。