Investigate org-ql usage in batch for project queries

t-556·WorkTask·
·
·
Created1 week ago·Updated1 week ago

Description

Edit

Check Emacs config for org-ql and test emacs --batch queries to list projects/targets; report usefulness.

Timeline (6)

🔄[human]Open → InProgress1 week ago
💬[human]1 week ago

Confirmed org-ql is installed (init.el loads use-package org-ql). In batch, org-ql works after (require 'package) (package-initialize) (require 'org-ql). Ran org-ql-select on org-agenda-files with (todo "PROJ") and got project list output.

🔄[human]InProgress → Done1 week ago
💬[human]1 week ago

Created /home/ben/.emacs.d/org-agent-init.el for batch org-ql queries; added skills/org-ql.md with usage and examples (projects, tags, overdue).