We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be733e4 commit f65ff81Copy full SHA for f65ff81
org-super-agenda.el
@@ -869,6 +869,7 @@ of the arguments to the function."
869
;; without a lot of work (hence my ts.el package, but it's not yet mature
870
;; enough to use here). So we store the Org timestamp element in the text
871
;; properties of the formatted time.
872
+ ;; TODO: Use `ts' for this.
873
:key-form (cl-flet ((get-date-type (type)
874
(when-let* ((date-string (org-entry-get (point) type)))
875
(with-temp-buffer
0 commit comments