alphapapa / alphapapa/org-super-agenda

time-grid should not consume all items in list of TODO entries

未关闭
#212 3 条评论 4 个 reaction 已指派 1 人 已被 @alphapapa 认领 在 GitHub 查看
bug help wanted question upstream
主要语言
Emacs Lisp
星标
1.5k
派生
107
PR 合并指标
30 天内没有已合并 PR

描述

First of all, thank you so much for super-agenda :heart:

I encounter unexpected behavior where I am not sure whether it is the intended way.

When I open the "List of all TODO entries" (`t`),
all my items are under the `time-grid` group,
even though there is no time grid in the TODO list.

I would expect the `time-grid` group to be empty and all tasks to be passed to the next group.

My config:

```elisp
(setq org-super-agenda-groups
'((:name "Today"
:time-grid t)
(:name "Foo"
:tag "foo")
(:name "Bar"
:tag "bar")))
```

When I `M-x org-agenda` -> `t`, _all_ my tasks are listed under `Today` instead of `Foo`, `Bar`, and `Other`. Am I misunderstanding something here?

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。