kjn
kjn
> For the following .org file, I get this error: > OpenDocument export failed: FIXME: Unable to resolve "todos.org" > > #+OPTIONS: broken-links:mark > #+SELECT_TAGS: drm > > * test...
> For the following .org file, I get this error: > OpenDocument export failed: FIXME: Unable to resolve "todos.org" > > #+OPTIONS: broken-links:mark > #+SELECT_TAGS: drm > > * test...
> Hmm, still no luck, I even updated to newest packages: > [...] > /home/hp/.emacs.d/elpa/org-20200713/ox hides /usr/share/emacs/26.3/lisp/org/ox > [...] > /home/hp/.emacs.d/elpa/ox-odt-9.3.7.319/ox-odt hides /home/hp/.emacs.d/elpa/org-20200713/ox-odt > [...] > /home/hp/.emacs.d/elpa/org-20200713/org hides /usr/share/emacs/26.3/lisp/org/org This...
Btw, `org-reload` is meant for use by developers. Unless you are hacking the `org` codebase, you most definitely DO NOT WANT that.
Just a quick update ... ## When you export MY test snippet with MY repo, export to ODT goes fine. But you will see an output like this ### ODT...
> What I use is this: > > ``` > #+ODT_STYLES_FILE: ("/path/to/file/template_todo.odt" ("styles.xml" "Pictures/100000000000008C00000039914151311286766F.png")) > ``` I have introduced `#+ODT_EXTRA_IMAGES` for this purpose. This is documented in the manual at...
> 2. https://github.com/kjambunathan/org-mode-ox-odt/issues/53#issuecomment-465620470. The original issue that motivated this feature. Unzip the file and goto `xxx/test_page_styles_fixed`. Locate the `page_backgroud_test.org`. It will look like below. The important thing to note is...
> #+ODT_EXTRA_IMAGES: backgrounds/Cover.jpg > #+ODT_EXTRA_IMAGES: backgrounds/Standard.jpg > #+ODT_EXTRA_IMAGES: backgrounds/Epilogue.jpg You can have more than one background image. Just include a line for each of the background images. If the image...
> Essentially, you need something like > > ``` > #+ODT_STYLES_FILE: /path/to/file/template_todo.odt > #+ODT_EXTRA_IMAGES: Pictures/100000000000008C00000039914151311286766F.png > ``` If the image is in the `odt` (or `ott`) file already, you only...
> Add support for LibreOffice Impress presentations See branch [ox-odp](https://github.com/kjambunathan/org-mode-ox-odt/tree/ox-odp). This is work in progress and the quality of code is _very early alpha_. The unit test file is here...