]> git.donarmstrong.com Git - lib.git/commitdiff
remove org-latex which no longer exists
authorDon Armstrong <don@donarmstrong.com>
Thu, 11 Dec 2014 18:11:53 +0000 (10:11 -0800)
committerDon Armstrong <don@donarmstrong.com>
Thu, 11 Dec 2014 18:11:53 +0000 (10:11 -0800)
emacs_el/configuration/ess_remote_eval.el
emacs_el/configuration/mode-line-cleaner.el
emacs_el/configuration/org-mode-configuration.el

index c70e9a7ddc958c9b124ec770c768bcb178509b8a..838c15fd706084cd0641e1157f5fddfd79b3de42 100644 (file)
@@ -4,4 +4,3 @@
   (shell-command-on-region start end "eval_r" (get-buffer-create "***essregionremoteeval***"))
   (kill-buffer "***essregionremoteeval***")
 )
-
index 650d430efc874ccb245477e9c8554036869bc235..bcd34c74c25c81fccf0f9118a8714ddd31bbfdd0 100644 (file)
@@ -1,4 +1,5 @@
 ; clean-mode-line from http://www.masteringemacs.org/articles/2012/09/10/hiding-replacing-modeline-strings/
+(require 'cl)
 (defvar mode-line-cleaner-alist
   `((auto-complete-mode . " α")
     (yas/minor-mode . " υ")
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