From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: bugs wishlist, org-publish Date: Wed, 31 Jan 2007 19:29:25 +0100 Message-ID: <9737a9ab73b9e7fbbaacb35cceefba16@science.uva.nl> References: <20061219103234.GA6207@isof-serv.isof.cnr.it> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HCNWp-0001NB-4U for emacs-orgmode@gnu.org; Wed, 31 Jan 2007 17:02:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HCNWo-0001Mt-G8 for emacs-orgmode@gnu.org; Wed, 31 Jan 2007 17:02:06 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCNWo-0001Mq-9g for emacs-orgmode@gnu.org; Wed, 31 Jan 2007 17:02:06 -0500 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HCNWn-0001tf-Qe for emacs-orgmode@gnu.org; Wed, 31 Jan 2007 17:02:05 -0500 In-Reply-To: <20061219103234.GA6207@isof-serv.isof.cnr.it> 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: Giovanni Ridolfi Cc: emacs-orgmode On Dec 19, 2006, at 11:32, Giovanni Ridolfi wrote: > Hello everyone, > > I have two wishes (almost copied from muse-mode) > for the org-publish part of org-mode: > > 1) Is it possible to define a
environment > in the html output > if the lines begins with more than N (e.g. n=7) spaces ? I believe this is hard, because indentation has other meanings in org-mode. However, you can do @
bladibla @
> 2) Is it possible to define a command > in the html output > if line begins with 5 or more dashes (----- )? This should be possible, I'll put this into the next version. - Carsten