org-project
org-project copied to clipboard
Consider merging with org-project-capture (formerly org-projectile)
I've generalized org-projectile to support a project backend in this branch:
https://github.com/colonelpanic8/org-projectile/tree/org-project-capture
Which im likely to release very soon.
I'm pretty sure that the project backend that it provides will support all of the features of this package and more with a very similar interface.
I think it would be better for the community if the code supporting projectile and project were in the same place like this, and I think it might make sense to have org-project simply be a very very thin layer that points at what will be org-project-capture.
I stole your trick of using a dummy capture template to make the org-capture stuff work nicely btw. Not sure why I didn't think of that, but nice job!
Anyway, let me know what you think.
Would also love help testing!