Emacs Org Mode: How To Stop Total in Column View Showing Number of Days?

前端 未结 2 720
你的背包
你的背包 2021-02-19 04:40

I\'m using Emacs 23.4.1 and Org-Mode 8.0.6

In my org file I have the estimated number of hours that a task will take using the Effort property of the associ

2条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-19 05:19

    The accepted answer did not work for me. I was going to display CLOCKSUM in hours. This worked:

    (setq org-duration-format 'h:mm)

提交回复
热议问题