From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?Alexander_Wing=E5rd?= Subject: Time range between now and timestamp Date: Thu, 15 Sep 2011 00:38:24 +0200 Message-ID: <064758C1-8D27-4647-A3C2-AB35FB8C6215@gmail.com> Mime-Version: 1.0 (Apple Message framework v1244.3) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:46557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3y69-0005KS-FM for emacs-orgmode@gnu.org; Wed, 14 Sep 2011 18:38:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R3y68-0005jr-DD for emacs-orgmode@gnu.org; Wed, 14 Sep 2011 18:38:29 -0400 Received: from mail-bw0-f41.google.com ([209.85.214.41]:38338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3y68-0005jT-86 for emacs-orgmode@gnu.org; Wed, 14 Sep 2011 18:38:28 -0400 Received: by bkbzs2 with SMTP id zs2so2237391bkb.0 for ; Wed, 14 Sep 2011 15:38:26 -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 Hi! I really would want to have a command that given the cursor is over a = timestamp would output the time-range from the current time to that = timestamp. I've been searching a lot for this but no luck and I even did an attempt = to implement some hacked version of org-evaluate-time-range and = org-days-to-time but since my experience with lisp is absolutely zero I = failed miserably. I imagine someone here could help me whip this up in a couple of lines = or maybe such feature can already be achieved? Best Regards /Alexander Ps. I love org-mode=