[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Miscellaneous small changes.
smart-documents.org
@@ -1279,7 +1279,7 @@
1279
1279
# reader. Long live ISO-8601!
1280
1280
# https://orgmode.org/manual/Custom-time-format.html
1281
1281
1282
Removed:
More literary timestamps are exported to LaTeX using the following
1282
Added:
More literary timestamps can be exported to LaTeX using the following
1283
1283
custom format:
1284
1284
1285
1285
#+BEGIN_SRC emacs-lisp :tangle yes
@@ -1405,9 +1405,8 @@
1405
1405
1406
1406
#+BEGIN_SRC emacs-lisp :tangle yes
1407
1407
(setq org-latex-pdf-process
1408
Removed:
'("latexmk -pdf -f \
1409
Removed:
-pdflatex=lualatex -shell-escape \
1410
Removed:
-interaction=nonstopmode -outdir=%o %f"))
1408
Added:
'("latexmk -f -pdf -%latex \
1409
Added:
-interaction=nonstopmode -output-directory=%o %f -shell-escape"))
1411
1410
#+END_SRC
1412
1411
1413
1412
**** Exporting timestamps
@@ -1496,11 +1495,21 @@
1496
1495
1497
1496
**** Extra LaTeX class
1498
1497
1499
Removed:
This /letter/ template completes the other default LaTeX classes.
1498
Added:
These /letter/ classes (LaTeX templates) complete the other default
1499
Added:
LaTeX classes. The ~lettre~ class is not always included by default
1500
Added:
in our LaTeX distribution; it can be installed from the [[https://ctan.org/pkg/lettre][CTAN]].
1500
1501
1501
1502
#+BEGIN_SRC emacs-lisp :tangle yes
1502
1503
(require 'ox-publish)
1504
Added:
1503
1505
(add-to-list 'org-latex-classes
1506
Added:
'("lettre"
1507
Added:
"\\documentclass[10pt]{lettre}"
1508
Added:
("\\section{%s}" . "\\section*{%s}")
1509
Added:
("\\subsection*{%s}" . "\\subsection*{%s}")
1510
Added:
("\\subsubsection*{%s}" . "\\subsubsection*{%s}")))
1511
Added:
1512
Added:
(add-to-list 'org-latex-classes
1504
1513
'("letter"
1505
1514
"\\documentclass[11pt]{letter}"
1506
1515
("\\section{%s}" . "\\section*{%s}")
@@ -1676,8 +1685,7 @@
1676
1685
(message "No quick-export implemented for emacs-lisp-mode yet."))
1677
1686
((eq major-mode 'ledger-report-mode)
1678
1687
(sd-quick-export--ledger-report))
1679
Removed:
(t (message (format "No sd-quick-export backend for %s."
1680
Removed:
major-mode)))))
1688
Added:
(t (message (format "No sd-quick-export backend for %s." major-mode)))))
1681
1689
#+END_SRC
1682
1690
1683
1691
** Operate on whole buffer
@@ -1951,8 +1959,8 @@
1951
1959
longer than =fill-column=.
1952
1960
1953
1961
#+BEGIN_SRC emacs-lisp :tangle yes
1954
Removed:
(add-hook 'org-mode-hook
1955
Removed:
'turn-on-auto-fill)
1962
Added:
(add-hook 'org-mode-hook
1963
Added:
'turn-on-auto-fill)
1956
1964
#+END_SRC
1957
1965
1958
1966
** Text