简体   繁体   English

用于在Emacs组织模式下显示TODO项目的键绑定

[英]Key binding for showing TODO items in Emacs org-mode

I'm starting to use org-mode, and I'm having problems understanding the key binding for showing TODO items. 我开始使用组织模式,并且在理解显示TODO项目的键绑定时遇到问题。 In this section of the beginners tutorial says: 初学者教程的这一部分中说:

C-c C-v – show todos in current document

But when I type it, Emacs is expecting me to type more keys... 但是当我键入它时,Emacs希望我键入更多的键...

Where am I supposed to be in the org file in order to make that key binding work? 为了使该键绑定起作用,我应该在组织文件中的什么位置? What am I doing wrong? 我究竟做错了什么?

I'd guess that the tutorial is out-of-date. 我猜该教程已经过时了。 Cc Cv is a prefix key for Org babel. Cc Cv是Org babel的前缀键。 Type Cc Cv Ch to see the commands under it. 键入Cc Cv Ch以查看其下的命令。 To see the current TODO items in a file, you can use sparse tree commands, like Cc / t (see (info "(org)Sparse trees") ). 要查看文件中的当前TODO项目,可以使用稀疏树命令,例如Cc / t (请参阅(info "(org)Sparse trees") )。 You can use the agenda to list all TODO items of a file by restricting the output to the current file with Cc a < t , assuming you've bound org-agenda to Cc a (see (info "(org)Agenda dispatcher") ). 您可以使用议程来列出文件的所有待办事项,方法是使用Cc a < t限制输出到当前文件,假设您已将org-agenda绑定到Cc a (请参阅(info "(org)Agenda dispatcher") )。

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

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