用Emacs来写博客
1.为什么用Emacs来写博客
一直以来都想拥有自己的博客,想写点啥就写点啥,不受什么格式的限制。从最一开始 在各大网站用模板写,到后来用wordpress,再到后来用hexo,内容没写多少,工具倒换了 许多,归根结底,找不到自己想写的感觉。终于有一天,不知道从哪里发现了emacs的 org-mode也可以用来发布博客,从此一发而不可收,开始了欢乐的(是/否)折腾之旅。
2.Org-mode简介
来自官网的描述:
Org mode is for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system.
安装: M-x package-install RET org RET
3.Emacs设置
4.
内容元数据
org-mode中有以下几种
s #+begin_src ... #+end_src e #+begin_example ... #+end_example : 单行的例子以冒号开头 q #+begin_quote ... #+end_quote 通常用于引用,与默认格式相比左右都会留出缩进 v #+begin_verse ... #+end_verse 默认内容不换行,需要留出空行才能换行 c #+begin_center ... #+end_center l #+begin_latex ... #+end_latex L #+latex: h #+begin_html ... #+end_html H #+html: a #+begin_ascii ... #+end_ascii A #+ascii: i #+index: line I #+include: line