emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] [PATCH] Place org-export-latex-inline-image-extensions in the


From: Jason Riedy
Subject: [Orgmode] [PATCH] Place org-export-latex-inline-image-extensions in the LaTeX custom group
Date: Sun, 03 May 2009 14:43:08 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux)

Just fixing a typo.  The :group should be org-export-latex and not 
org-export-html.

Signed-off-by: Jason Riedy <address@hidden>
---
 lisp/org-latex.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/org-latex.el b/lisp/org-latex.el
index 718fc56..edf5069 100644
--- a/lisp/org-latex.el
+++ b/lisp/org-latex.el
@@ -274,7 +274,7 @@ Note that this depends on the way the LaTeX file is 
processed.
 The default setting (pdf and jpg) assumes that pdflatex is doing the
 processing.  If you are using latex and dvips or something similar,
 only postscript files can be included."
-  :group 'org-export-html
+  :group 'org-export-latex
   :type '(repeat (string :tag "Extension")))
 
 (defcustom org-export-latex-coding-system nil
-- 
1.6.3.rc3.184.g9852e






reply via email to

[Prev in Thread] Current Thread [Next in Thread]