Skip to content

not auto selecting current project #67

Open
@rileyrg

Description

@rileyrg

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions