From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: Re: day boundaries later than midnight? Date: Mon, 10 Feb 2014 11:31:32 +0000 Message-ID: <20140210113132.GH16519@pacific.linksys.moosehall> References: <20140210011439.GE16519@pacific.linksys.moosehall> <87iosn9w99.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCp5P-0000MK-Cf for emacs-orgmode@gnu.org; Mon, 10 Feb 2014 06:31:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCp5J-0001rS-Rm for emacs-orgmode@gnu.org; Mon, 10 Feb 2014 06:31:39 -0500 Received: from coral.adamspiers.org ([2001:ba8:1f1:f27f::2]:45843) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCp5J-0001rM-La for emacs-orgmode@gnu.org; Mon, 10 Feb 2014 06:31:33 -0500 Received: from localhost (243.103.2.81.in-addr.arpa [81.2.103.243]) by coral.adamspiers.org (Postfix) with ESMTPSA id 8A9BF2E368 for ; Mon, 10 Feb 2014 11:31:32 +0000 (GMT) Content-Disposition: inline In-Reply-To: <87iosn9w99.fsf@bzg.ath.cx> 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: org-mode mailing list On Mon, Feb 10, 2014 at 10:01:38AM +0100, Bastien wrote: > Hi Adam, > > Adam Spiers writes: > > > Did any progress ever get made on this > > front since 2006, and if not, is it ever likely to? > > I think this is `org-extend-today-until': > > org-extend-today-until is a variable defined in `org.el'. > Its value is 0 > > Documentation: > The hour when your day really ends. Must be an integer. > This has influence for the following applications: > - When switching the agenda to "today". It it is still earlier than > the time given here, the day recognized as TODAY is actually yesterday. > - When a date is read from the user and it is still before the time given > here, the current date and time will be assumed to be yesterday, 23:59. > Also, timestamps inserted in capture templates follow this rule. Ahah, that's it - thanks! I guess I missed it because there's only one fleeting reference in the "Clocking commands" section of the manual. > IMPORTANT: This is a feature whose implementation is and likely will > remain incomplete. Really, it is only here because past midnight seems to > be the favorite working time of John Wiegley :-) ;-)