From mboxrd@z Thu Jan 1 00:00:00 1970 From: lbmlist@hethcote.com Subject: Re: ATTRLIST-x in agenda exported to html Date: Wed, 8 Feb 2012 14:40:31 -0700 (MST) Message-ID: References: Reply-To: lbmlist@hethcote.com Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Return-path: Received: from eggs.gnu.org ([140.186.70.92]:56756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvFFl-00041M-Td for emacs-orgmode@gnu.org; Wed, 08 Feb 2012 16:40:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvFFk-0007J8-EY for emacs-orgmode@gnu.org; Wed, 08 Feb 2012 16:40:37 -0500 Received: from caritas.hethcote.com ([72.19.167.226]:65423) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvFFk-0007IC-62 for emacs-orgmode@gnu.org; Wed, 08 Feb 2012 16:40:36 -0500 Received: from lbmoore (helo=localhost) by caritas.hethcote.com with local-esmtp (Exim 4.72) (envelope-from ) id 1RvFFf-00086I-5f for emacs-orgmode@gnu.org; Wed, 08 Feb 2012 14:40:31 -0700 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Ok, so what I did was define a face: (org-copy-face 'modeline 'lbm-org-mode-pack-keyword "Face used to show items ready to pack, but not yet to ship" :background "#cccccc") add it to the org-todo-keyword-faces (setq org-todo-keyword-faces (quote ( ("PACK" . lbm-org-mode-pack-keyword)))) Then put a .lbm-org-mode-pack-keyword { color: puce; } in the .css and that did it. This might be something useful for the manual. Louis On Tue, 7 Feb 2012, lbmlist@hethcote.com wrote: > > Greetings, > > I use a number of To Do states. When I export my agenda views to html, the > various To Do's get dropped into spans that are not consistent. For example, > in one view: > > TODO ... > DESIGN ... > > > In another: > > TODO ... > PENDING ... > DESIGN ... > > > What I would like to do is somehow be able to better control the span names > so that it reads more like: > > TODO ... > PENDING ... > DESIGN ... > > Failing that it would work if ATTRLIST always mapped to TODO, ATTRLIST-1 > always mapped to DESIGN, and so on. > > Is this an exist capabilty that I failed to R in TFM? > > Thank you for any help you can offer, > > Louis > >