A
Size: a a a
A
V(
V(
A
A
A
(defsubst aragaer/get-org-date (i)
(let ((prop (get-text-property 1 'date i)))
(defvar date)
(cond
((numberp prop) prop)
(prop (calendar-absolute-from-gregorian prop))
(t (calendar-absolute-from-gregorian date)))))
V(
A
A
A
A
V(
V(
V(
V(
A