2
もつれたファイルの変更を元の組織ファイルに同期して戻す
脚本を書くために噴水モードで組織モードを使用しています。 組織のための組織と脚本の書式設定のための噴水。 これは私がこの目的のために使用するコードです: 組織内の(噴水)ソースブロックを操作するための設定。 ;; prevent org from messing with indentation of the source text. (setq org-src-preserve-indentation t) (setq org-edit-src-content-indentation 0) ;; open the buffer for editing fountain in another window. (setq org-src-window-setup (quote reorganize-frame)) ;; prevent a message in the edit buffer from being shown. (setq org-edit-src-persistent-message nil) ;; …