Skip to content

Instantly share code, notes, and snippets.

@linktohack
Created April 28, 2015 14:23
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 linktohack/749d257e2adaa672b2f5 to your computer and use it in GitHub Desktop.
Save linktohack/749d257e2adaa672b2f5 to your computer and use it in GitHub Desktop.
Emacs tangle file command line
/opt/homebrew-cask/Caskroom/emacs-mac/emacs-24.5-z-mac-5.7/Emacs.app/Contents/MacOS/Emacs -Q --batch --eval "(progn (require 'org) (setq org-src-preserve-indentation t) (org-babel-tangle-file \"/Users/link/Dropbox/Researchs/Thesis/simple_thesis.org\"))"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment