Dmitri Makarov <dmak...@gmail.com> writes: > After update to Org-mode version 8.3.1 (8.3.1-16-gf6aa53-elpa) the > property "CLOCK_MODELINE_TOTAL" value "today" has no effect. The > modeline timing for a task display the total time for the task, not > the time since the start of the current day. > > GNU Emacs 25.0.50.1 (x86_64-apple-darwin14.4.0, NS appkit-1348.17 > Version 10.10.4 (Build 14E46)) of 2015-08-12
I'm unable to reproduce this (using emacs -Q with Org 8.3.1-95-g25b02e and Emacs 25.0.50.1) on the following example. * h :PROPERTIES: :CLOCK_MODELINE_TOTAL: today :END: :LOGBOOK: CLOCK: [2015-08-16 Sun 02:53]--[2015-08-16 Sun 08:53] => 6:00 CLOCK: [2015-08-15 Mon 02:53]--[2015-08-15 Mon 08:53] => 6:00 :END: Running 'C-c C-x C-i' on above reports 6:00 in the modeline. s/today/all/ shows 12:00. Does the above work correctly for you? If so, can you provide a minimal example that doesn't work for you? -- Kyle