org文档每次都需要调用revert-buffer-with-coding-system
utf-8.
所有的解决方案都是睁眼说瞎话
比如附上很长的list
;;--------------------------------------------------
;;Coding system
;;--------------------------------------------------
(when (fboundp 'set-charset-priority)
(set-charset-priority 'unicode))
(prefer-coding-system 'utf-8)
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
(set-selection-coding-system 'utf-8)
(setq locale-coding-system 'utf-8)
(setq-default buffer-file-coding-system 'utf-8)
于事无补,
解决方案需要加上一行.
(add-to-list 'file-coding-system-alist '("\\.org\\'" . utf-8))