Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/svg/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Emacs组织模式:默认情况下如何隐藏枚举列表项描述_Emacs_Org Mode - Fatal编程技术网

Emacs组织模式:默认情况下如何隐藏枚举列表项描述

Emacs组织模式:默认情况下如何隐藏枚举列表项描述,emacs,org-mode,Emacs,Org Mode,假设我们有这个组织文件: 1. first item description of the first item 2. second item description of the second item 3. third item description of the third item 如果我将光标移动到所有顶部项目,并单击,它将隐藏描述。文件将如下所示: 1. first item... 2. second item... 3. third item... 但当我打

假设我们有这个组织文件:

1. first item
   description of the first item
2. second item
   description of the second item
3. third item
   description of the third item
如果我将光标移动到所有顶部项目,并单击
,它将隐藏描述。文件将如下所示:

1. first item...
2. second item...
3. third item...

但当我打开文件时,所有项目都打开了,这让我感到不舒服。默认情况下,我如何隐藏它们,只留下点?

这很奇怪,对我来说,这是隐藏除顶层之外的所有内容的默认行为。 您可以通过自定义菜单对其进行全局修改:
Group-org-startup->option-org-startup-fold


或者对于像这样的每个文件

我应该为
org-startup-fold
变量设置什么值?“概述”和“内容”对我不起作用。如果在文件中添加
#+启动:概述
并重新加载它会怎么样?“如果在文件中添加#+启动:概述并重新加载它会怎么样?”-这是我做的第一件事-不起作用。您正在使用哪个版本的Emacs?我的是24.3.1/Windows7i,我有相同的配置。我不知道为什么它不适合你。也许你的电脑里有什么东西?