Trevoke / org-gtd.el

A package for using GTD with org-mode
GNU General Public License v3.0
367 stars 45 forks source link

Double entry in Agenda view for calendar entry. #198

Open grizzz1y opened 5 months ago

grizzz1y commented 5 months ago

The agenda view picks up both the timestamps in the entry. The timestamp that is used for the org_gtd_timestamp in the calendar entry should be an inactive timestamp. That would prevent the double entry in the agenda view.

Jousimies commented 5 months ago

same problem

Trevoke commented 5 months ago

Would you both by chance be using doom emacs? If I recall correctly, there seems to be a configuration in there, or maybe a separate package, or.. Something.. That breaks this. If you're not using doom emacs, what is your org-mode / org-gtd configuration?

The duplicate timestamp should be ignored, see this particular configuration: https://github.com/Trevoke/org-gtd.el/blob/master/org-gtd-agenda.el#L64

The duplicate timestamps are unfortunately required for orgzly compatibility. See: