From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: org-datetree-goto-date Date: Mon, 6 May 2013 13:31:00 +0200 Message-ID: <20130506113100.GC20172@kuru.dyndns-at-home.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZJdM-00012t-75 for emacs-orgmode@gnu.org; Mon, 06 May 2013 07:31:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZJdL-0006rb-6p for emacs-orgmode@gnu.org; Mon, 06 May 2013 07:31:08 -0400 Received: from mail-ea0-x22a.google.com ([2a00:1450:4013:c01::22a]:56883) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZJdL-0006r7-19 for emacs-orgmode@gnu.org; Mon, 06 May 2013 07:31:07 -0400 Received: by mail-ea0-f170.google.com with SMTP id z7so1641631eaf.15 for ; Mon, 06 May 2013 04:31:05 -0700 (PDT) Received: from kuru.dyndns-at-home.com ([2001:610:120:3001:5a94:6bff:fe92:3e70]) by mx.google.com with ESMTPSA id bn53sm32779506eeb.7.2013.05.06.04.31.03 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 06 May 2013 04:31:04 -0700 (PDT) Content-Disposition: inline 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: emacs-orgmode@gnu.org On Sun, May 05, 2013 at 10:26:15PM -0400, Liam Healy wrote: > I wanted a function that would take me to a particular date in a > datetree and didn't find one, so I wrote my own and bound it to C-c d. > > (defun org-datetree-goto-date (&optional siblings) [...chomp...chomp...chomp...] > (org-reveal siblings)) This works beautifully! I have added a (beginning-of-line) at the end since I use a lot of the speed commands. > Maybe this would be useful for others if included in org-mode. I would agree. Why don't you submit this as a patch to org-datetree.el? Thanks! -- Suvayu Open source is the future. It sets us free.