We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 122c534 commit f25f96dCopy full SHA for f25f96d
lua/orgmode/files/elements/search.lua
@@ -403,7 +403,7 @@ function PropertyMatch:parse(input)
403
-- Parse relative formats (e.g. <+1d>) as well as absolute
404
date_content = date_str:match('^<([%+%-]%d+[dmyhwM])>$')
405
if date_content then
406
- date_value = Date.now()
+ date_value = Date.today()
407
date_value = date_value:adjust(date_content)
408
else
409
date_content = date_str:match('^<([^>]+)>$')
0 commit comments