emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Sebastien Vauban <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
To: Bastien <bzg-mXXj517/zsQ@public.gmane.org>
Cc: public-emacs-orgmode-mXXj517/zsQ-wOFGN7rlS/M9smdsby/KFg@public.gmane.org
Subject: Re: [bug] Commented DEADLINE line still referenced
Date: Wed, 21 May 2014 19:46:39 +0200	[thread overview]
Message-ID: <86tx8jgh34.fsf@somewhere.org> (raw)
In-Reply-To: <87vbt0tspg.fsf-E3UqQZAQFPqWIDz0JBNUog@public.gmane.org> (Bastien's message of "Tue, 20 May 2014 16:44:59 +0200")



Hi Bastien,

Bastien wrote:
> Sebastien Vauban writes:
>
>> Having such lines in one Org file (where the DEADLINE line is
>> commented):
>>
>> ** TODO Aspirer les filtres de ventilation D350
>>    # DEADLINE: <2014-04-09 Wed .+1m -0d>
>>
>> still makes that task be referenced in my agenda.
>
> Which agenda?

This custom view:

#+begin_src emacs-lisp
    (add-to-list 'org-agenda-custom-commands
                 '("f" "Today"

                   ;; list of all TODO entries with deadline today
                   ((tags-todo "DEADLINE=\"<+0d>\""
                               ((org-agenda-overriding-header "DUE TODAY")
                                (org-agenda-skip-function
                                 '(org-agenda-skip-entry-if 'notdeadline))
                                (org-agenda-sorting-strategy '(priority-down))))

                    ;; list of all TODO entries with deadline before today
                    (tags-todo "DEADLINE<\"<+0d>\""
                               ((org-agenda-overriding-header "OVERDUE")
                                (org-agenda-skip-function
                                 '(org-agenda-skip-entry-if 'notdeadline))
                                (org-agenda-sorting-strategy '(priority-down)))))) t)
#+end_src

> I cannot reproduce this with a simple week agenda view.

Here is an ECM file:

--8<---------------cut here---------------start------------->8---
#+TITLE:     Example of Tasks
#+LANGUAGE:  en

* Marketing
  :PROPERTIES:
  :CATEGORY: Marketing
  :END:

** TODO Check payment of rent
   # DEADLINE: <2014-05-15 Thu ++1m -0d>
   :PROPERTIES:
   :LAST_REPEAT: [2014-05-02 Fri 17:45]
   :Effort:   0:10
   :END:
--8<---------------cut here---------------end--------------->8---

See how it behaves on http://screencast.com/t/Yoj5uSA8Wb: I really need
to "break" the DEADLINE keyword for it to become inactive. Putting it in
a comment is not enough.

Best regards,
  Seb

-- 
Sebastien Vauban

      parent reply	other threads:[~2014-05-21 17:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-20 13:51 [bug] Commented DEADLINE line still referenced Sebastien Vauban
2014-05-20 14:44 ` Bastien
     [not found]   ` <87vbt0tspg.fsf-E3UqQZAQFPqWIDz0JBNUog@public.gmane.org>
2014-05-21 17:46     ` Sebastien Vauban [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86tx8jgh34.fsf@somewhere.org \
    --to=sva-news-d0wtavr13harg/idocfnwg@public.gmane.org \
    --cc=bzg-mXXj517/zsQ@public.gmane.org \
    --cc=public-emacs-orgmode-mXXj517/zsQ-wOFGN7rlS/M9smdsby/KFg@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).