Skip to content

Commit

Permalink
Parse correct headers to ~review-data-parse~
Browse files Browse the repository at this point in the history
  • Loading branch information
l3kn committed Mar 16, 2024
1 parent e40ddeb commit bfe9112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-fc-cache.el
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ date / suspension state before review."
(when (org-fc-suspended-entry-p)
(error "Trying to review a suspended card"))
(let* ((name (oref cur name))
(review-data (org-fc-review-data-parse))
(review-data (org-fc-review-data-parse '(due)))
(row (org-fc-review-data-get-row review-data name))
(due (parse-iso8601-time-string (plist-get row 'due))))
(unless (time-less-p due (current-time))
Expand Down

0 comments on commit bfe9112

Please sign in to comment.