Hide ALL heading stars in org mode in emacs?

不羁岁月 提交于 2021-01-29 18:56:11

问题


Is it possible to visually hide ALL stars in emacs org mode headers? T.g. the text

* MY HEADER 1
my text 1
* MY HEADER 2
my text 1

to be displayed as

MY HEADER 1
   my text 1
   MY HEADER2 
     my text 2

PS I prefer to highlight/fontify all header line and to use org-indent-mode so it's visually headers without start would loook different than common text

来源:https://stackoverflow.com/questions/51318618/hide-all-heading-stars-in-org-mode-in-emacs

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