How can remove the <scheduled date> in the org agenda view quickly?

落爺英雄遲暮 提交于 2019-11-30 06:57:26

tl;dr : In the agenda, m on all these tasks, then C-u B s.


This called for quite a bit of searching, but org-mode is powerful.

According to the manual,

C-c C-s (org-schedule)
When called with a prefix argument, remove the scheduling date from the entry.

and, in the agenda:

B (org-agenda-bulk-action)
Bulk action: act on all marked entries in the agenda.

s Schedule all items to a new date.

So what you need to do is:

  • In the agenda, mark all the items you want to remove the sheduled date from (with m, like in dired)
  • C-u as the prefix argument to remove the scheduling.
  • B s to run org-schedule as a bulk action.

And you're done ! Enjoy :·)

Remove scheduled date for single item

In agenda view, Press C-uC-cC-s on task.

Remove schedule date for multiple items

Answer by Nikana works perfectly well.

In agenda view, Mark the tasks with m then C-uB-s.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!