简体   繁体   English

如何制作一个SCHEDULED和DEADLINE'd待办事项只在emacs组织模式的议程视图中出现一次

[英]How to make a SCHEDULED and DEADLINE'd todo only show up once in agenda-view in emacs org-mode

In org mode, if you create a todo, and first assign it a DEADLINE, maybe a week in advance, then a few days later, get around to scheduling it, both the SCHEDULED todo and the DEADLINE todo show up in my agenda. 在组织模式中,如果你创建一个待办事项,并且首先为它分配一个DEADLINE,可能提前一周,然后几天后,安排它来安排它,SCHEDULED todo和DEADLINE todo都出现在我的议程中。 How do I get rid of the DEADLINE item? 如何摆脱DEADLINE项目? It clutters up my agenda view. 它使我的议程观点变得混乱。

There is a specific variable for that that was introduced in commit 8d6aa8f3 (2010-02-17). 在commit 8d6aa8f3 (2010-02-17)中引入了一个特定的变量。 This should put it somewhere around version 6.35. 这应该放在版本6.35附近。

org-agenda-skip-deadline-prewarning-if-scheduled is a variable defined in `org-agenda.el'. org-agenda-skip-deadline-prewarning-if-scheduled是`org-agenda.el'中定义的变量。 Its value is nil 它的价值是零

Documentation: Non-nil means skip deadline prewarning when entry is also scheduled. 文档:非零意味着在安排进入时跳过截止日期预警。 This will apply on all days where a prewarning for the deadline would be shown, but not at the day when the entry is actually due. 这将适用于显示截止日期预警的所有日期,但不适用于条目实际到期的那一天。 On that day, the deadline will be shown anyway. 在那一天,无论如何都会显示截止日期。 This variable may be set to nil, t, or a number which will then give the number of days before the actual deadline when the prewarnings should resume. 此变量可以设置为nil,t或一个数字,然后该数字将给出预警应该恢复的实际截止日期之前的天数。 This can be used in a workflow where the first showing of the deadline will trigger you to schedule it, and then you don't want to be reminded of it because you will take care of it on the day when scheduled. 这可以在工作流程中使用,其中第一次显示截止日期将触发您安排它,然后您不希望被提醒它,因为您将在计划的当天处理它。

You can customize this variable. 您可以自定义此变量。

I couldn't spot it in the manual however Mx apropos RET org-agenda-skip- does list it as well as other variables that offer similar sorts of filtering. 我无法在手册中发现它,但Mx apropos RET org-agenda-skip-会列出它以及提供类似过滤的其他变量。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM