On Nov 6, 2010, at 6:20 PM, Christopher Allan Webber wrote:
And I'm indifferent, am/pm works for me :)
Pushed a patch.
I could not find that patch in the branch you earlier mentioned.
Anyway, I have installed your patch and made this last change myself.
For future patches, I will be needing
And I'm indifferent, am/pm works for me :)
Pushed a patch.
Carsten Dominik writes:
> 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-lis
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 whic
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:
Saturday6 November 2010
8:00AM
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)
#+E