Re: [O] Figure and table captions in org-odt.el

2012-03-19 Thread Martin Gürtler
Hi, this is doing what I want. I had already suspected org-odt-category-map-alist, but I had missed the fact that the xml file has to be changed as well. Thanks, Martin

Re: [O] Figure and table captions in org-odt.el

2012-03-17 Thread Jambunathan K
A small side note: Instead of modifying the default "OrgOdtContentTemplate.xml" *directly*, you can do the following. Make a *copy* of the file, do the required modification and then customize `org-export-odt-content-template-file' to point to the new template file. > Locate your "OrgOdtContent

Re: [O] Figure and table captions in org-odt.el

2012-03-17 Thread Jambunathan K
Hello Martin > Hi, > > I was trying to localise the captions of figures or tables. This seems > not to be built-in (in contrast to the built-in localisation of > table-of-contents). I wonder whether it is easily possible to get > "Abbildung 1: ..." instead of the automatic "Figure 1: ..." in figu