kjn
kjn
Nicolas, in [this communication](https://lists.gnu.org/archive/html/emacs-orgmode/2017-09/msg00308.html), asks > Does this issue happen with "ox-odt.el" bundled with Org? If so, could you provide an ECM? This is a hint that he wouldn't be...
> @kjambunathan I am fine with your workaround. Ok. > I wish this exporter is as important to you as it is to me, so it will always get updated....
See > [[O] orgtable-->csv--> excel coding problems UTF8](https://lists.gnu.org/archive/html/emacs-orgmode/2017-06/msg00384.html) > [[O] org-table export to ods/xlsx etc](https://lists.gnu.org/archive/html/emacs-orgmode/2017-06/msg00280.html) Hi > Consider ``` | Name | Value | | nación | 10 | ```...
> Long story short, use the `infilter` command line option to specify input encoding of a file. Forgot to cc you @ouboub. See https://github.com/kjambunathan/org-mode-ox-odt/issues/10#issuecomment-881891375. Essentially, there should be a way...
**How to create a Landscape document with a table on it's own page?** See attachment [uwe.zip](https://github.com/kjambunathan/org-mode-ox-odt/files/6795197/uwe.zip) **Add OrgLandscape page style to default style** Yes, I will add it.
> Shall i set explictly the path to the directory via > (setq load-path (cons (expand-file-name "~/.emacs.d/elpa/od-odt-9.3.7.320") load-path)) > shall i open a new issue What you have done above...
> Shall i set explictly the path to the directory via > (setq load-path (cons (expand-file-name "~/.emacs.d/elpa/od-odt-9.3.7.320") load-path)) > shall i open a new issue You can also do an...
> Text Body style with intent affects bulleted list style as well The original bug report, doesn't have much detailed information about the bug. My best guess is the user...
## How do I export a src block or a quote block with custom style and within a textbox? ``` #+options: ':nil *:t -:t ::t
# How do I export a src block or a quote block with custom style and within a textbox? Here is an snippet that uses a non-standard `foo` block. ```...