Fix: Indentation

This commit is contained in:
Adam Porter 2018-01-06 04:19:27 -06:00
parent bdea8c923a
commit 949ef58c61

View file

@ -319,13 +319,13 @@ like one returned by `date-to-day'."
(:scheduled (org-entry-get (point) "SCHEDULED")) (:scheduled (org-entry-get (point) "SCHEDULED"))
(:closed (org-entry-get (point) "CLOSED")))) (:closed (org-entry-get (point) "CLOSED"))))
(date-element (with-temp-buffer (date-element (with-temp-buffer
;; FIXME: Hack: since we're using ;; FIXME: Hack: since we're using
;; (org-element-property :type date-element) ;; (org-element-property :type date-element)
;; below, we need this date parsed into an ;; below, we need this date parsed into an
;; org-element element ;; org-element element
(insert timestamp) (insert timestamp)
(goto-char 0) (goto-char 0)
(org-element-timestamp-parser)))) (org-element-timestamp-parser))))
(pcase comparator (pcase comparator
;; Not comparing, just checking if it has one ;; Not comparing, just checking if it has one
('nil t) ('nil t)