From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Hohn Subject: producing man page output Date: Tue, 04 Mar 2008 10:09:58 -0800 Message-ID: <47CD9076.1080600@lbl.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JWbbe-0006jZ-H9 for emacs-orgmode@gnu.org; Tue, 04 Mar 2008 13:11:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JWbbd-0006iG-Jg for emacs-orgmode@gnu.org; Tue, 04 Mar 2008 13:11:14 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JWbbd-0006hz-Gk for emacs-orgmode@gnu.org; Tue, 04 Mar 2008 13:11:13 -0500 Received: from ironport2.lbl.gov ([128.3.41.14]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JWbbd-00055V-3b for emacs-orgmode@gnu.org; Tue, 04 Mar 2008 13:11:13 -0500 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: org-mode mailing list Hi, I would like to use org mode to produce unix man pages in addition to the latex / html output. There are two possibilities I can see: - convert from .org directly, following org-export-latex - try to convert the generated html Are there other approaches, or has someone done this already? Thanks, Michael