From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Ferrari Subject: using org mode and git efficiently Date: Thu, 3 Jan 2013 14:20:08 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tqkpf-00070o-SV for emacs-orgmode@gnu.org; Thu, 03 Jan 2013 08:27:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tqkpe-0007S3-Ob for emacs-orgmode@gnu.org; Thu, 03 Jan 2013 08:27:39 -0500 Received: from mail-wi0-f175.google.com ([209.85.212.175]:51127) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tqkpe-0007Rr-ID for emacs-orgmode@gnu.org; Thu, 03 Jan 2013 08:27:38 -0500 Received: by mail-wi0-f175.google.com with SMTP id hm11so10957751wib.14 for ; Thu, 03 Jan 2013 05:27:37 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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 completed a feature. Also having the commit text being based on the org task one (or viceversa?) could be useful. Anyone has an hint on how to achieve a more org-to-git integration? I'm using magit to what it matters. Thanks, Luca