Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
org-modeこの特別なファイルを開くと Emacs 24 が起動するようにしたいのです.csvが、id が機能しません。
org-mode
.csv
| fruit | stock | | apple | 1230 | | banana | 200 | # # eval: (org-mode) # mode: org-mode # End:
ファイルの末尾にある可変メカニズムを誤解していたに違いありません。同じように改行しないようにEmacs に指示できればいいのですが。
次の行で変数ブロックを開始する必要がありますLocal Variables:
Local Variables:
| fruit | stock | | apple | 1230 | | banana | 200 | # Local Variables: # eval: (org-mode) # mode: org-mode # End: