We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f52f36 commit 913d79aCopy full SHA for 913d79a
lua/orgmode/parser/search.lua
@@ -1,7 +1,7 @@
1
--TODO: Support regex search
2
3
local Date = require('orgmode.objects.date')
4
-local parsing = require('orgmode.utils.parsing')
+local parsing = require('orgmode.parsers.utils')
5
6
---@class Search
7
---@field term string
lua/orgmode/parser/todo-config.lua
@@ -1,4 +1,4 @@
--- @class TodoConfig
--- @field words TodoConfigWord[]
lua/orgmode/utils/parsing.lua renamed to lua/orgmode/parser/utils.lua
0 commit comments