From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Maihofer Subject: html export of inline tasks Date: Mon, 23 Nov 2009 13:27:45 +0100 Message-ID: <4B0A7FC1.7000004@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NCY1L-00055u-DJ for emacs-orgmode@gnu.org; Mon, 23 Nov 2009 07:27:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NCY1G-00054g-8g for emacs-orgmode@gnu.org; Mon, 23 Nov 2009 07:27:54 -0500 Received: from [199.232.76.173] (port=53523 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NCY1G-00054d-1z for emacs-orgmode@gnu.org; Mon, 23 Nov 2009 07:27:50 -0500 Received: from smtprelay01.ispgateway.de ([80.67.31.24]:43177) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NCY1F-0006Yd-Ln for emacs-orgmode@gnu.org; Mon, 23 Nov 2009 07:27:49 -0500 Received: from [80.132.53.159] (helo=MacBookPro.local) by smtprelay01.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1NCY1C-0004wH-F1 for emacs-orgmode@gnu.org; Mon, 23 Nov 2009 13:27:46 +0100 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 Hi, would it be possible to add some tags to the html-exporter for inline tasks? I'd like to be able to show the todo keyword in a different color as it is possible for normal tasks. Normal task: > TODO task description Inline task: >
>
TODO task description
>
>
Perhaps one could add a span tag to the keyword of inline tasks, too? Regards, Karl