emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] Place org-export-latex-inline-image-extensions in the LaTeX custom group
@ 2009-05-03 18:43 Jason Riedy
  2009-05-03 18:47 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Riedy @ 2009-05-03 18:43 UTC (permalink / raw)
  To: emacs-orgmode

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

Signed-off-by: Jason Riedy <jason@acm.org>
---
 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Place org-export-latex-inline-image-extensions in the LaTeX custom group
  2009-05-03 18:43 [PATCH] Place org-export-latex-inline-image-extensions in the LaTeX custom group Jason Riedy
@ 2009-05-03 18:47 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2009-05-03 18:47 UTC (permalink / raw)
  To: Jason Riedy; +Cc: emacs-orgmode

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 <jason@acm.org>
> ---
> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-05-03 18:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-03 18:43 [PATCH] Place org-export-latex-inline-image-extensions in the LaTeX custom group Jason Riedy
2009-05-03 18:47 ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).