diff options
-rw-r--r-- | smart-documents.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smart-documents.org b/smart-documents.org index d526bd5..8fe6335 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -1009,7 +1009,7 @@ These aren't tied to a particular language per se. Org mode shines particularly when exporting to PDF---Org files can reliably be shared and exported to PDF in a reproducible fashion. -#+BEGIN_SRC emacs-lisp :tangle yes +#+BEGIN_SRC emacs-lisp :tangle no (use-package pdf-tools) (unless (string-equal system-type "windows-nt") (pdf-tools-install)) |