]> git.donarmstrong.com Git - lib.git/blobdiff - emacs_el/configuration/org-mode-configuration.el
remove org-latex which no longer exists
[lib.git] / emacs_el / configuration / org-mode-configuration.el
index e4232a236fd25e16c8d30ac41c56091d52dbad33..a8b427ce8769107b1b4db41d82e79aacc530986e 100644 (file)
@@ -435,28 +435,28 @@ Maildir, or by Message-ID."
 
 
 
-;; org latex
-;; stolen from http://kieranhealy.org/esk/kjhealy.html
-(require 'org-latex)   
-;; Choose either listings or minted for exporting source code blocks.
-;; Using minted (as here) requires pygments be installed. To use the
-;; default listings package instead, use
-;; (setq org-latex-listings t)
-;; and change references to "minted" below to "listings"
-; (setq org-latex-listings 'minted)
-
-;; default settings for minted code blocks
-(setq org-latex-minted-options
-      '(;("frame" "single")
-        ("bgcolor" "bg") ; bg will need to be defined in the preamble of your document. It's defined in org-preamble-pdflatex.sty and org-preamble-xelatex.sty below.
-        ("fontsize" "\\small")
-        ))
-;; turn off the default toc behavior; deal with it properly in headers to files.
-(defun org-latex-no-toc (depth)  
-  (when depth
-    (format "%% Org-mode is exporting headings to %s levels.\n"
-            depth)))
-(setq org-latex-format-toc-function 'org-latex-no-toc)
+;; ;; org latex
+;; ;; stolen from http://kieranhealy.org/esk/kjhealy.html
+;; (require 'org-latex)   
+;; ;; Choose either listings or minted for exporting source code blocks.
+;; ;; Using minted (as here) requires pygments be installed. To use the
+;; ;; default listings package instead, use
+;; ;; (setq org-latex-listings t)
+;; ;; and change references to "minted" below to "listings"
+;; ; (setq org-latex-listings 'minted)
+;; 
+;; ;; default settings for minted code blocks
+;; (setq org-latex-minted-options
+;;       '(;("frame" "single")
+;;         ("bgcolor" "bg") ; bg will need to be defined in the preamble of your document. It's defined in org-preamble-pdflatex.sty and org-preamble-xelatex.sty below.
+;;         ("fontsize" "\\small")
+;;         ))
+;; ;; turn off the default toc behavior; deal with it properly in headers to files.
+;; (defun org-latex-no-toc (depth)  
+;;   (when depth
+;;     (format "%% Org-mode is exporting headings to %s levels.\n"
+;;             depth)))
+;; (setq org-latex-format-toc-function 'org-latex-no-toc)
 
 (require 'ox-latex)
 (add-to-list 'org-latex-classes