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}")
|
||||
("\\section{%s}" . "\\section*{%s}")
|
||||
("\\subsection{%s}" . "\\subsection*{%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")))
|
||||
("\\subsubsection{%s}" . "\\subsubsection*{%s}"))))
|
||||
#+end_src
|
||||
|
||||
*** HTML Export
|
||||
@@ -612,9 +605,9 @@ And in case we want to make some (GNU)?plots?
|
||||
|
||||
*** Agenda Location
|
||||
|
||||
# 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
|
||||
# etc.
|
||||
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
|
||||
etc.
|
||||
|
||||
#+begin_src elisp :tangle yes :exports code
|
||||
(leaf org-agenda
|
||||
@@ -717,7 +710,6 @@ taking package.
|
||||
:after org-roam org-ref
|
||||
:require t
|
||||
:hook (after-init-hook . org-roam-bibtex-mode))
|
||||
|
||||
#+end_src
|
||||
|
||||
** Org Babel
|
||||
|
||||
Reference in New Issue
Block a user