Matthew Lundin | 5 Jan 02:44
Favicon

Agenda column view conflicts with diary inclusion


When I include diary entries in the agenda, I get the following error
while calling columns view in the agenda:

 org-entry-properties: Wrong type argument: stringp, nil

When I turn off diary inclusion by typing "D", the problem goes away.

Certainly, it is trivial to turn off diary inclusion before calling
columns view or to create a custom agenda command that does the same,
but I thought I'd report this behavior.

Thanks,
Matt

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode <at> gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Manish | 5 Jan 04:42
Gravatar

Re: Agenda column view conflicts with diary inclusion

  On Mon, Jan 5, 2009 at 7:16 AM, Matthew Lundin wrote:
  >
  > When I include diary entries in the agenda, I get the following error
  > while calling columns view in the agenda:
  >
  > org-entry-properties: Wrong type argument: stringp, nil
  >
  > When I turn off diary inclusion by typing "D", the problem goes away.
  >
  > Certainly, it is trivial to turn off diary inclusion before calling
  > columns view or to create a custom agenda command that does the same,
  > but I thought I'd report this behavior.

I can not duplicate this.  It works okay for me.

--

-- 
Manish

_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode <at> gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Carsten Dominik | 6 Jan 09:52
Favicon

Re: Agenda column view conflicts with diary inclusion

Hi Matt, how about a backtrace, and maybe you can try
to figure out which line in your diary file causes the problem?

- Carsten

On Jan 5, 2009, at 2:46 AM, Matthew Lundin wrote:

>
> When I include diary entries in the agenda, I get the following error
> while calling columns view in the agenda:
>
> org-entry-properties: Wrong type argument: stringp, nil
>
> When I turn off diary inclusion by typing "D", the problem goes away.
>
> Certainly, it is trivial to turn off diary inclusion before calling
> columns view or to create a custom agenda command that does the same,
> but I thought I'd report this behavior.
>
> Thanks,
> Matt
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode <at> gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

(Continue reading)

Matthew Lundin | 6 Jan 16:01
Favicon

Re: Agenda column view conflicts with diary inclusion


Hi Carsten, 

Carsten Dominik <dominik <at> science.uva.nl> writes:

> Hi Matt, how about a backtrace, and maybe you can try
> to figure out which line in your diary file causes the problem?
>
> - Carsten

Absolutely. I've put the results below, along with a sample diary file
I ran the test on and my configuration. I'm copying a backtrace for
the first time, so feel free to tell me if I've failed to include
something.

First, before I include the results, I believe I've identified the
culprit: it's the syntax for generic monthly events in the diary,
e.g.,

*/3 Monthly meeting

When I remove this line from the sample diary file, agenda column view
works fine. 

(By the way, this was the impetus I needed to switch all my
appointments to org-mode, since it's so nice to be able to add notes
to events in org-mode files.)

Best,
Matt
(Continue reading)

Carsten Dominik | 6 Jan 16:32
Favicon

Re: Agenda column view conflicts with diary inclusion

fixed, thanks.

- Carsten

On Jan 6, 2009, at 4:01 PM, Matthew Lundin wrote:

>
> Hi Carsten,
>
> Carsten Dominik <dominik <at> science.uva.nl> writes:
>
>> Hi Matt, how about a backtrace, and maybe you can try
>> to figure out which line in your diary file causes the problem?
>>
>> - Carsten
>
> Absolutely. I've put the results below, along with a sample diary file
> I ran the test on and my configuration. I'm copying a backtrace for
> the first time, so feel free to tell me if I've failed to include
> something.
>
> First, before I include the results, I believe I've identified the
> culprit: it's the syntax for generic monthly events in the diary,
> e.g.,
>
> */3 Monthly meeting
>
> When I remove this line from the sample diary file, agenda column view
> works fine.
>
(Continue reading)


Gmane