/help

HELP Enables Literate Programming

Primary LanguageHTMLGNU General Public License v2.0GPL-2.0

Setup

  1. Clone Org-Mode to ~/src/

  2. Go there.

    cd ~/src/org-mode
    
  3. Build it

    1. Without Make: Generating autoloads and Compiling Org without make
      1. As of <2016-01-19 Tue> this means doing this:

        emacs -batch -Q -L lisp -l ../mk/org-fixup -f org-make-autoloads
        
    2. With Make use make.
  4. Clone Org2Blog to ~/src/.

  5. Clone Use-Package to ~/src/.

  6. Install supporting software adding their exectuable location to the PATH.

    1. Install Oracle Java.
    2. Install LanguageTool renaming it’s folder to LanguageTool.
    3. Install PlantUML.
    4. Install Ditaa.
    5. Install MacTeX.
  7. 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