Sven Bretfeld <sven.bretf...@ntnu.no> writes: > ... > Now, it is the beginning of the first week of October. I make my weekly > planning and decide to spent 15 hours of this week with Project 1 and 5 > with Project two. Today I would want to work on Project 1 for 4 hours, 3 > on Project 2. I'm clocking in to Project 1, setting a org-clock-alarm to > remind me when it is time to switch to Project 2: > > * Project 1 > :PROPERTIES: > :EFFORT_TOTAL: 100:00 > :EFFORT_THIS_MONTH: 54 > :EFFORT_THIS_WEEK: 15 > :EFFORT_TODAY: 4 > :CLOCK_MODELINE_TOTAL: today > :END: > DEADLINE: <2023-12-24> > ... > Does anybody have an idea how to realize this scenario?
I am not sure what you mean by `org-clock-alarm'. We have `org-clock-sound', which you need to customize for alarm to be played when clocked time exceeds EFFORT. For weekly/monthly/total, you can use clock tables to summarize the time spend on different projects during the week/month/in total. See https://orgmode.org/manual/The-clock-table.html You can display additional property values in the clock table using :properties attribute. That will allow seeing clocked time and your estimates stored in EFFORT_* properties. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>