Fix: Indentation
This commit is contained in:
parent
bdea8c923a
commit
949ef58c61
1 changed files with 7 additions and 7 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue