[O] [bug] org-agenda-diary-entry fails

2013-02-19 Thread Eric S Fraga
Hello, with org up to date from git repository as of a few minutes ago, trying to insert a day diary entry from the agenda view (org-agenda-diary-entry) fails. Debug trace is attached. I cannot see what could be causing this problem. Any suggestions? I can start trying to bisect on recent

Re: [O] [bug] org-agenda-diary-entry fails

2013-02-19 Thread W. Greenhouse
Hi Eric, Eric S Fraga e.fr...@ucl.ac.uk writes: Hello, with org up to date from git repository as of a few minutes ago, trying to insert a day diary entry from the agenda view (org-agenda-diary-entry) fails. Debug trace is attached. I cannot see what could be causing this problem. Any

Re: [O] [bug] org-agenda-diary-entry fails

2013-02-19 Thread Eric S Fraga
W. Greenhouse wgreenho...@riseup.net writes: Hi Eric, Eric S Fraga e.fr...@ucl.ac.uk writes: Hello, with org up to date from git repository as of a few minutes ago, trying to insert a day diary entry from the agenda view (org-agenda-diary-entry) fails. Debug trace is attached. I

[O] [bug] org-agenda-diary-entry fails on redisplay of the agenda

2012-09-30 Thread Eric Fraga
Hello, sometime in the past few weeks, something has changed that has led to problems inserting items in my diary from the agenda view, using i d (org-agenda-diary-entry). The traceback is --8---cut here---start-8--- Debugger entered--Lisp error:

Re: [O] [bug] org-agenda-diary-entry fails on redisplay of the agenda

2012-09-30 Thread Bastien
Hi Eric, Eric Fraga e.fr...@ucl.ac.uk writes: I should note that I have set org-agenda-diary-file to point to an org file instead of the default Emacs diary file and that file is based on a date-tree layout. Can you get this error with a limited set of (tagged) items? The actual entry

Re: [O] [bug] org-agenda-diary-entry fails on redisplay of the agenda

2012-09-30 Thread Eric Fraga
Bastien b...@altern.org writes: Hi Eric, Eric Fraga e.fr...@ucl.ac.uk writes: I should note that I have set org-agenda-diary-file to point to an org file instead of the default Emacs diary file and that file is based on a date-tree layout. Can you get this error with a limited set of

Re: [O] [bug] org-agenda-diary-entry fails on redisplay of the agenda

2012-09-30 Thread Bastien
Hi Eric, Eric Fraga e.fr...@ucl.ac.uk writes: I am not entirely sure what you mean but I have tested this now with an empty diary.org file (i.e. no tags at all in that file at least) and I get: I've pushed a fix, please let me know if it solves your problem. Thanks, -- Bastien

Re: [O] [bug] org-agenda-diary-entry fails on redisplay of the agenda

2012-09-30 Thread Eric Fraga
Bastien b...@altern.org writes: Hi Eric, Eric Fraga e.fr...@ucl.ac.uk writes: I am not entirely sure what you mean but I have tested this now with an empty diary.org file (i.e. no tags at all in that file at least) and I get: I've pushed a fix, please let me know if it solves your

Re: [O] [bug] org-agenda-diary-entry fails on redisplay of the agenda

2012-09-30 Thread Eric Fraga
Hi Bastien, I tracked the problem down! There was a change, in commit b508ff69 two or so weeks ago, to the argument sequence of org-agenda-format-item which I was using to extract the time information from the diary entry so that I could sent that to my Outlook calendar! This meant that I was

Re: [O] [bug] org-agenda-diary-entry fails on redisplay of the agenda

2012-09-30 Thread Bastien
Hi Eric, Eric Fraga e.fr...@ucl.ac.uk writes: Again, my apologies for the noise. no problem, thanks for tracking this down and reporting it to the list. I had no idea people could use org-agenda-format-item, which operates in the very internals for the agenda display. Anyway, good you've got