colonelpanic8 / org-project-capture

Manage org-mode TODOs for your projectile projects
334 stars 33 forks source link

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

Closed yatesco closed 7 years ago

yatesco commented 7 years ago

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)
colonelpanic8 commented 7 years ago

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

yatesco commented 7 years ago

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

colonelpanic8 commented 7 years ago

I already did, I think

colonelpanic8 commented 7 years ago

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

yatesco commented 7 years ago

Apologies - you did already :-). Thanks for the quick turn around, I will check tomorrow when I get back to the computer.

Colin Yates colin@colinyates.co.uk

On Sat, 29 Jul 2017, at 10:21 PM, Ivan Malison wrote:

were you able to get the new version of org-projectile and see if it works for you?> — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub[1], or mute the thread[2]. >

Links:

  1. https://github.com/IvanMalison/org-projectile/issues/31#issuecomment-318860440
  2. https://github.com/notifications/unsubscribe-auth/AALE3U-PjtVn2q0B5RghW4-a6iGshdGLks5sS6JRgaJpZM4OnZTa
yatesco commented 7 years ago

Works perfectly - thanks.