From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: italic in the new odt exporter Date: Thu, 17 May 2012 19:34:49 +0530 Message-ID: <817gwanbsu.fsf@gmail.com> References: <878vh442w5.fsf@med.uni-goettingen.de> <87k40o2m5z.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38317) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SV1KM-0006mp-Ia for emacs-orgmode@gnu.org; Thu, 17 May 2012 10:05:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SV1KG-0006oL-8r for emacs-orgmode@gnu.org; Thu, 17 May 2012 10:05:14 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:34271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SV1KG-0006lW-03 for emacs-orgmode@gnu.org; Thu, 17 May 2012 10:05:08 -0400 Received: by dakp5 with SMTP id p5so2683357dak.0 for ; Thu, 17 May 2012 07:05:05 -0700 (PDT) In-Reply-To: <87k40o2m5z.fsf@gmail.com> (Nicolas Goaziou's message of "Mon, 07 May 2012 14:47:04 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: Andreas Leha , emacs-orgmode@gnu.org Nicolas Goaziou writes: > Andreas Leha writes: > >> I had to add (italic . "Italic") to the definition of >> org-e-odt-default-org-styles-alist in contrib/lisp/org-e-odt.el to get >> /italic/ text exported correctly to odt. > > I recently have split `emphasis' object type into `bold', `italic', > `underline' and `strike-through' and `verbatim' object type into > `verbatim' and `code'. > > Since I'm not about the values to put in the variable, I add Jambunathan > in Cc. > > Jambunathan: Also, shouldn't `org-e-odt-default-org-styles-alist' be > a defconst instead of a defvar? I have pushed the needed changes.