mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-21 06:55:35 +00:00
fixup! org-lint: Lint malformed timestamps
This commit is contained in:
parent
ab542a6532
commit
ef4d8adcaa
@ -1300,7 +1300,7 @@ AST is the buffer parse tree."
|
||||
(org-element-property :begin timestamp)
|
||||
(org-element-property :end timestamp))))
|
||||
(unless (equal expected actual)
|
||||
(list (org-element-begin timestamp)
|
||||
(list (org-element-property :begin timestamp)
|
||||
(format "Potentially malformed timestamp. Recognized: %s" expected)))))))
|
||||
|
||||
;;; Checkers declaration
|
||||
|
Loading…
Reference in New Issue
Block a user