在osx上安装org-mode开发版
2010年7月31日 04:49
- 安装 emacs for osx,下载地址: http://emacsformacosx.com/
- clone org-mode devel code
git clone git://repo.or.cz/org-mode.git
- 修改 Makefile:
EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs prefix=/Applications/Emacs.app lispdir=$(prefix)/Contents/Resources/lisp/org infodir=$(prefix)/Contents/Resources/info
- make && make install