2
얽힌 파일의 변경 사항을 원래 조직 파일로 다시 동기화
분수 모드와 함께 org-mode를 사용하여 시나리오를 작성하고 있습니다. 시나리오를위한 조직 및 시나리오를위한 분수. 이 목적으로 사용하는 코드는 다음과 같습니다. 조직에서 (분수) 소스 블록 작업을위한 설정. ;; 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 …