From: "Christopher M. Miles" <numbchild@gmail.com>
To: Ihor Radchenko <yantar92@posteo.net>
Cc: numbchild@gmail.com, Org mode <emacs-orgmode@gnu.org>
Subject: Re: org-agenda + [a] generated many duplicated task entries
Date: Fri, 12 Jan 2024 23:11:43 +0800 [thread overview]
Message-ID: <65a75fd4.170a0220.8adb2.14db@mx.google.com> (raw)
In-Reply-To: <87r0imhhos.fsf@localhost>
[-- Attachment #1: Type: text/plain, Size: 2191 bytes --]
@Ihor, Thanks for your help.
Ihor Radchenko <yantar92@posteo.net> writes:
> "Christopher M. Miles" <numbchild@gmail.com> writes:
>
>> When I execute command "org-agenda" with key "[a]" to generate
>> org-agenda day view. Many task entries are duplicated.
>
> Maybe you have something in
> `org-agenda-skip-scheduled-if-deadline-is-shown' or similar customization.
>
I customized `org-agenda-skip-scheduled-if-deadline-is-shown' to `t' in my Emacs init.
After your hints, I tested this option with different values:
`nil', `t', `not-today', `repeated-after-deadline'.
None of those value fixed my problem. So should not related to my problem.
I have customized options in my Emacs init:
#+begin_src emacs-lisp
(setq org-agenda-skip-timestamp-if-done t
org-agenda-skip-deadline-if-done t
org-agenda-skip-deadline-prewarning-if-scheduled t
org-agenda-skip-scheduled-if-done t
org-agenda-skip-scheduled-delay-if-deadline 'post-deadline
org-agenda-skip-scheduled-if-deadline-is-shown t
org-agenda-skip-timestamp-if-deadline-is-shown t
org-agenda-skip-additional-timestamps-same-entry nil
org-deadline-warning-days 14
org-agenda-tags-todo-honor-ignore-options t)
(setq org-agenda-todo-ignore-timestamp 'all
org-agenda-todo-ignore-with-date nil
org-agenda-todo-ignore-scheduled 'future
org-agenda-todo-ignore-deadlines 'near)
#+end_src
But I tested by comment out those options still have same problem.
>> I tried many methods trying to figure out the problem reason.
>>
>> - [X] Emacs init bisect
>> - [X] Emacs minimal init testing -> no problem
>
> These two mean that you missed something during bisection.
Yes, this is why I post email here for asking help. Because I can't find
out reason between Emacs init bisect & Emacs minimal init testing.
I will try more times and other methods.
--
[ stardiviner ]
I try to make every word tell the meaning that I want to express without misunderstanding.
Blog: https://stardiviner.github.io/
IRC(libera.chat, freenode): stardiviner, Matrix: stardiviner
GPG: F09F650D7D674819892591401B5DF1C95AE89AC3
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
next prev parent reply other threads:[~2024-01-17 5:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-12 2:50 org-agenda + [a] generated many duplicated task entries Christopher M. Miles
2024-01-12 12:14 ` Ihor Radchenko
2024-01-12 15:11 ` Christopher M. Miles [this message]
2024-01-15 6:24 ` [DONE] " Christopher M. Miles
2024-01-17 11:54 ` Ihor Radchenko
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=65a75fd4.170a0220.8adb2.14db@mx.google.com \
--to=numbchild@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=yantar92@posteo.net \
/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.