From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] Place org-export-latex-inline-image-extensions in the LaTeX custom group Date: Sun, 3 May 2009 20:47:15 +0200 Message-ID: <3576EE9C-6EE6-4D24-92EA-AA9F3E0A9C04@gmail.com> References: <87hc02ni2r.fsf@sparse.dyndns.org> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M0gih-0001EK-El for emacs-orgmode@gnu.org; Sun, 03 May 2009 14:47:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M0gic-0001Da-VW for emacs-orgmode@gnu.org; Sun, 03 May 2009 14:47:23 -0400 Received: from [199.232.76.173] (port=38086 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M0gic-0001DX-RU for emacs-orgmode@gnu.org; Sun, 03 May 2009 14:47:18 -0400 Received: from ey-out-1920.google.com ([74.125.78.145]:37950) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M0gic-0005GN-Ey for emacs-orgmode@gnu.org; Sun, 03 May 2009 14:47:18 -0400 Received: by ey-out-1920.google.com with SMTP id 13so683019eye.24 for ; Sun, 03 May 2009 11:47:17 -0700 (PDT) In-Reply-To: <87hc02ni2r.fsf@sparse.dyndns.org> 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: Jason Riedy Cc: emacs-orgmode@gnu.org appied, thanks. - Carsten On May 3, 2009, at 8:43 PM, Jason Riedy wrote: > 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 > > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode