From: "Sebastien Vauban" <sva-news-D0wtAvR13HarG/iDocfnWg@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: [BUG?] Duplicate agenda entries when enabling archives-mode
Date: Wed, 11 Sep 2013 12:50:30 +0200 [thread overview]
Message-ID: <864n9rbpjd.fsf@somewhere.org> (raw)
Hello,
If you use the following block of code, you'll see that all your entries are
duplicated.
For a clock review, this is much worse, as Org will warn about clocking
overlaps everywhere... (because multiple entries, then, happened at the same
time).
--8<---------------cut here---------------start------------->8---
(setq org-agenda-custom-commands nil)
(add-to-list 'org-agenda-custom-commands
'("C" "Clock Review"
((agenda ""
(
(org-agenda-archives-mode t) ;; <<<
(org-agenda-clockreport-mode t)
(org-agenda-overriding-header "Clocking Review")
(org-agenda-show-log 'clockcheck)
(org-agenda-span 'day))) t)))
--8<---------------cut here---------------end--------------->8---
Putting the `archives-mode' line in comments does solve the problem.
Best regards,
Seb
--
Sebastien Vauban
reply other threads:[~2013-09-11 10:50 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=864n9rbpjd.fsf@somewhere.org \
--to=sva-news-d0wtavr13harg/idocfnwg@public.gmane.org \
--cc=emacs-orgmode-mXXj517/zsQ@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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.