clean up the configuration a bit
This commit is contained in:
@@ -14,30 +14,6 @@
|
||||
;; open org file with everything folded
|
||||
(setq org-startup-folded t)
|
||||
|
||||
;; org publish
|
||||
(require 'ox-publish)
|
||||
(setq org-publish-project-alist
|
||||
'(("org-notes"
|
||||
:base-directory "~/repos/csphy/website/org/"
|
||||
:base-extension "org"
|
||||
:publishing-directory "~/repos/csphy/website/jekyll/"
|
||||
:recursive t
|
||||
:publishing-function org-html-publish-to-html
|
||||
:headline-leves 4 ;Just the default for this project.
|
||||
:html-extension "html"
|
||||
:body-only f ;; Only export section between <body> </body>
|
||||
)
|
||||
|
||||
("org-static"
|
||||
:base-directory "~/repos/csphy/website/org/"
|
||||
:base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf\\|php"
|
||||
:publishing-directory "~/repos/csphy/website/"
|
||||
:recursive t
|
||||
:publishing-function org-publish-attachment
|
||||
)
|
||||
|
||||
("org" :components ("org-notes" "org-static"))))
|
||||
|
||||
;; preserve indentation on output
|
||||
(setq org-src-preserve-indentation t)
|
||||
|
||||
@@ -73,10 +49,10 @@
|
||||
(setq org-todo-keywords
|
||||
'((sequence "TODO" "IN PROGRESS" "|" "DONE")))
|
||||
|
||||
(setq reftex-default-bibliography '("~/repos/csphy/pesquisa/vis.bib"))
|
||||
(setq org-ref-bibliography-notes "~/repos/csphy/pesquisa/paper-notes.org"
|
||||
org-ref-default-bibliography '("~/repos/csphy/pesquisa/vis.bib")
|
||||
org-ref-pdf-directory "~/repos/csphy/pesquisa/vis")
|
||||
;; (setq reftex-default-bibliography '("~/repos/csphy/pesquisa/vis.bib"))
|
||||
;; (setq org-ref-bibliography-notes "~/repos/csphy/pesquisa/paper-notes.org"
|
||||
;; org-ref-default-bibliography '("~/repos/csphy/pesquisa/vis.bib")
|
||||
;; org-ref-pdf-directory "~/repos/csphy/pesquisa/vis")
|
||||
|
||||
;; Use biber to process bibtex
|
||||
(setq org-latex-pdf-process
|
||||
|
||||
Reference in New Issue
Block a user