I acknowledge the bug.  I would rather not fix it.  Too much effort for
too little gain etc.

I think it is time that old exporter is forgotten and new exporter is
exercised instead, when possible.

Add this to your .emacs

    (add-to-list 'load-path "~/src/org-mode/contrib/lisp")
    (require 'org-e-odt)
  

Invoke the following command.
      
        M-x org-export-dispatch RET


Use the following to customize.

        M-x customize-group RET org-export-e-odt RET


You can obtain all the new exporters by following means.

1. Check out from git.
2. Install `org-plus-contrib' package from Org ELPA.

See http://orgmode.org/ for further instructions.


Cassio Koshikumo <ckoshik...@gmail.com> writes:

> Hello,
>
> I think there's a bug when exporting files to ODT using environments
> (center, quote etc.). Sample file:
>
> * Testing
> #+BEGIN_CENTER
> First line.
>
> Second line.
> #+END_CENTER
>
> When exporting that, only "First line" will have the correct style
> OrgCenter. "Second line" (and all subsequent ones) will have the
> default Text body style.
>
> Thanks and best regards

--

Reply via email to