From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Allan Webber Subject: [PATCH] AM/PM support on the agenda timegrid Date: Fri, 05 Nov 2010 14:01:36 -0500 Message-ID: <878w17sigf.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=59911 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PERXI-0007XA-R2 for emacs-orgmode@gnu.org; Fri, 05 Nov 2010 15:01:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PERXH-0003Qt-IG for emacs-orgmode@gnu.org; Fri, 05 Nov 2010 15:01:16 -0400 Received: from li28-75.members.linode.com ([75.127.72.75]:50258) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PERXH-0003Qi-Fp for emacs-orgmode@gnu.org; Fri, 05 Nov 2010 15:01:15 -0400 Received: from grumps (localhost [127.0.0.1]) by li28-75.members.linode.com (Postfix) with ESMTP id 54B12C90E for ; Fri, 5 Nov 2010 19:01:13 +0000 (UTC) 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 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!