Skip to content
New issue

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

GTD not showing already started Tasks in today's list #576

Closed
3 tasks done
SteveWolligandt opened this issue Sep 9, 2022 · 0 comments
Closed
3 tasks done

GTD not showing already started Tasks in today's list #576

SteveWolligandt opened this issue Sep 9, 2022 · 0 comments
Labels
bug Issues related to bugs. Please attach a severity, a priority and category with this label.

Comments

@SteveWolligandt
Copy link

SteveWolligandt commented Sep 9, 2022

Prerequisites

  • I have read contribution guidelines
  • I am using the latest version of the plugin
  • I am using either 0.6 stable or the latest compiled neovim version

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

  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",
    }
  }

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.

#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.

Potentially conflicting plugins

No response

Other information

No response

Help

No

Implementation help

No response

@SteveWolligandt SteveWolligandt added the bug Issues related to bugs. Please attach a severity, a priority and category with this label. label Sep 9, 2022
@danymat danymat closed this as not planned Won't fix, can't repro, duplicate, stale Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues related to bugs. Please attach a severity, a priority and category with this label.
Projects
None yet
Development

No branches or pull requests

2 participants