emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#14349: closed (org-agenda does not handle diary ap


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#14349: closed (org-agenda does not handle diary appointments with days)
Date: Sun, 12 May 2013 01:36:02 +0000

Your message dated Sat, 11 May 2013 21:34:46 -0400
with message-id <address@hidden>
and subject line Re: bug#14349: org-agenda does not handle diary appointments 
with days
has caused the debbugs.gnu.org bug report #14349,
regarding org-agenda does not handle diary appointments with days
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
14349: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14349
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: org-agenda does not handle diary appointments with days Date: Sat, 04 May 2013 19:26:45 +0100
Sample ~/diary file:

29/7/2000 wedding anniversary
May 13, 2013
  12:00 Meeting, Nic and Pat
Tuesday, May 14, 2013
  11:00 Meeting to be decided.

Now do org-agenda-list, here is what we get:

Month-agenda (W18-W23):
Saturday    4 May 2013
Sunday      5 May 2013
Monday      6 May 2013 W19
Tuesday     7 May 2013
  Diary:      11:00...... Meeting to be decided.
  Diary:      May 14, 2013
Wednesday   8 May 2013
Thursday    9 May 2013
Friday     10 May 2013
Saturday   11 May 2013
Sunday     12 May 2013
Monday     13 May 2013 W20
  Diary:      12:00...... Meeting | Nic and Pat, (GMT) Greenwich Mean Time : 
Dublin, Edinburgh, Lisbon, London. 
Tuesday    14 May 2013
  Diary:      11:00...... Meeting to be decided.
  Diary:      May 14, 2013
Wednesday  15 May 2013
Thursday   16 May 2013
Friday     17 May 2013
Saturday   18 May 2013
Sunday     19 May 2013
Monday     20 May 2013 W21
Tuesday    21 May 2013
  Diary:      11:00...... Meeting to be decided.
  Diary:      May 14, 2013


The meeting with the specified day name from the diary file is being
inserted at every Tuesday.

Unfortunately, the day-name is standard in the output from
the function calendar-date-string which is used to automatically add
entries to the diary file.

The problem appears unrelated to org-agenda but is something to do with
the way diary mode understands it's entries. You can get the same broken
behaviour viewing the calendar and marking diary entries.


Nic Ferrier



--- End Message ---
--- Begin Message --- Subject: Re: bug#14349: org-agenda does not handle diary appointments with days Date: Sat, 11 May 2013 21:34:46 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 24.4

(Please keep the debbugs address cc'd.)

Nic Ferrier wrote:

>  (calendar-date-string '(05 13 2013)) 
>    => "Monday, May 13, 2013"
>
> This is used by the Outlook integration I was referring to on the devel

Then I guess diary-outlook-format-1 needs to pass the NODAYNAME argument
to calendar-date-string.


--- End Message ---

reply via email to

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