From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Allan Webber Subject: Re: [PATCH] AM/PM support on the agenda timegrid Date: Sat, 06 Nov 2010 11:45:10 -0500 Message-ID: <87mxpmpfjd.fsf@dustycloud.org> References: <878w17sigf.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=56559 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PElsn-0008Uh-1X for emacs-orgmode@gnu.org; Sat, 06 Nov 2010 12:44:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PElsl-0005hW-UC for emacs-orgmode@gnu.org; Sat, 06 Nov 2010 12:44:48 -0400 Received: from li28-75.members.linode.com ([75.127.72.75]:57421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PElsl-0005hL-Rr for emacs-orgmode@gnu.org; Sat, 06 Nov 2010 12:44:47 -0400 Received: from grumps (localhost [127.0.0.1]) by li28-75.members.linode.com (Postfix) with ESMTP id D1D61C90E for ; Sat, 6 Nov 2010 16:44:46 +0000 (UTC) In-Reply-To: <878w17sigf.fsf@dustycloud.org> (Christopher Allan Webber's message of "Fri, 05 Nov 2010 14:01:36 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Based on off-list contact, apparently at least one other person is using this, so FYI I pushed another commit which resolves an issue where there was no space between the time and the event. That's fixed now, things look correct now like: Saturday 6 November 2010 8:00AM........ ---------------- ccommons: 9:00AM-11:00AM Some weekend work :work:: 10:00AM........ ---------------- 12:00PM........ ---------------- 2:00PM........ ---------------- 4:00PM........ ---------------- 6:00PM........ ---------------- 8:00PM........ ---------------- If there's any adjustments I would need to make to get this merged into master, let me know. Christopher Allan Webber writes: > Hello all, > > I get distracted parsing 24-hour-time into 12-hour AM/PM style time. So > I added support for AM/PM style time on the agenda timegrid. > > git clone git://dustycloud.org/org-mode -b ampm > > (Check out the "ampm" branch.) > > Then: > > #+BEGIN_SRC emacs-lisp > (setq org-agenda-timegrid-use-ampm t) > #+END_SRC > > Then just reload the agenda and you're good! > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode