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

Consecutive projects on same level with attributes are counted as sub-projects #632

Closed
2 tasks done
LoipesMas opened this issue Oct 16, 2022 · 2 comments
Closed
2 tasks done
Labels
bug Issues related to bugs. Please attach a severity, a priority and category with this label.

Comments

@LoipesMas
Copy link

Prerequisites

  • I am using either 0.7 stable with the 0.0.12 tag or the latest compiled Neovim version
  • I am using the latest version of the plugin

Neovim Version

NVIM 0.8.0

Neorg setup

require('neorg').setup {
    load = {
        ["core.defaults"] = {},
        ["core.keybinds"] = {
            config = {
                neorg_leader = "<Space>",
            },
        },
        ["core.norg.concealer"] = {},
        ["core.norg.completion"] = {
            config = { engine="nvim-cmp" }
        },
        ["core.integrations.nvim-cmp"] = {},
        ["core.gtd.base"] = {
            config = {
                workspace = "gtd",
            }
        },
        ["core.norg.dirman"] = {
            config = {
                workspaces = {
                    misc = "~/neorg/misc",
                    gtd = "~/neorg/gtd",
                }
            }
        },
    ["core.integrations.telescope"] = {},
    }
}

Actual behavior

Projects are counted to the previous project
image
(Note the task counts on each project)

Expected behavior

Projects are counted separately

Steps to reproduce

* Project Foo
  - [ ] task A


  #context home
* Project Bar
  - [x] task B

  #time.start 2020-02-20
* Project Baz
  - [ ] task C

Potentially conflicting plugins

No response

Other information

On "project" view it works as expected.

Help

Yes, but I don't know how to start. I would need guidance (check question below)

Implementation help

Again, I don't even know what module is responsible for this text ;/

@LoipesMas LoipesMas added the bug Issues related to bugs. Please attach a severity, a priority and category with this label. label Oct 16, 2022
@d-r-a-b
Copy link
Contributor

d-r-a-b commented May 1, 2023

Hi there! Just a community member going through the old issues. It looks like this refers to features of the GTD module which was dropped recently. Would you mind closing this issue?

#695 provides rationale for the change and a plan for moving forward as the devs/contributers make sure to get things right before committing the community in a bad direction at this alpha stage. Lists and TODOs still work great and there is really cool work going on right now to advance the macro system, so there's lots of exciting stuff down the pipeline!

@LoipesMas
Copy link
Author

Thanks for the info @d-r-a-b
Closing this then

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