Setup
-
Clone Org-Mode to
~/src/
-
Go there.
cd ~/src/org-mode
-
Build it
- Without
Make
: Generating autoloads and Compiling Org without make-
As of <2016-01-19 Tue> this means doing this:
emacs -batch -Q -L lisp -l ../mk/org-fixup -f org-make-autoloads
-
- With
Make
usemake
.
- Without
-
Clone Org2Blog to
~/src/
. -
Clone Use-Package to
~/src/
. -
Install supporting software adding their exectuable location to the
PATH
.- Install Oracle Java.
- Install LanguageTool renaming it’s folder to
LanguageTool
. - Install PlantUML.
- Install Ditaa.
- Install MacTeX.
-
Link:
- The Eshell directory to HELP’s.
ln -s ~/src/help/eshell/ ~/.emacs.d/eshell
- The Initialization file to HELP’s.
ln -s ~/src/help/.emacs.el ~/.emacs.el
- The Eshell directory to HELP’s.