emacs/orgmode 与 Mac/PC 的标题视图不同?

发布于 2024-09-25 06:20:22 字数 153 浏览 5 评论 0原文

我对 PC 和 Mac 使用相同的组织模式 (7.01h)。 问题是,对于标题,Mac 通过将所有前 * 的颜色更改为与背景相同,仅显示最后一个 *,而 PC 中的 orgmode 显示所有 *。 我更喜欢Mac的方式。

是什么造成了这种差异?如何只显示标题中的最后一个*?

I use the same org mode (7.01h) for PC and Mac.
The thing is that for headline, the mac shows only the last * by changing all the pre *'s color to the same as the background, whereas the orgmode in PC shows all the *'s.
I prefer Mac's way.

What makes this difference? How can I show only the last * in the headline?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

变身佩奇 2024-10-02 06:20:22

设置变量org-hide-leading-stars

您可以在您的文件中使用 Mxcustomize-variable org-hide-leading-stars 或只是 (setq 'org-hide-leading-stars) .emacs 文件。

Set the variable org-hide-leading-stars.

You can either M-x customize-variable org-hide-leading-stars or just (setq 'org-hide-leading-stars) in your .emacs file.

初熏 2024-10-02 06:20:22

我不确定是什么原因导致您使用的两个操作系统之间存在差异,但您可以通过将

#+STARTUP: hidestars

添加到您的组织文件顶部来选择隐藏星星。有关详细信息,请查看有关缓冲区内设置的手册页

I'm not sure what causes the difference between the two operating systems you use, but you can choose to hide the stars by adding

#+STARTUP: hidestars

to the top of your org file. For more information check the manual page on in-buffer settings

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文