我是org-mode的新用户,想知道在编辑全局TODO列表中的项目顺序后,是否可以保存该首选订单。
我已经尝试过C-x C-s,但似乎没有做任何事情。提前谢谢!
答案 0 :(得分:2)
无法保存此功能。脚注为
手册中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
是让排序更改在议程调用中保持不变的唯一方法。