From eb5d9a1996ededfca511173f524b56a67d7d8384 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sat, 18 Sep 2021 17:32:34 -0700 Subject: Formatting. --- smart-documents.org | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/smart-documents.org b/smart-documents.org index e6f9b9f..4c8672d 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -7,6 +7,7 @@ #+OPTIONS: html-style:nil #+MACRO: sd /Smart Documents/ + # LaTeX setup #+SETUPFILE: ~/.emacs.d/resources/templates/documents/gnu-default.setup # Title page @@ -398,6 +399,7 @@ navigation cues on all modern desktop OSes. From IBM's CUA, we get the *** Open the diary # SSH headache with lws VPS + #+BEGIN_SRC emacs-lisp :tangle yes (global-set-key [f9] '(lambda () @@ -406,6 +408,7 @@ navigation cues on all modern desktop OSes. From IBM's CUA, we get the (find-file org-agenda-diary-file))) #+END_SRC + *** Open Org mode document properties #+BEGIN_SRC emacs-lisp :tangle no @@ -1051,7 +1054,7 @@ own introduction. Phew, after all this initialization, I can finally introduce Org mode! I am so *excited*. -Org mode replaces aword processor, a presentation creator, and a +Org mode replaces a word processor, a presentation creator, and a spreadsheet editor. The spreadsheet ability captures more than 80% use cases wherein one wishes to include a table in a text document destined for physical publication. (It is clear that Excel @@ -1265,8 +1268,8 @@ Options and why we need them: #+BEGIN_SRC emacs-lisp :tangle yes (setq org-latex-pdf-process '("latexmk -pdf -f \ - -pdflatex=lualatex -shell-escape \ - -interaction=nonstopmode -outdir=%o %f")) + -pdflatex=lualatex -shell-escape \ + -interaction=nonstopmode -outdir=%o %f")) #+END_SRC *** Exporting timestamps -- cgit v1.2.3