kjn
kjn
I confirm the bug. Do this as a workaround ```elisp (add-to-list 'org-src-lang-modes '("latex" . latex)) ``` I will fix the bug after some time .... `src` blocks are pre-formatted blocks....
The hassle-free way to get `math` in `libreoffice` is either to use images or `starmath`. You may want to consult the following articles if you want to typeset equations using...
See end of this node https://www.gnu.org/software/emacs/manual/html_mono/org.html#Math-formatting-in-HTML-export This method requires that the dvipng program, dvisvgm or ImageMagick suite is available on your system. You can still get this processing with #+OPTIONS:...
[LO Bug#44597 – FORMATTING: Margin notes (similar to footnotes, but vertically linked to content) should be enabled](https://bugs.documentfoundation.org/show_bug.cgi?id=44597) See if this is what you want. [marginnotes.zip](https://github.com/kjambunathan/org-mode-ox-odt/files/8251359/marginnotes.zip) The babel block does the...
You can comment out the following lines ``` #+odt_preferred_output_format: png #+odt_validate: abort #+odt_prettify_xml: ``` if you haven't installed `tidy`, `odfvalidator` and `odt->png` converter.
This looks like a bug in the LibreOffice side, or as you have noticed the behaviour is unexpected. Speaking as a programmer, in view of how the LibreOffice renders metadata...
This looks like a bug in the LibreOffice side, or as you have noticed the behaviour is unexpected. Speaking as a programmer, in view of how the LibreOffice renders metadata...
The solution is here https://ask.libreoffice.org/t/keep-caption-with-table/55701 > The caption is an ordinary text paragraph. Make sure there isn’t another paragraph between the caption and the table, and enable the TextFlow property...
## My interactions with other projects for `citeproc` integration 1. [`zotero-better-bibtex` issues](https://github.com/retorquere/zotero-better-bibtex/issues?q=is%3Aissue+author%3Akjambunathan) 2. [`zotero-odf-scan-plugin` issues](https://github.com/Juris-M/zotero-odf-scan-plugin/issues?q=is%3Aissue+author%3Akjambunathan) 3. [`citeproc-java` issues](https://github.com/michel-kraemer/citeproc-java/issues?q=is%3Aissue+author%3Akjambunathan) 4. [`pandoc` issues](https://github.com/jgm/pandoc/issues?q=is%3Aissue+author%3Akjambunathan)
[org-cite and export to ODT](https://lists.gnu.org/archive/html/emacs-orgmode/2021-12/msg00332.html)