Open
Description
I was expecting this to detect the .project in my current directory and default to the TODO there. It doesnt. Instead, I get a completing read of all projects project is aware of. Is there something I'm missing?
(use-package org-project-capture
:custom
(org-project-capture-default-backend (make-instance 'org-project-capture-project-backend))
:config
(org-project-capture-per-project)
:bind (:map project-prefix-map ("t" . org-project-capture-project-todo-completing-read)))
Metadata
Metadata
Assignees
Labels
No labels