From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell Adams Subject: Re: How to integrate org-mode in a MS Windows-/Office-based environment? Date: Thu, 12 Jul 2012 17:14:40 -0500 Message-ID: <20120712221440.GA5479@cardamom.adamsinfoserv.com> References: <20120712220423.GY5479@cardamom.adamsinfoserv.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33324) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpReq-00047Y-3T for emacs-orgmode@gnu.org; Thu, 12 Jul 2012 18:14:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SpReo-000408-U3 for emacs-orgmode@gnu.org; Thu, 12 Jul 2012 18:14:48 -0400 Received: from tropicana.asmallorange.com ([199.188.117.12]:59643) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpReo-000400-Pr for emacs-orgmode@gnu.org; Thu, 12 Jul 2012 18:14:46 -0400 Received: from m8e2c36d0.tmodns.net ([208.54.44.142]:31753 helo=localhost) by tropicana.asmallorange.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.77) (envelope-from ) id 1SpRe8-0000ME-Mu for emacs-orgmode@gnu.org; Thu, 12 Jul 2012 18:14:05 -0400 Content-Disposition: inline In-Reply-To: <20120712220423.GY5479@cardamom.adamsinfoserv.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: emacs-orgmode@gnu.org On Thu, Jul 12, 2012 at 05:04:23PM -0500, Russell Adams wrote: > I often will write technical documentation in Org, and export it to > HTML. MS Word users can import it and immediately apply a company > template, while the HTML preserves much of the formatting. Looks quite > good in the end. > Another quick useful tip for Org publishing: I do have to use Visio for making technical drawings, which are frequently a full page. I export from Visio directly to PDF using the built in publish method. When I compiled Org to PDF via Latex, I found that if I include the "pdfpages" package which I believe is included in texlive, I can insert the full Visio PDF page into the final output without having my normal headers and footers or disrupting the document. #+LATEX_HEADER: \usepackage{pdfpages} \includepdf[angle=90]{./diagram.pdf} Good luck! ------------------------------------------------------------------ Russell Adams RLAdams@AdamsInfoServ.com PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ Fingerprint: 1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3