[Orgmode] [BUG] LaTeX Export hangs

2009-01-08 Thread Christian Egli
Hi

I have the latest git repo from a few minutes ago and I use the attached
test file. When I do C-c C-e l Emacs sits there saying Exporting to
LaTeX I have to stop it with C-g. The debugger tells me the
following:

Debugger entered--Lisp error: (quit)
  replace-match(texttt{} t)
  org-export-latex-keywords()
  org-export-latex-content(#(\n 0 1 (fontified nil)))
  org-export-latex-first-lines(nil)
  org-export-as-latex(nil)
  call-interactively(org-export-as-latex)
  org-export(nil)
  call-interactively(org-export nil nil)

If I first do a export as html (C-c C-e h) followed by a export to LaTeX
(C-c C-e l) it works like a charm.

#+OPTIONS:   ^:nil TeX:nil toc:nil

* Title
** Subtitle
[[http://wiki.dspace.org/index.php/Configure_media_filters][media filters]]
___
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


Re: [Orgmode] [BUG] LaTeX Export hangs

2009-01-08 Thread Carsten Dominik

Fixed, thanks.

I think this must also have been Sergio's bug.

- Carsten

On Jan 8, 2009, at 1:30 PM, Christian Egli wrote:


Hi

I have the latest git repo from a few minutes ago and I use the  
attached

test file. When I do C-c C-e l Emacs sits there saying Exporting to
LaTeX I have to stop it with C-g. The debugger tells me the
following:

Debugger entered--Lisp error: (quit)
 replace-match(texttt{} t)
 org-export-latex-keywords()
 org-export-latex-content(#(\n 0 1 (fontified nil)))
 org-export-latex-first-lines(nil)
 org-export-as-latex(nil)
 call-interactively(org-export-as-latex)
 org-export(nil)
 call-interactively(org-export nil nil)

If I first do a export as html (C-c C-e h) followed by a export to  
LaTeX

(C-c C-e l) it works like a charm.

#+OPTIONS:   ^:nil TeX:nil toc:nil

* Title
** Subtitle
[[http://wiki.dspace.org/index.php/Configure_media_filters][media  
filters]]

___
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




___
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