emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Fix docstring of `org-at-timestamp-p'


From: Liu Hui
Subject: [PATCH] Fix docstring of `org-at-timestamp-p'
Date: Wed, 23 Aug 2023 14:31:32 +0800

Hi,

I find that the doc string of `org-at-timestamp-p' about match groups
is not consistent with the behavior. The doc string says

When matching, the match groups are the following:
  group 1: year, if any
  group 2: month, if any
  group 3: day number, if any
  group 4: day name, if any
  group 5: hours, if any
  group 6: minutes, if any

but for timestamps like <2023-08-23 Wed>, (when (org-at-timestamp-p)
(match-string 2)) will return the year 2023 instead of the month. This
patch corrects the group numbers.

Attachment: 0001-lisp-org.el-org-at-timestamp-p-fix-doc-string.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]