;; this is the config that's loaded by emacs when using the org mode export
;; org mode keywords
(setq org-todo-keywords (quote ((sequence "TODO(t)" "DOING(d)" "WAITING(w)" "|" "CANCEL(C)" "DEFERRED(F)" "DONE(D)"))))
;; html export
(setq org-html-head "")
(setq org-html-validation-link nil)
(setq org-html-creator-string "Using Filestash")
(setq org-export-use-babel nil)
(setq org-confirm-babel-evaluate nil)