From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Feature that org mode needs most Date: Wed, 18 Jul 2012 13:26:40 -0500 Message-ID: References: <1342601449.87301.YahooMailNeo@web29806.mail.ird.yahoo.com> <1342626365.77928.YahooMailNeo@web29806.mail.ird.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50905) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrYxP-0002s1-Gb for emacs-orgmode@gnu.org; Wed, 18 Jul 2012 14:26:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SrYxO-0001NS-E5 for emacs-orgmode@gnu.org; Wed, 18 Jul 2012 14:26:43 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:54688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SrYxO-0001N7-6u for emacs-orgmode@gnu.org; Wed, 18 Jul 2012 14:26:42 -0400 Received: by bkcjc3 with SMTP id jc3so1781833bkc.0 for ; Wed, 18 Jul 2012 11:26:40 -0700 (PDT) In-Reply-To: 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: Joseph Thomas Cc: Orgmode You might want to check out Brent's answer to a similar question I asked a bit back (basically an expanded version of some answers given above): - http://www.mail-archive.com/emacs-orgmode@gnu.org/msg40499.html Also, per your shortcut question, I have this in ~/.emacs: ,--- | (global-set-key "\C-cr" 'org-resolve-clocks) `--- Best regards, John