(use-package org
  :ensure t
  :init (setq org-export-backends '(ascii html icalendar latex odt beamer))
  :config (setq org-directory "~/org"))