组织模式:可以保存 Agenda Global TODO 列表顺序吗?
org-mode: Possible to save Agenda Global TODO list order?
我是 org-mode 的新手,想知道在编辑全局 TODO 列表中的项目顺序后,是否可以保存该首选顺序。
我试过 C-x C-s 但似乎没有任何作用。提前致谢!
无法保存。的脚注
org-agenda-drag-line-forward
手册中
((info "(org) Agenda commands")
) 说
(2) Moving agenda lines does not persist after an agenda refresh and
does not modify the contributing ‘.org’ files
该命令不保存任何信息以使其持续存在。我
考虑重新排序原始 Org 文件和设置
org-agenda-sorting-strategy
是让排序更改在议程调用中持续存在的唯一方法。
我是 org-mode 的新手,想知道在编辑全局 TODO 列表中的项目顺序后,是否可以保存该首选顺序。
我试过 C-x C-s 但似乎没有任何作用。提前致谢!
无法保存。的脚注
org-agenda-drag-line-forward
手册中
((info "(org) Agenda commands")
) 说
(2) Moving agenda lines does not persist after an agenda refresh and
does not modify the contributing ‘.org’ files
该命令不保存任何信息以使其持续存在。我
考虑重新排序原始 Org 文件和设置
org-agenda-sorting-strategy
是让排序更改在议程调用中持续存在的唯一方法。