From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ulf Stegemann Subject: Exporting to single LaTeX file and multiple HTML files Date: Thu, 22 Apr 2010 16:32:38 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4xUG-0000wP-TU for emacs-orgmode@gnu.org; Thu, 22 Apr 2010 10:34:40 -0400 Received: from [140.186.70.92] (port=59255 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4xUF-0000cu-Dm for emacs-orgmode@gnu.org; Thu, 22 Apr 2010 10:34:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4xSc-00071T-MD for emacs-orgmode@gnu.org; Thu, 22 Apr 2010 10:33:00 -0400 Received: from lo.gmane.org ([80.91.229.12]:38119) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4xSc-000710-F6 for emacs-orgmode@gnu.org; Thu, 22 Apr 2010 10:32:58 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1O4xSY-0001RZ-QR for emacs-orgmode@gnu.org; Thu, 22 Apr 2010 16:32:54 +0200 Received: from london.zeitform.net ([146.140.213.100]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Apr 2010 16:32:54 +0200 Received: from ulf-news by london.zeitform.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Apr 2010 16:32:54 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I'm wondering what's the best way to export a single org file to a /single/ LaTeX file but also to /multiple/ HTML files. Think of lengthy manuals and things like that where such a strategy may be sensible. What came to my mind were include commands or publishing functions that post-process the export but this seems all rather cumbersome. Has anyone a better idea? Ulf