From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: org-odt compatibility patches Date: Fri, 24 Jun 2011 14:25:03 +0530 Message-ID: <81mxh7mwwo.fsf@gmail.com> References: <81aad88s5j.fsf@gmail.com> <7C98A5C0-EFF3-4B42-AFEC-D4F2F5638376@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:39378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qa29j-0005o9-DO for emacs-orgmode@gnu.org; Fri, 24 Jun 2011 04:54:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qa29i-0006cY-00 for emacs-orgmode@gnu.org; Fri, 24 Jun 2011 04:54:27 -0400 Received: from mail-pv0-f169.google.com ([74.125.83.169]:44457) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qa29h-0006cP-O7 for emacs-orgmode@gnu.org; Fri, 24 Jun 2011 04:54:25 -0400 Received: by pvc12 with SMTP id 12so1958781pvc.0 for ; Fri, 24 Jun 2011 01:54:24 -0700 (PDT) In-Reply-To: <7C98A5C0-EFF3-4B42-AFEC-D4F2F5638376@gmail.com> (Carsten Dominik's message of "Fri, 24 Jun 2011 10:05:39 +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: emacs-orgmode@gnu.org Dear Orgers (who use git) A note on this patch: 1. Export menu will now have a dummy entry for export to OpenDocumentText. (i.e., C-c C-e o anda C-c C-e O). If you accidentally invoke this command but do not have org-odt in the load-path, then Emacs will remind you that you don't have org-odt. This behaviour is expected. 2. Keep a special watch out for issues wrt formatting of babel/example blocks and footnotes. If you have lots of such things in your Org files you can help by re-running your favorite exporter on a fresh git checkout. Jambunathan K.