summaryrefslogtreecommitdiff
path: root/smart-documents.org
diff options
context:
space:
mode:
authorMarius Peter <marius.peter@tutanota.com>2023-04-06 20:25:36 +0200
committerMarius Peter <marius.peter@tutanota.com>2023-04-06 20:25:36 +0200
commiteb43c5427638465f16a7103d06c53b9570e65fb4 (patch)
treee433afb3799c83787d0e0cb3f2623fa6b14f5f48 /smart-documents.org
parentd9d608c23b48194bd4a788a79d28c91f47fd8d08 (diff)
Preparing for Guix :100:
Diffstat (limited to 'smart-documents.org')
-rw-r--r--smart-documents.org15
1 files changed, 8 insertions, 7 deletions
diff --git a/smart-documents.org b/smart-documents.org
index e4c730c..69cc7a6 100644
--- a/smart-documents.org
+++ b/smart-documents.org
@@ -1036,9 +1036,9 @@ These aren't tied to a particular language per se.
*** Interacting with PDFs
Org mode shines particularly when exporting to PDF---Org files can
-reliably be shared and exported to PDF in a reproducible fashion.
+reliably be shared and exported to PDF.
-#+BEGIN_SRC emacs-lisp :tangle no
+#+BEGIN_SRC emacs-lisp :tangle yes
(use-package pdf-tools)
(unless (string-equal system-type "windows-nt")
(pdf-tools-install))
@@ -1378,12 +1378,14 @@ being executed by the Org Babel backend upon document export.
(emacs-lisp . t)
(awk . t)
;; (ledger . t) ;; Deprecated in Emacs 28.1?
+ (lua . t)
(latex . t)
(C . t)
(gnuplot . t)
(ocaml . t)))
#+END_SRC
+
** Exporting {{{SDs}}}
*** LaTeX export
@@ -1536,10 +1538,7 @@ work.
(setq org-latex-toc-command "\\tableofcontents\\clearpage")
#+END_SRC
-The following makes =TODO= items appear red and =CLOSED= items appear
-green in Org's LaTeX exports. Very stylish, much flair!
-
-**** COMMENT AUCTEX
+**** AUCTEX
#+BEGIN_SRC emacs-lisp :tangle yes
(use-package tex
@@ -1965,7 +1964,9 @@ longer than =fill-column=.
** Text
-*** Beautiful symbols
+*** COMMENT Beautiful symbols
+# Honestly not that useful. In LaTeX, \newline is prettified into
+# oblivion...
We want the Emacs Lisp keyword =lambda= to be rendered as \lambda
within the editor. This is mostly for a subjective ``cool'' factor.
Copyright 2019--2024 Marius PETER