由于我经常工作到午夜之后,我宁愿在早上6点开始计算我的总工作时间。但是,我无法弄清楚如何为我的时钟表指定时间范围。
我尝试了几个选项,例如
+BEGIN: clocktable :maxlevel 2 :scope file :link t :timestamp t :tstart "<-4h>"
和
#+BEGIN: clocktable :maxlevel 2 :scope file :link t :timestamp t :tstart "<today 06:00>" :tend now
我还试图像Change the hour when org-mode is starting new day中提到的那样修改org-extend-today-until
,但没有用。