• Joined on 2022-01-04
exot pushed to master at exot/.emacs.d 2023-01-16 19:16:39 +01:00
558bb0b1cc Make timestamp format in workload overview report consistent
exot pushed to master at exot/.emacs.d 2023-01-16 19:15:06 +01:00
e5577f8094 Fix org-read-date not recognizing hh:mm parts on startup
bb7da2e08e Change timestamp format in workload overview report to internal time
Compare 2 commits »
exot pushed to master at exot/.emacs.d 2023-01-16 17:28:15 +01:00
4e5cad2842 Fix off-by-one error in workload overview report
c1476df9e8 Ignore done tasks in "Tasks on hold" agenda view
Compare 2 commits »
exot pushed to master at exot/.emacs.d 2023-01-15 14:08:43 +01:00
f3354790c2 Include also non-tasks in HOLD agenda view
exot pushed to master at exot/.emacs.d 2023-01-14 20:43:53 +01:00
41ea9114b4 Deprecate sdvc in favor of the builtin dictionary lookup
exot pushed to master at exot/.emacs.d 2023-01-13 22:32:23 +01:00
d699fc8450 Add property to exclude individual Org items as checklist backlinks
exot pushed to master at exot/.emacs.d 2023-01-13 19:35:55 +01:00
d712010094 Add property to exclude individual Org items as checklist backlinks
exot pushed to master at exot/.emacs.d 2023-01-13 19:35:09 +01:00
dd8f3aef77 Add property to exclude individual Org items as checklist backlinks
exot pushed to master at exot/.emacs.d 2023-01-12 16:47:18 +01:00
fc4d6b7767 Fix some identation
exot pushed to master at exot/.emacs.d 2023-01-12 16:33:46 +01:00
f534833520 Add caption with time for workload reports
exot pushed to master at exot/.emacs.d 2023-01-11 21:17:28 +01:00
2423dcf6cd Fix start date in workload overview report to midnight
exot pushed to master at exot/.emacs.d 2023-01-11 21:12:30 +01:00
3739c473ac Fix start date in workload overview report to midnight
exot pushed to master at exot/.emacs.d 2023-01-11 20:48:38 +01:00
28b2047ad6 Fix stacking of summed effort estimations upon agenda refresh
6ed088d2da Fix missing summation of time blocks in agenda
Compare 2 commits »
exot pushed to master at exot/.emacs.d 2022-12-30 10:52:16 +01:00
a557e7420d Ignore HOLD items in SOMEWHEN list
exot pushed to master at exot/.emacs.d 2022-12-30 10:50:03 +01:00
1de6bb2a30 Ignore HOLD items in SOMEWHEN list
exot pushed to master at exot/.emacs.d 2022-12-22 11:11:59 +01:00
b5f88be7e8 Fix return value of our around advice for org-store-link
exot pushed to master at exot/.emacs.d 2022-12-22 11:10:54 +01:00
091c979cbf Fix return value of our around advice for `org-store-link'
exot pushed to master at exot/.emacs.d 2022-12-21 09:47:28 +01:00
8511ebb82a Replace personal function redefinitions with around advices
exot pushed to master at exot/.emacs.d 2022-12-21 09:43:01 +01:00
0bed13b228 Replace personal function redefinitions with around advices
exot pushed to master at exot/.emacs.d 2022-12-20 14:38:10 +01:00
1eee33ea5d Replace some one-time advices with define-advice