Emacs 23 的 org-mode 自动折行

当发现 Emacs 23 在 org-mode 中的文本无法自动折行时,试试在 .emacs 中添加:

;; turn on soft wrapping mode for org mode
(add-hook 'org-mode-hook
  (lambda () (setq truncate-lines nil)))

Posted by LiYanrui Sep 10, 2009 05:23:40 AM