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) ;; …