Browse Source

Alter minted entry in Changes.org

Dan Davison 15 years ago
parent
commit
4f429f5ffb
1 changed files with 6 additions and 5 deletions
  1. 6 5
      ORGWEBPAGE/Changes.org

+ 6 - 5
ORGWEBPAGE/Changes.org

@@ -269,11 +269,12 @@ paths.
 *** LaTeX minted package for fontified source code export
 Patch by Dan Davison.
 
-A non-nil value of `org-export-latex-minted' means to export source
-code using the minted package, which will fontify source code
-with color.  If you want to use this, you need to make LaTeX use the
-minted package. Add minted to `org-export-latex-packages-alist', for
-example using customize, or with something like
+Setting `org-export-latex-listings' to have the special value 'minted
+causes source code to be exported to latex using the minted package,
+which will fontify source code with color.  If you want to use this,
+you need to make LaTeX use the minted package. Add minted to
+`org-export-latex-packages-alist', for example using customize, or
+with something like
 
   (require 'org-latex)
   (add-to-list 'org-export-latex-packages-alist '("" "minted"))