emacs-orgmode
[Top][All Lists]
Advanced

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

[PATCH] org-get-cursor-date regexp patch


From: No Wayman
Subject: [PATCH] org-get-cursor-date regexp patch
Date: Sun, 02 Aug 2020 14:54:34 -0400
User-agent: mu4e 1.5.5; emacs 28.0.50

The regular expression in `org-get-cursor-date' assumes the time 
grid string will have two digits in the hour portion of the time 
strng.
However, the grid time string does not always have two digits. For 
example:
" 8:00......"

The attached patch accounts for this and uses the rx macro to communicate the intent of the regular expression more clearly.

Attachment: 0001-org.el-org-get-cursor-date-Fix-regular-expression.patch
Description: org-get-cursor-date-regexp-fix


reply via email to

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