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

Don't display active datestamps in time grid section #214

Open
wuqui opened this issue Jan 30, 2022 · 1 comment
Open

Don't display active datestamps in time grid section #214

wuqui opened this issue Jan 30, 2022 · 1 comment
Assignees
Milestone

Comments

@wuqui
Copy link

wuqui commented Jan 30, 2022

I have some TODO items with active datestamps without SCHEDULED: keyword. I'm using this when I want to specify date ranges like this:

* TODO foo
<2022-01-30 Sun>-<2022-02-01 Tue>

I don't want these items to be included in the time grid section because they don't have times, just dates.

In the classic agenda views, this works. These items are sorted normally among all other non-timed items.

However, in org-super-agenda mode, these items are included in the time grid section.

I use the following config:

(setq org-super-agenda-groups
      '((:name "time" :time-grid t)
        (:name "overdue" :scheduled past :time-grid t)
        (:name "prio" :auto-priority)
        (:name "rout" :tag "rout")
        (:name "work" :tag "work")
        (:name "privat" :tag "privat")
        (:name "method" :tag "method")))

Is there a way to specify that the time grid should only include items with times, not these date-based ones?

EDIT: Sorry, just discovered that there is indeed a closely related open issue: #204. Feel free to close or delete my issue here. Had not found this other one before despite searching for quite a while.

@alphapapa alphapapa self-assigned this Sep 24, 2023
@alphapapa alphapapa added this to the 1.4 milestone Sep 24, 2023
@alphapapa
Copy link
Owner

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants