Commit 3f3ff64
org-clock: Make quarter work as parameter for :step in clocktable
Hi,
many years ago a colleague and myself wrote a patch for quarters into
org-mode/clocktable for blocks, today I noticed that :step should allow
'quarter' as an argument too. Here's the tiny patch to allow that.
* doc/org-manual.org (The clock table): Document the new clocktable
option.
* lisp/org-clock.el:
(org-clocktable-steps): Add new 'quarter allowed value.
TINYCHANGE1 parent 7c20552 commit 3f3ff64
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6754 | 6754 | | |
6755 | 6755 | | |
6756 | 6756 | | |
6757 | | - | |
| 6757 | + | |
6758 | 6758 | | |
6759 | 6759 | | |
6760 | 6760 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2846 | 2846 | | |
2847 | 2847 | | |
2848 | 2848 | | |
| 2849 | + | |
2849 | 2850 | | |
2850 | 2851 | | |
2851 | 2852 | | |
| |||
2898 | 2899 | | |
2899 | 2900 | | |
2900 | 2901 | | |
| 2902 | + | |
2901 | 2903 | | |
2902 | 2904 | | |
2903 | 2905 | | |
| |||
0 commit comments