Re: [O] using org mode and git efficiently

2013-01-03 Thread Torsten Wagner
Hi, there exist a contrib http://orgmode.org/worg/org-contrib/org-git-link.html which allows you to link to specific versions of a file under git control. Thus, you can describe a error/feature/behavior in a file and make sure the description remains valid even if you change the file in the mean t

Re: [O] using org mode and git efficiently

2013-01-03 Thread Luca Ferrari
Thanks, this is really close to what I was searching for (I believe that using the bare metal mode with the commit object is what I need to track which commit closed the task. I'll try it. Thanks, Luca

Re: [O] using org mode and git efficiently

2013-01-03 Thread Jambunathan K
Luca Ferrari writes: > Hi all, > I'm using Org mode to manage my coding projects, that are all based on > git. I was wondering if there are tips and tricks to use the two > efficiently, for instance storing the current head when a task is > marched as completed in org mode, so that the task can "

[O] using org mode and git efficiently

2013-01-03 Thread Luca Ferrari
Hi all, I'm using Org mode to manage my coding projects, that are all based on git. I was wondering if there are tips and tricks to use the two efficiently, for instance storing the current head when a task is marched as completed in org mode, so that the task can "link" to the commit that complete