|
@@ -3828,7 +3828,7 @@ To turn on listing export add the following to your Org-mode
|
|
|
customization.
|
|
|
#+begin_src emacs-lisp
|
|
|
;; requite org-latex so that the following variables are defined
|
|
|
- (require 'org-latex)
|
|
|
+ (require 'ox-latex)
|
|
|
|
|
|
;; tell org to use listings
|
|
|
(setq org-latex-listings t)
|
|
@@ -4100,7 +4100,7 @@ likely in =/usr/texbin/=, and you should rename or remove it. Then you can
|
|
|
put the following in your =~/.emacs.d/= or equivalent:
|
|
|
|
|
|
#+begin_src emacs-lisp
|
|
|
- (require 'org-latex)
|
|
|
+ (require 'ox-latex)
|
|
|
(setq org-latex-listings t)
|
|
|
|
|
|
;; Originally taken from Bruno Tavernier: http://thread.gmane.org/gmane.emacs.orgmode/31150/focus=31432
|