Skip to content

Instantly share code, notes, and snippets.

@co-dan
Created May 23, 2013 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save co-dan/5633604 to your computer and use it in GitHub Desktop.
Save co-dan/5633604 to your computer and use it in GitHub Desktop.
local.mk settings for org-mode 8.x and Emacs 23 on Ubuntu
# Name of your emacs binary
EMACS = emacs
# Where local software is found
prefix = /usr/share
# Where local lisp files go.
lispdir= $(prefix)/emacs/site-lisp/org
# Where local data files go.
datadir = $(prefix)/emacs/etc/org
# Where info files go.
infodir = $(prefix)/info/emacs-23
# Define if you only need info documentation, the default includes html and pdf
ORG_MAKE_DOC = info # html pdf
# Define if you want to include some (or all) files from contrib/lisp
# just the filename please (no path prefix, no .el suffix), maybe with globbing
ORG_ADD_CONTRIB = ox-* # e.g. the contributed exporter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment