From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giacomo M Subject: task management integration with web-hosted git repos Date: Sat, 26 Mar 2016 17:21:43 +0100 Message-ID: <56F6B717.8090302@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53396) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajqyF-0004fw-JM for emacs-orgmode@gnu.org; Sat, 26 Mar 2016 12:21:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ajqyC-0004FK-TT for emacs-orgmode@gnu.org; Sat, 26 Mar 2016 12:21:51 -0400 Received: from mail-wm0-x236.google.com ([2a00:1450:400c:c09::236]:36751) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajqyC-0004Ew-MO for emacs-orgmode@gnu.org; Sat, 26 Mar 2016 12:21:48 -0400 Received: by mail-wm0-x236.google.com with SMTP id u125so42841041wmg.1 for ; Sat, 26 Mar 2016 09:21:48 -0700 (PDT) Received: from [192.168.0.3] (host239-184-dynamic.54-82-r.retail.telecomitalia.it. [82.54.184.239]) by smtp.gmail.com with ESMTPSA id js8sm16640096wjc.37.2016.03.26.09.21.45 for (version=TLSv1/SSLv3 cipher=OTHER); Sat, 26 Mar 2016 09:21:46 -0700 (PDT) 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 Dear all, while struggling to get a working gtd orgmode-based workflow, I realized I may just limit myself to a github/gitlab/gogs environment. Specifically, I'm thinking about this parallelism: each project is a repo, each subproject is a milestone, each task is an issue w/ milestone, and each commit is a subtask referring to (and possibly closing) an issue (not still sure about the role of git branches). Issues could then be tagged with a "next" or "someday" keyword. Since my work is mostly text-based (e.g. latex, python, org notes), the git/github model fits well. But 1) my productivity landscape is quite fragmented (I have repos on gitlab, github and gogs in different servers, plus tasks tracked on google calendar and local org-files) and 2) input via web interface is painful compared to an org-capture. On the other side, keeping track of todos and dones separately in the org-world would be just redundant w/ my git activity of commits and issues. I was hoping maybe for some kind of org-setup which integrates local org-files, git commits, and web-hosted repo issues and calendars. If this is the case, I wouldn't know where to begin, but perhaps I'm missing a more down-to-earth solution... any recommendations? Thanks Giacomo