emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Jambunathan K <kjambunathan@gmail.com>
To: Cassio Koshikumo <ckoshikumo@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Bug: ODT export and environments
Date: Sun, 03 Feb 2013 17:45:36 +0530	[thread overview]
Message-ID: <87a9rlzj87.fsf@gmail.com> (raw)
In-Reply-To: <CAJP-4jOR8ZqTHVm4y-5ki3c3+mZF1J0iid-TesATT4++PXpu6g@mail.gmail.com> (Cassio Koshikumo's message of "Tue, 29 Jan 2013 11:25:23 -0200")


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 <ckoshikumo@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

--

      parent reply	other threads:[~2013-02-03 12:15 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-29 13:25 Bug: ODT export and environments Cassio Koshikumo
2013-01-30  9:47 ` Bastien
2013-01-31 12:43   ` Cassio Koshikumo
2013-02-03 12:15 ` Jambunathan K [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a9rlzj87.fsf@gmail.com \
    --to=kjambunathan@gmail.com \
    --cc=ckoshikumo@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).