From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Otterson Subject: html that looks like org mode in emacs Date: Tue, 15 Jul 2008 18:33:14 -0700 Message-ID: <487D4FDA.5060909@u.washington.edu> 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 1KIvtp-00055A-B9 for emacs-orgmode@gnu.org; Tue, 15 Jul 2008 21:33:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KIvtk-00054e-SF for emacs-orgmode@gnu.org; Tue, 15 Jul 2008 21:33:44 -0400 Received: from [199.232.76.173] (port=58949 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIvtk-00054b-Mn for emacs-orgmode@gnu.org; Tue, 15 Jul 2008 21:33:40 -0400 Received: from out4.smtp.messagingengine.com ([66.111.4.28]:38460) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KIvtk-0001Ts-D2 for emacs-orgmode@gnu.org; Tue, 15 Jul 2008 21:33:40 -0400 Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id D4CB1139E64 for ; Tue, 15 Jul 2008 21:33:37 -0400 (EDT) Received: from [192.168.1.112] (dsl231-045-034.sea1.dsl.speakeasy.net [216.231.45.34]) by mail.messagingengine.com (Postfix) with ESMTPSA id 4FDBAE9FD for ; Tue, 15 Jul 2008 21:33:37 -0400 (EDT) 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 Does anybody have a set of configurations that will produce exported html that looks like an org file when viewed inside of emacs? For example, I'd like to see this emacs orgmode buffer * heading 1 text for 1 ** heading 1.1 text for 1.1 ** heading 1.2 text for 1.2 * heading 2 * heading 3 1. numbered 1 2. numbered 2 Be exported to something that looks like this: * heading 1 text for 1 o heading 1.1 text for 1.1 o heading 1.2 text for 1.2 * heading 2 * heading 3 1. numbered 1 2. numbered 2 I'm asking because I spend the vast majority of my time in org mode, actually using it in emacs to organize stuff -- I shoot for a format that is easily readable in emacs itself. Occasionally, I need to export the result to colleagues but the exported output is not very readable. It would also be nice if there was a WYSIWYG ascii export mode. Thanks, Scott