emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Bug: Spurious entries in agenda if tasks have a deadline [8.3.3


From: Charles Millar
Subject: Re: [O] Bug: Spurious entries in agenda if tasks have a deadline [8.3.3 (8.3.3-2-g6bc48c-elpa @ /home/nmarais/.emacs.d/elpa/org-20160111/)]
Date: Fri, 15 Jan 2016 08:04:00 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0

Hi Neilen,

On 01/15/2016 06:14 AM, Neilen Marais wrote:
I tested this with both the packaged org-mode that came with my ubuntu
15.04 emacs24 install and with the latest org version on elpa.

Tasks with deadlines in the future spuriously show up under today's
schedule. E.g. Today is 2016-01-15 and I have a task with a deadline set
as 2016-01-19:

** TODO Prepare Goals of Internship talk
    DEADLINE: <2016-01-19 Tue>

If I do an org-agenda week display (M-x orga-agenda a), I see a spurious
entry for that task:

...
Friday     15 January 2016
...
   SKA-indo-SA:In   4 d.:  TODO Prepare Goals of Internship talk

If I do a month display, a properly formatted 'deadline' entry is also
shown for the 19th:

Tuesday    19 January 2016
   SKA-indo-SA:Deadline:   TODO Prepare Goals of Internship talk

but the spurious entry remains at today's date. This is happening for
all my tasks with future deadlines, making my agenda display quite cluttered.



I am not a programmer, coder, whatever, but you have org-deadline-warning-days set to two different values. Is this the problem?

current state:
==============

snip

(org-deadline-warning-days 1)))
                (agenda ""
                 ((org-agenda-time-grid nil)
(org-deadline-warning-days 365) (org-agenda-entry-types (quote
(:deadline))) (org-agenda-skip-entry-if (quote scheduled))

Charlie Millar





reply via email to

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