From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Aur=C3=A9lien_Aptel?= Subject: Re: [GSoC] Org-sync v0.2 Date: Mon, 13 Aug 2012 10:49:25 +0200 Message-ID: References: <87obmgnhel.fsf@earlgrey.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60405) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0qL2-0007Uc-9E for emacs-orgmode@gnu.org; Mon, 13 Aug 2012 04:49:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T0qL0-0007zw-V4 for emacs-orgmode@gnu.org; Mon, 13 Aug 2012 04:49:28 -0400 Received: from mail-ob0-f169.google.com ([209.85.214.169]:52674) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T0qL0-0007zg-PW for emacs-orgmode@gnu.org; Mon, 13 Aug 2012 04:49:26 -0400 Received: by obhx4 with SMTP id x4so7784629obh.0 for ; Mon, 13 Aug 2012 01:49:25 -0700 (PDT) In-Reply-To: <87obmgnhel.fsf@earlgrey.lan> 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: Christopher Allan Webber Cc: emacs-orgmode On Sun, Aug 12, 2012 at 7:34 PM, Christopher Allan Webber wrote: > This is *very* exciting. I'm definitely interested in using this for > MediaGoblin if I can. Thanks. I've just looked at MediaGoblin but I don't think it fits what Org-sync was designed for, which is sync with bugtrackers or anything equivalent i.e. a list of something with an open/closed state with at least a title and a unique id. > - I tend to take notes and local subtasks on bugs. Is there any way to > do that? No. Org-sync only handles list of 1 level elements right now. > - Does org-sync also pull down comments? No. I guess you could make a backend to sync comments from a single bug discussion but it's not really helpful. > - I'd like to pull down the description and keep the TODO states in > sync, but I'm not sure I want editing local descriptions to affect > the description remotely. In fact I'm pretty sure I don't want to do > that! I'd just like the initial state then be able to munge it > however. Is that possible? That's possible and should be easy to implement, I'll see. > - I'd really like to write a trac backend! There's a guide on the tutorial page [1], and you can look at existing backends. 1: http://orgmode.org/worg/org-contrib/gsoc2012/student-projects/org-sync/tutorial/#sec-4