emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* ODT export failed: wrong number of agruments
@ 2013-09-20  0:36 Matt Price
  2013-09-20  1:09 ` Matt Price
  2013-09-20  4:20 ` Carsten Dominik
  0 siblings, 2 replies; 4+ messages in thread
From: Matt Price @ 2013-09-20  0:36 UTC (permalink / raw)
  To: Org Mode

lots of questions lately!  Sorry.

I am trying to export an org-file to odt after having created a
deck.js presentation from the same file.  Exports to html work fine,
and exports of other files to odt also seem to work.  With this
image-heavy org-file I'm having trouble.  Export fails thus:

-----
LaTeX to MathML converter not available.
Formatting LaTeX using verbatim
Embedding /home/matt/NewOne/Images/oxfam_gobal_citizenship.jpg as
Images/0001.jpg...
OpenDocument export failed: Wrong number of arguments: nil, 2
-----

The relevant section of the org file is this:

----------
* Global Citizenship?
:PROPERTIES:
:STEP:     1
:END:
#+CAPTION: Happy Children of the Global Village?
[[file:~/NewOne/Images/oxfam_gobal_citizenship.jpg]]
- What is Global Citizenship?
- Is it a concept worth supporting?
- What responsibilities does it entail?
------------

Removing this image just generates the same error with the next image.

Any idea what's going on?  Could I be missing some kind of helper
appication or something?

I don't really need the images in the odt file.  Can I turn off inline
embedding of images in odt, just to make this problem go away?

Thanks a lot!!
Matt

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

* Re: ODT export failed: wrong number of agruments
  2013-09-20  0:36 ODT export failed: wrong number of agruments Matt Price
@ 2013-09-20  1:09 ` Matt Price
  2013-09-20  4:20 ` Carsten Dominik
  1 sibling, 0 replies; 4+ messages in thread
From: Matt Price @ 2013-09-20  1:09 UTC (permalink / raw)
  To: Org Mode

On Thu, Sep 19, 2013 at 8:36 PM, Matt Price <moptop99@gmail.com> wrote:
> lots of questions lately!  Sorry.
>
> I am trying to export an org-file to odt after having created a
> deck.js presentation from the same file.  Exports to html work fine,
> and exports of other files to odt also seem to work.  With this
> image-heavy org-file I'm having trouble.  Export fails thus:
>
> -----
> LaTeX to MathML converter not available.
> Formatting LaTeX using verbatim
> Embedding /home/matt/NewOne/Images/oxfam_gobal_citizenship.jpg as
> Images/0001.jpg...
> OpenDocument export failed: Wrong number of arguments: nil, 2
> -----
>
> The relevant section of the org file is this:
>
> ----------
> * Global Citizenship?
> :PROPERTIES:
> :STEP:     1
> :END:
> #+CAPTION: Happy Children of the Global Village?
> [[file:~/NewOne/Images/oxfam_gobal_citizenship.jpg]]
> - What is Global Citizenship?
> - Is it a concept worth supporting?
> - What responsibilities does it entail?
> ------------
>
> Removing this image just generates the same error with the next image.
>
> Any idea what's going on?  Could I be missing some kind of helper
> appication or something?
>
> I don't really need the images in the odt file.  Can I turn off inline
> embedding of images in odt, just to make this problem go away?

Hmm, the problem seems to lie in the CAPTION -- if those are removed,
the images seem (at least so far!) to be exported with no problem.  Is
there a known bug with the export of captioned images?  This is in an
uptodate org-mode, running on arecent emacs under Ubuntu 13.04 (unity
environment).

Thanks!
m
>
> Thanks a lot!!
> Matt

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

