Compare commits
1 Commits
96a7f35a90
...
e5bad8b847
| Author | SHA1 | Date | |
|---|---|---|---|
| e5bad8b847 |
@ -475,8 +475,6 @@ understood by `org-read-date'."
|
||||
(otherwise (user-error ":sort-column value invalid, see docstring of `org-dblock-write:db/org-workload-report' for options"))))
|
||||
(task-summary (db/org-planned-tasks-in-range start-date end-date org-ql-match)))
|
||||
|
||||
(message "foo %s %s" (plist-get params :sort-column) sort-column-count)
|
||||
|
||||
(insert "| Task | Effort | Timestamp | SCHEDULED | DEADLINE |\n|---|\n")
|
||||
(pcase-dolist (`(,task-id . ,effort-string) (cdr task-summary))
|
||||
(insert (format "| %s | %s | %s | %s | %s |\n"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user