diff options
| author | Steve Lee <me@xiangyangli.com> | 2018-01-12 02:38:40 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2018-01-12 02:38:40 +0800 |
| commit | 87d1672e6248d2acf55349cace8d810a3bf2b535 (patch) | |
| tree | 2cc4382e9b4913122c676e0d6dccd30f865d4ab0 /.emacs.d/lisp/init-org.el~ | |
| parent | 8dd747b1db2b7f51a5077ceefcbbb76203c5bc05 (diff) | |
| download | dotfiles-87d1672e6248d2acf55349cace8d810a3bf2b535.tar.xz dotfiles-87d1672e6248d2acf55349cace8d810a3bf2b535.zip | |
update
Diffstat (limited to '.emacs.d/lisp/init-org.el~')
| -rw-r--r-- | .emacs.d/lisp/init-org.el~ | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-org.el~ b/.emacs.d/lisp/init-org.el~ index b162f12..bc818e9 100644 --- a/.emacs.d/lisp/init-org.el~ +++ b/.emacs.d/lisp/init-org.el~ @@ -1,4 +1,16 @@ -;; org-mode pdf outpuf +;;; org --- All configuration of org-mode + +;;; Commentary: +;; Mostly the pdf export configuration + +;;; Code: + +;; active Babel languages +(org-babel-do-load-languages + 'org-babel-load-languages + '((sql . t))) +;; add additional languages with '((language . t))) + (setq org-latex-classes '(("article" " @@ -34,4 +46,10 @@ "xelatex -interaction nonstopmode -output-directory %o %f" "xelatex -interaction nonstopmode -output-directory %o %f")) +(setq org-log-done t) +(setq org-agenda-files (list "~/org/work.org" + "~/org/school.org" + "~/org/home.org" + "~/42/Personal/Plan/plan.org")) (provide 'init-org) +;;; init-org ends here |
