Skip to content

Instantly share code, notes, and snippets.

@gganley
Created December 7, 2015 19:50
Show Gist options
  • Select an option

  • Save gganley/fe729f0094e9fa0c8cea to your computer and use it in GitHub Desktop.

Select an option

Save gganley/fe729f0094e9fa0c8cea to your computer and use it in GitHub Desktop.
(add-hook 'org-mode-hook
(lambda ()
(local-set-key (kbd "C-x C-s")
(lambda ()
(save-buffer)
(org-latex-export-to-pdf)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment