From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Otterson Subject: Export requests Date: Sun, 28 May 2006 23:12:31 -0700 Message-ID: <447A90CF.9070904@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 1FkazW-0002YW-Kt for emacs-orgmode@gnu.org; Mon, 29 May 2006 02:12:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FkazV-0002YJ-Cl for emacs-orgmode@gnu.org; Mon, 29 May 2006 02:12:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FkazV-0002YG-85 for emacs-orgmode@gnu.org; Mon, 29 May 2006 02:12:37 -0400 Received: from [66.111.4.27] (helo=out3.smtp.messagingengine.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fkb50-0004hv-PQ for emacs-orgmode@gnu.org; Mon, 29 May 2006 02:18:18 -0400 Received: from frontend3.internal (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id 5563CD68A0E for ; Mon, 29 May 2006 02:12:35 -0400 (EDT) Received: from [192.168.0.6] (h-72-244-203-65.sttnwaho.dynamic.covad.net [72.244.203.65]) by mail.messagingengine.com (Postfix) with ESMTP id DD75E4338 for ; Mon, 29 May 2006 02:12:34 -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 I've got a couple of export requests: 1.) Remove the

's: To me, at least, the list items in org-mode's exported html are spaced too vertically far apart. However, I think the look is OK, when I just remove all of the

tags in the html file -- sort of matches the look of the ascii output that way too. Is there a reason for those

's? If so, could they optionally be removed? I think it looks best to just wipe them all out, not just on the lists. 2.) html-like list lead characters in ascii export. Conversely, it would be nice if the ascii exported list leading chars looked more like the html export. In html, the list char changes with depth, starting with a solid bullet, then and empty one and then a square. The ascii equivalent could be something like: * Level 1 - Level 2 o level 3 I think allout.el had an option to let you set the correspondence between levels and lead chars, and this might be nice for org mode. True, I could come close to this behavior by just using plain lists in my outlines, and you are free to say so ;) Thanks, Scott