From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] AM/PM support on the agenda timegrid Date: Sat, 6 Nov 2010 15:32:30 -0400 Message-ID: References: <878w17sigf.fsf@dustycloud.org> <87mxpmpfjd.fsf@dustycloud.org> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=59395 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PEoVA-0005EW-Be for emacs-orgmode@gnu.org; Sat, 06 Nov 2010 15:32:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PEoV8-0007fy-EV for emacs-orgmode@gnu.org; Sat, 06 Nov 2010 15:32:36 -0400 Received: from mail-yw0-f41.google.com ([209.85.213.41]:41446) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PEoV8-0007fQ-C9 for emacs-orgmode@gnu.org; Sat, 06 Nov 2010 15:32:34 -0400 Received: by ywl5 with SMTP id 5so3319470ywl.0 for ; Sat, 06 Nov 2010 12:32:33 -0700 (PDT) In-Reply-To: <87mxpmpfjd.fsf@dustycloud.org> 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: Christopher Allan Webber Cc: emacs-orgmode@gnu.org Hi Christopher, can I convince you to use am and pm instead of AM and PM? The capitals hurt my eyes :) - Carsten On Nov 6, 2010, at 12:45 PM, Christopher Allan Webber wrote: > 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 > > _______________________________________________ > 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