From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Riedy Subject: [PATCH] Place org-export-latex-inline-image-extensions in the LaTeX custom group Date: Sun, 03 May 2009 14:43:08 -0400 Message-ID: <87hc02ni2r.fsf@sparse.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M0gh7-0000ug-Ew for emacs-orgmode@gnu.org; Sun, 03 May 2009 14:45:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M0gh2-0000uS-IM for emacs-orgmode@gnu.org; Sun, 03 May 2009 14:45:44 -0400 Received: from [199.232.76.173] (port=51818 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0gh2-0000uP-Cq for emacs-orgmode@gnu.org; Sun, 03 May 2009 14:45:40 -0400 Received: from main.gmane.org ([80.91.229.2]:58822 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M0gh1-0004qZ-Rk for emacs-orgmode@gnu.org; Sun, 03 May 2009 14:45:40 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1M0ggx-0002R1-VL for emacs-orgmode@gnu.org; Sun, 03 May 2009 18:45:36 +0000 Received: from fttb-92-150.bvunet.net ([69.27.92.150]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 03 May 2009 18:45:35 +0000 Received: from jason by fttb-92-150.bvunet.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 03 May 2009 18:45:35 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Just fixing a typo. The :group should be org-export-latex and not org-export-html. Signed-off-by: Jason Riedy --- 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