当前位置:  开发笔记 > 运维 > 正文

如何使用Emacs + org-mode + visual-line-mode进行缩进?

如何解决《如何使用Emacs+org-mode+visual-line-mode进行缩进?》经验,为你挑选了2个好方法。

Emacs + org-mode + visual-line-mode + window resizing产生这种视图:

* My list
  * Some thing this is longer
back to line which is really
anoying
  * Other thing which is
truncated
    * Sub items with blah
to line

我宁愿更喜欢这个:

* My list
  * Some thing this is longer
    back to line which is 
    really anoying
  * Other thing which is
    truncated
    * Sub items with blah
      to line

有关如何配置emacs或org-mode以实现这一点的任何线索真的很感激:)

(关于ubuntu karmic的emacs23.1)



1> seh..:

激活org-indent-mode.一种方法是添加一个钩子

(add-hook 'org-mode-hook
          (lambda ()
            (org-indent-mode t))
          t)

但更简单的方法是定制org-startup-indented为非零.

请注意,即使org-indent-mode是非零,头条新闻仍然不享受自动填充处理.它只是一个条目的主体,它将被填充并在其父标题的左列中左对齐.



2> huaiyuan..:

对于一个足够新的org-mode版本,M-x customize-variable org-indent-mode应该这样做.有一个最近的修复 reconciliating org-indent-modevisual-line-mode.

推荐阅读
虎仔球妈_459
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有