emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] DONE items skipped in org-map-entries


From: Stefan van der Walt
Subject: Re: [O] DONE items skipped in org-map-entries
Date: Mon, 29 Aug 2016 11:18:22 -0700

Hi Nicolas

On Sun, Aug 28, 2016, at 15:15, Nicolas Goaziou wrote:
> I'm not able to reproduce the issue. I tried with the following document
> 
>   ** DONE Foo
>   *** Bar
> 
> with point anywhere on the first line, `org-count' displays "entries 2".

Thank you; your reply led me to inspect my emacsrc more closely.  The
following customization caused the problem:

(setq org-agenda-skip-function-global '(org-agenda-skip-entry-if 'todo
'done))

I didn't realize `org-map-entries` was tied to the agenda.

Best regards
Stéfan



reply via email to

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