Skip to content

Entries without a timestamp can have a dotime text property and get pulled into :time-grid groups #264

@floli

Description

@floli

OS/platform

Linux

Emacs version and provenance

GNU Emacs 29.4 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.42, cairo version 1.18.0)
Arch Binary Packages

Emacs command

/usr/bin/emacs --init-directory=$PWD

Org version and provenance

Org mode version 9.7.6 (9.7.6-7a4527 @ /home/florian/Cloud.XGM/super-agenda/elpa/org-9.7.6/)

org-super-agenda package version and provenance

org-super-agenda-20240630.18 installed via package-install

Actions taken

M-x org-agenda t

Observed results

Global list of TODO items of type: ALL
Press ‘N r’ (e.g. ‘0 r’) to search again: (0)[ALL] (1)DONE (2)TODO

 time-grid
  test:       TODO dated item
  test:       TODO undated item

Expected results

I do not expect undated item to show up in section time-grid

Backtrace

No response

Etc.

Complete init.el:

(require 'package)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
(setq package-check-signature nil)

(setq org-directory "/home/florian/Cloud.XGM/super-agenda")
(setq org-agenda-files (list org-directory))


(use-package org-super-agenda
  :ensure t
  :config (progn
            (org-super-agenda-mode t)
            
            (setq org-super-agenda-groups
                  '(
                    (:name "time-grid"
                     :time-grid t)
                    (:name "Todo"
                           :todo "TODO" )
                    (:name "catch-all"
                           :anything t)
                    
                    )                  
                  )))

Example org-file:

* TODO dated item
SCHEDULED: <2024-07-04 Do 14:00>
* TODO undated item

Related discussion: https://www.reddit.com/r/orgmode/comments/1du90tx/superagenda_items_not_showing_on_time_grid_as/

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions