colonelpanic8 / org-project-capture

Manage org-mode TODOs for your projectile projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`(org-projectile-per-repo)` produces error

yatesco opened this issue · comments

On the latest package (org-projectile-per-repo) throws a Symbol void error.

To reproduce, install org-projectile and then eval the following (note: copied from the README):

(require 'org-projectile)
(org-projectile-per-repo)
(setq org-projectile-per-project-filepath "my_project_todo_filename.org")
(setq org-agenda-files (append org-agenda-files (org-projectile-todo-files)))
(global-set-key (kbd "C-c c") 'org-capture)
(global-set-key (kbd "C-c n p") 'org-projectile-project-todo-completing-read)

Yeah, sorry, That function no longer exists. I just added a function (org-projectile-per-project) that will do the same thing.

No worries, shall I do a PR to update the front page?

I already did, I think

were you able to get the new version of org-projectile and see if it works for you?

Works perfectly - thanks.