[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Formatting.
smart-documents.org
@@ -7,6 +7,7 @@
7
7
8
8
#+OPTIONS: html-style:nil
9
9
#+MACRO: sd /Smart Documents/
10
Added:
10
11
# LaTeX setup
11
12
#+SETUPFILE: ~/.emacs.d/resources/templates/documents/gnu-default.setup
12
13
# Title page
@@ -398,6 +399,7 @@
398
399
399
400
*** Open the diary
400
401
# SSH headache with lws VPS
402
Added:
401
403
#+BEGIN_SRC emacs-lisp :tangle yes
402
404
(global-set-key [f9]
403
405
'(lambda ()
@@ -406,6 +408,7 @@
406
408
(find-file org-agenda-diary-file)))
407
409
#+END_SRC
408
410
411
Added:
409
412
*** Open Org mode document properties
410
413
411
414
#+BEGIN_SRC emacs-lisp :tangle no
@@ -1051,7 +1054,7 @@
1051
1054
Phew, after all this initialization, I can finally introduce Org mode!
1052
1055
I am so *excited*.
1053
1056
1054
Removed:
Org mode replaces aword processor, a presentation creator, and a
1057
Added:
Org mode replaces a word processor, a presentation creator, and a
1055
1058
spreadsheet editor. The spreadsheet ability captures more than 80% use
1056
1059
cases wherein one wishes to include a table in a text document
1057
1060
destined for physical publication. (It is clear that Excel
@@ -1265,8 +1268,8 @@
1265
1268
#+BEGIN_SRC emacs-lisp :tangle yes
1266
1269
(setq org-latex-pdf-process
1267
1270
'("latexmk -pdf -f \
1268
Removed:
-pdflatex=lualatex -shell-escape \
1269
Removed:
-interaction=nonstopmode -outdir=%o %f"))
1271
Added:
-pdflatex=lualatex -shell-escape \
1272
Added:
-interaction=nonstopmode -outdir=%o %f"))
1270
1273
#+END_SRC
1271
1274
1272
1275
*** Exporting timestamps