Fix indents
This commit is contained in:
16
main.org
16
main.org
@@ -535,14 +535,7 @@ We really do require latex
|
|||||||
("\\chapter{%s}" . "\\chapter*{%s}")
|
("\\chapter{%s}" . "\\chapter*{%s}")
|
||||||
("\\section{%s}" . "\\section*{%s}")
|
("\\section{%s}" . "\\section*{%s}")
|
||||||
("\\subsection{%s}" . "\\subsection*{%s}")
|
("\\subsection{%s}" . "\\subsection*{%s}")
|
||||||
("\\subsubsection{%s}" . "\\subsubsection*{%s}")))
|
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))))
|
||||||
|
|
||||||
(setq org-latex-pdf-process
|
|
||||||
'("%latex -shell-escape -interaction nonstopmode -output-directory %o %f"
|
|
||||||
"%latex -shell-escape -interaction nonstopmode -output-directory %o %f"
|
|
||||||
"bibtex %b"
|
|
||||||
"%latex -shell-escape -interaction nonstopmode -output-directory %o %f"
|
|
||||||
"%latex -shell-escape -interaction nonstopmode -output-directory %o %f")))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
*** HTML Export
|
*** HTML Export
|
||||||
@@ -612,9 +605,9 @@ And in case we want to make some (GNU)?plots?
|
|||||||
|
|
||||||
*** Agenda Location
|
*** Agenda Location
|
||||||
|
|
||||||
# Make it so that all files in the " src_elisp{org-agenda-files} " variable (e.g. "=~/Documents=") will be
|
Make it so that all files in the " src_elisp{org-agenda-files} " variable (e.g. "=~/Documents=") will be
|
||||||
# included in the tablutation and collation of all the dates and todos
|
included in the tablutation and collation of all the dates and todos
|
||||||
# etc.
|
etc.
|
||||||
|
|
||||||
#+begin_src elisp :tangle yes :exports code
|
#+begin_src elisp :tangle yes :exports code
|
||||||
(leaf org-agenda
|
(leaf org-agenda
|
||||||
@@ -717,7 +710,6 @@ taking package.
|
|||||||
:after org-roam org-ref
|
:after org-roam org-ref
|
||||||
:require t
|
:require t
|
||||||
:hook (after-init-hook . org-roam-bibtex-mode))
|
:hook (after-init-hook . org-roam-bibtex-mode))
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Org Babel
|
** Org Babel
|
||||||
|
|||||||
Reference in New Issue
Block a user