2
การซิงค์การเปลี่ยนแปลงในไฟล์ที่มีการพันกันกลับไปเป็นไฟล์ org ดั้งเดิม
ฉันกำลังใช้โหมด org กับโหมด fountain เพื่อเขียนบทภาพยนตร์ องค์กรสำหรับองค์กรและแหล่งข้อมูลสำหรับการจัดรูปแบบภาพยนตร์ นี่คือรหัสที่ฉันใช้เพื่อจุดประสงค์นี้: การตั้งค่าสำหรับการทำงานกับบล็อกแหล่งที่มา (แหล่งน้ำพุ) ในองค์กร ;; 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 …