Re: [O] on the fragility of export to ODT

2015-02-18 Thread Eric S Fraga
On Wednesday, 18 Feb 2015 at 14:55, Nicolas Goaziou wrote: [...] > Apparently `org-odt-inline-image-rules' dismisses pdf files as images. > What happens if you add PDF extension to the list? Ah ha! Adding pdf to the list of extensions (using customize, not editing the code at this point) enable

Re: [O] on the fragility of export to ODT

2015-02-18 Thread Nicolas Goaziou
Eric S Fraga writes: > Your suggested change does indeed yield more interesting and, I guess, > potentially more helpful information. The output is: > > , > | OpenDocument export failed: FIXME: Resolve #("#+NAME: fig:radar-chart-urea > | #+CAPTION: Radar chart for the urea process which does

Re: [O] on the fragility of export to ODT

2015-02-18 Thread Eric S Fraga
On Tuesday, 17 Feb 2015 at 22:04, Nicolas Goaziou wrote: [...] > However, there's a simpler solution. In- "ox-odt.el", function > `org-odt-link--infer-description', line 2655 (but it depends on Org > version), there is > > (t (error "FIXME: Resolve %s" destination)) > > Replace it with > > (t

Re: [O] on the fragility of export to ODT

2015-02-17 Thread Nicolas Goaziou
Eric S Fraga writes: > I have many internal references; in this document, all are to named > tables and figures. The error comes from a figure, not a table, if that helps. > I have tried but haven't managed to track down which one is causing > problems in this case. > > I have tried extracting

Re: [O] on the fragility of export to ODT

2015-02-17 Thread Eric S Fraga
On Monday, 16 Feb 2015 at 21:20, Nicolas Goaziou wrote: > Hello, > > Eric S Fraga writes: > >> At this point, I get very long data structures dumped to >> *Messages*... difficult to figure out what is wrong. It's often my >> mistake but tracking it down is difficult. > > You're using an internal

Re: [O] on the fragility of export to ODT

2015-02-16 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > At this point, I get very long data structures dumped to > *Messages*... difficult to figure out what is wrong. It's often my > mistake but tracking it down is difficult. You're using an internal link to target a paragraph (possibly a image or some such). This is

[O] on the fragility of export to ODT

2015-02-16 Thread Eric S Fraga
Hello all, (I hope this is not just noise...) I use org as my main writing tool, typically for publications that I submit using LaTeX. So far, so excellent! However, I do have to export to ODT (as a means to DOC) and I find the export to be very fragile. I keep running into some strange error