emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Odd problem with time of 10:00


From: Sebastien Vauban
Subject: Re: [O] Odd problem with time of 10:00
Date: Sat, 14 Jan 2012 11:49:29 +0100
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.92 (windows-nt)

Hi Detlef,

Detlef Steuer wrote:
>> I have noticed a strange problem with org-agenda when a task contains a
>> timestamp of 10:00 in it, for example this entry is in one of my agenda
>> files:
>> 
>> ** Test <2012-01-17 Mon 10:00>
>> 
>> I now press C-c a a and select the day and press d (so I'm viewing the
>> day) and get this:
>> 
>> Day-agenda (W03):
>> Tuesday    17 January 2012
>>                8:00...... ----------------
>>   appt:       10:00...... Test
>>               10:00...... ----------------
>>               12:00...... ----------------
>>               14:00...... ----------------
>>               16:00...... ----------------
>>               18:00...... ----------------
>>               20:00...... ----------------
>>
>> I have done some tests and it seems to only occur with the 10th hour.
>> All appointments seem to still show so it's not a major bug, just an
>> aesthetic one.  Any ideas?
>
> If you take a close look, you'll see you only have a grid with 2h
> differences defined. There is no 9:00, nor 11:00 etc ..

True. And if you set "remove-match", you won't have duplicate 10:00 entries.

#+begin_src emacs-lisp
  (setq org-agenda-time-grid '((daily today remove-match)
                               ""
                               (0800 1000 1200 1400 1600 1800 2000)))
#+end_src

Best regards,
  Seb

-- 
Sebastien Vauban




reply via email to

[Prev in Thread] Current Thread [Next in Thread]