kjn

Results 170 comments of kjn

Based on the above notes, this is a possible fix for your problem ... In https://github.com/kjambunathan/org-mode-ox-odt/blob/433c3c938f3327b778a2a1d4b18aab6d011f5d8e/etc/styles/ods/styles.xml#L75 change ```xml / / ``` to ```xml . . ``` In the re-written styles,...

> Make sure that OrgDateStyle is based on custom fields `OrgDate1` and `OrgDate2` in `content.xml` use the styles defined in custom date formats. ```xml . . . . : ```...

> and recompiled but the date format in the odt document still was not changed, but remained 26/07/2023 Did you _reload_ the compiled file .. open the xml files in...

For `ods` what matters is the value of `OrgDateStyle`. For `odt` what matters are the values of `OrgDate1` and `OrgDate2`. The XML files generated by the exporter is one long...

A quck tip ... ODT exporter uses tidy for pretty printing. Use M-x apropos-option odt prett to identify the variable Or C-c C-e # o to change the per buffer...

Remember the factory styles were generated on my machine and it is en_IN (essentially british conventions) So the locale for automatic order could be picked from many places .... I...

A note to future me ... Date fields have been in ODT exporter forever. I think I implemented with the assumption that one can click on it and subsequently modify...

[issue-244-timestamps-unit-test.zip](https://github.com/kjambunathan/org-mode-ox-odt/files/12267595/issue-244-timestamps-unit-test.zip) --------- To get this ![Screenshot from 2023-08-05 20-27-06](https://github.com/kjambunathan/org-mode-ox-odt/assets/19869864/28eaf3da-22b3-45fe-b503-b293c9fe9c48) do this ``` #+odt_preferred_output_format: pdf # #+ODT_PRETTIFY_XML: tidy+indent #+ATTR_ODT: :style "GriddedTable" #+ATTR_ODT: :widths "1,1" #+CAPTION: simple | | | #+name: customize...

Leave the issue open. - I have to update the docstring - amend the commit message. - report a bug in libreoffice calc

May be clocktables are good candidates for exporting to ODS. See [Org Mode: Exporting Clock Tables](https://olddeuteronomy.github.io/post/org-export-clocktables/) Specifically this line > The problem is that my employer wants the report to...