From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: Citations and references in ODT Date: Sat, 11 Jan 2014 09:13:46 -0500 (EST) Message-ID: References: <87zjn3gmvm.fsf@gmail.com> <87y52m4obe.fsf@gmail.com> Reply-To: Ken Mankoff Mime-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48445) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1zJz-00021D-PI for emacs-orgmode@gnu.org; Sat, 11 Jan 2014 09:14:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1zJr-0006ik-Cb for emacs-orgmode@gnu.org; Sat, 11 Jan 2014 09:13:55 -0500 Received: from mail-qa0-x22c.google.com ([2607:f8b0:400d:c00::22c]:39362) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1zJr-0006id-7m for emacs-orgmode@gnu.org; Sat, 11 Jan 2014 09:13:47 -0500 Received: by mail-qa0-f44.google.com with SMTP id o15so5121643qap.31 for ; Sat, 11 Jan 2014 06:13:46 -0800 (PST) In-Reply-To: <87y52m4obe.fsf@gmail.com> 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: Jambunathan K Cc: emacs-orgmode@gnu.org OK I got it working. THANK YOU. This is amazing. One good authoring environment that does both LaTeX and lets me collaborate (somewhat, partially, if I'm the primary author) with people using MS Word. On Sat, 11 Jan 2014, Jambunathan K wrote: > At the minimum you may have to > > M-x byte-compile-file ox-odt.el > > and may be fix regenerate autoloads. See the recipe at the end of > this message for a cumbersome but a fool proof method. I thought I had a snippet in my init file to deal with stale elc files. Anyway, when I recompile I did get a warning: Compiling file /Users/mankoff/.emacs.d/elpa/org-20140107/ox-odt.el at Sat Jan 11 09:00:46 2014 Entering directory `/Users/mankoff/.emacs.d/elpa/org-20140107/' In end of data: ox-odt.el:4779:1:Warning: the following functions are not known to be defined: clear-image-cache, image-size > You need to install the Chicago jar file which contain the > *.layout file that JabRef needs. I had not installed the plugin. Clearly not installing the plugin into JabRef was a problem. Perhaps the stale elc was too. Anyway, it works now. Thank you, -k.