From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: [ANN] Gnorb: Glue code between Gnus, Org, and BBDB Date: Fri, 09 May 2014 13:15:37 +0200 Message-ID: References: <87r446bcut.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36008) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiinW-0007ej-Aw for emacs-orgmode@gnu.org; Fri, 09 May 2014 07:17:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WiinN-0005Id-Jz for emacs-orgmode@gnu.org; Fri, 09 May 2014 07:17:02 -0400 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:62594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WiinN-0005Fj-CS for emacs-orgmode@gnu.org; Fri, 09 May 2014 07:16:53 -0400 In-Reply-To: <87r446bcut.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Wed, 07 May 2014 09:23:54 +0800") 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: Eric Abrahamsen Cc: emacs-orgmode@gnu.org Hello Eric, On 2014-05-07 03:23, Eric Abrahamsen writes: > I've spent the past couple weeks organizing various bits of code into a > proper package, called Gnorb, which I'm billing as "Glue code between > Gnus, Org, and BBDB". The main point is to reduce friction between these > three packages, making it easier to sling around emails, TODOs, > attachments, and the like, and providing multiple views on information. > > https://github.com/girzel/gnorb I've read through the README and it looks very nice. I've installed a few functions in my init file to learn to work with them, but in the meantime I have a few questions. > - Treat headings as email-related TODOs, and handle them DWIM-style I usually avoid putting links in my tasks. For instance, the task I generated from your email to the list looks like this: **** TODO Reply to this when I will have tried gnorb :@fun: [2014-05-07 Wed 11:25] [[gnus:lists.orgmode#87r446bcut.fsf@ericabrahamsen.net][Email from Eric Abrahamsen: {O} {ANN} Gnorb: Glue code bet (Wed, 07 May 2014 09:23:54 +0800)]] Would it be difficult to handle such emails when the link is inside the TODO, instead of in the heading? I can of course change my capture format. I'm just wondering why you prefer to have the link in the mail. Regarding your daily flow, it seems that bbdb is very central to how you work. Do you simply use it as a backend linked to the agenda view, or do you often navigate your bbdb records? If you ever have the time to write or do a screencast of your work flow, I would be most interested in learning more about it. Thanks again, Alan