From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Invalid specification of styles.xml: nil Date: Thu, 29 Aug 2013 09:52:16 +0530 Message-ID: <87txi9ktxj.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEtiS-0006Ek-Ur for emacs-orgmode@gnu.org; Thu, 29 Aug 2013 00:20:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VEtiM-0000mL-Vz for emacs-orgmode@gnu.org; Thu, 29 Aug 2013 00:20:16 -0400 Received: from mail-pd0-x231.google.com ([2607:f8b0:400e:c02::231]:33675) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VEtiM-0000ln-Ov for emacs-orgmode@gnu.org; Thu, 29 Aug 2013 00:20:10 -0400 Received: by mail-pd0-f177.google.com with SMTP id y10so7187680pdj.36 for ; Wed, 28 Aug 2013 21:20:09 -0700 (PDT) In-Reply-To: (Luca Ferrari's message of "Fri, 9 Aug 2013 13:13:32 +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: Luca Ferrari Cc: emacs-orgmode@gnu.org Luca Ferrari writes: > Hi all, > when exporting to OpenOffice using a ott file as template I get the > error "Invalid specification of styles.xml: nil", even if I placed the > property > #+ODT_STYLES_FILE: /home/luca/letter.ott > in the org file. Regular exports to ODT works out of the box, of course! > What am I missing? The double quotes. See the following section in the manual. (info "(org) Applying custom styles") > > Thanks, > Luca