From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: How to integrate org-mode in a MS Windows-/Office-based environment? Date: Tue, 17 Jul 2012 08:11:55 +0530 Message-ID: <81pq7vw1l8.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sqxjj-000066-Vy for emacs-orgmode@gnu.org; Mon, 16 Jul 2012 22:42:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sqxji-0002TQ-Vu for emacs-orgmode@gnu.org; Mon, 16 Jul 2012 22:42:07 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:53984) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sqxji-0002TL-O9 for emacs-orgmode@gnu.org; Mon, 16 Jul 2012 22:42:06 -0400 Received: by pbbrp2 with SMTP id rp2so12673pbb.0 for ; Mon, 16 Jul 2012 19:42:05 -0700 (PDT) In-Reply-To: (Kyle Andrews's message of "Mon, 16 Jul 2012 19:03:23 -0400") 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: Kyle Andrews Cc: M , "emacs-orgmode@gnu.org" On the viewing front, doc-view can be used to view OpenDocument files right within Emacs. >From the manual, ,---- | 35 Document Viewing | ******************* | | DocView mode is a major mode for viewing DVI, PostScript (PS), PDF, | OpenDocument, and Microsoft Office documents. It provides features ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | such as slicing, zooming, and searching inside documents. It works by | converting the document to a set of images using the `gs' (GhostScript) | command and other external tools (1), and displaying those images. `---- The viewer uses unoconv as the default converter. There were some issues that I identified while using LibreOffice as converter. It is possible that pdf file generated by the two converters differ in a subtle way. --