emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Icalendar-export, priorities missing, possible bug


From: Anders Johansson
Subject: [O] Icalendar-export, priorities missing, possible bug
Date: Sun, 10 Feb 2013 19:01:17 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

Hi,
When I'm exporting to icalendar, the priorities of todo items (or perhaps any items) don't get carried through correctly. It always falls back to priority 5 (the default).

After doing some edebugging I found that

    (string-match org-priority-regexp hd)   [org-icalendar.el:539]

never seems to match.

This might be because 'hd' is group 4 "True headline" from the matching done with 'org-complex-heading-regexp' whereas group 3 according to this variable's docstring should hold the "Priority cookie".

I guess someone who has greater knowledge of the code could see if this is really the case and fix it.

I can provide more debugging output and examples if needed and if others can't reproduce this.

Greetings,
Anders Johansson




reply via email to

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