* Re: ODT export failed: wrong number of agruments
  2013-09-20  0:36 ODT export failed: wrong number of agruments Matt Price
  2013-09-20  1:09 ` Matt Price
@ 2013-09-20  4:20 ` Carsten Dominik
  2013-09-20  7:55   ` Carsten Dominik
  1 sibling, 1 reply; 4+ messages in thread
From: Carsten Dominik @ 2013-09-20  4:20 UTC (permalink / raw)
  To: Matt Price; +Cc: Org Mode

[-- Attachment #1: Type: text/plain, Size: 1436 bytes --]


On 20.9.2013, at 02:36, Matt Price <moptop99@gmail.com> wrote:

> lots of questions lately!  Sorry.
> 
> I am trying to export an org-file to odt after having created a
> deck.js presentation from the same file.  Exports to html work fine,
> and exports of other files to odt also seem to work.  With this
> image-heavy org-file I'm having trouble.  Export fails thus:
> 
> -----
> LaTeX to MathML converter not available.
> Formatting LaTeX using verbatim
> Embedding /home/matt/NewOne/Images/oxfam_gobal_citizenship.jpg as
> Images/0001.jpg...
> OpenDocument export failed: Wrong number of arguments: nil, 2
> -----
> 
> The relevant section of the org file is this:
> 
> ----------
> * Global Citizenship?
> :PROPERTIES:
> :STEP:     1
> :END:
> #+CAPTION: Happy Children of the Global Village?
> [[file:~/NewOne/Images/oxfam_gobal_citizenship.jpg]]
> - What is Global Citizenship?
> - Is it a concept worth supporting?
> - What responsibilities does it entail?
> ------------

I just tried this snipped, and it worked without problems.

Can you please make us a backtrace?

- Carsten

> 
> Removing this image just generates the same error with the next image.
> 
> Any idea what's going on?  Could I be missing some kind of helper
> appication or something?
> 
> I don't really need the images in the odt file.  Can I turn off inline
> embedding of images in odt, just to make this problem go away?
> 
> Thanks a lot!!
> Matt
> 


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

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

* Re: ODT export failed: wrong number of agruments
  2013-09-20  4:20 ` Carsten Dominik
@ 2013-09-20  7:55   ` Carsten Dominik
  0 siblings, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2013-09-20  7:55 UTC (permalink / raw)
  To: Matt Price; +Cc: Org Mode

[-- Attachment #1: Type: text/plain, Size: 1741 bytes --]


On Sep 20, 2013, at 6:20 AM, Carsten Dominik <carsten.dominik@gmail.com> wrote:

> 
> On 20.9.2013, at 02:36, Matt Price <moptop99@gmail.com> wrote:
> 
>> lots of questions lately!  Sorry.
>> 
>> I am trying to export an org-file to odt after having created a
>> deck.js presentation from the same file.  Exports to html work fine,
>> and exports of other files to odt also seem to work.  With this
>> image-heavy org-file I'm having trouble.  Export fails thus:
>> 
>> -----
>> LaTeX to MathML converter not available.
>> Formatting LaTeX using verbatim
>> Embedding /home/matt/NewOne/Images/oxfam_gobal_citizenship.jpg as
>> Images/0001.jpg...
>> OpenDocument export failed: Wrong number of arguments: nil, 2
>> -----
>> 
>> The relevant section of the org file is this:
>> 
>> ----------
>> * Global Citizenship?
>> :PROPERTIES:
>> :STEP:     1
>> :END:
>> #+CAPTION: Happy Children of the Global Village?
>> [[file:~/NewOne/Images/oxfam_gobal_citizenship.jpg]]
>> - What is Global Citizenship?
>> - Is it a concept worth supporting?
>> - What responsibilities does it entail?
>> ------------
> 
> I just tried this snipped, and it worked without problems.

Hmm, this morning I also hit this bug, but I am not able to reproduce it consistently.

- Carsten

> 
> Can you please make us a backtrace?
> 
> - Carsten
> 
>> 
>> Removing this image just generates the same error with the next image.
>> 
>> Any idea what's going on?  Could I be missing some kind of helper
>> appication or something?
>> 
>> I don't really need the images in the odt file.  Can I turn off inline
>> embedding of images in odt, just to make this problem go away?
>> 
>> Thanks a lot!!
>> Matt
>> 
> 


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 455 bytes --]

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

end of thread, other threads:[~2013-09-20  7:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-20  0:36 ODT export failed: wrong number of agruments Matt Price
2013-09-20  1:09 ` Matt Price
2013-09-20  4:20 ` Carsten Dominik
2013-09-20  7:55   ` 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).