We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NVIM v0.8.0-dev-1003-ga62cb406b Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 Compiled by runneradmin@fv-az171-29 Features: -acl +iconv +tui
use { "nvim-neorg/neorg", config = function() require('neorg').setup { load = { ["core.export"] = {config = {}}, ["core.export.markdown"] = {config = {}}, ["core.norg.dirman"] = { config = { workspaces = { notes = "~\\neorg\\notes", gtd = "~\\neorg\\gtd", } } }, ["core.norg.concealer"] = {config = {}}, ["core.keybinds"] = { config = { } }, ["core.norg.qol.todo_items"] = {config = {}}, ["core.gtd.base"] = { config = { workspace = "gtd" } }, ["core.presenter"] = { config = { zen_mode = "zen-mode" } } } } end, requires = { "nvim-lua/plenary.nvim", } }
When viewing today's tasks. A task that started before today is not showing up.
Task should show up
Example:
Today is 2022-09-08. Given a task.
#contexts private #time.due 2022-09-09 #time.start 2022-09-07 - [ ] do super important stuff
'The task do super important stuff' is not showing up.
No response
No
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Neovim Version
NVIM v0.8.0-dev-1003-ga62cb406b Build type: RelWithDebInfo LuaJIT 2.1.0-beta3 Compiled by runneradmin@fv-az171-29 Features: -acl +iconv +tui
Neorg setup
Actual behavior
When viewing today's tasks. A task that started before today is not showing up.
Expected behavior
Task should show up
Steps to reproduce
Example:
Today is 2022-09-08. Given a task.
'The task do super important stuff' is not showing up.
Potentially conflicting plugins
No response
Other information
No response
Help
No
Implementation help
No response
The text was updated successfully, but these errors were encountered: