all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ATTRLIST-x in agenda exported to html
@ 2012-02-07 20:40 lbmlist
  2012-02-08 21:40 ` lbmlist
  0 siblings, 1 reply; 2+ messages in thread
From: lbmlist @ 2012-02-07 20:40 UTC (permalink / raw)
  To: emacs-orgmode


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:

<span class="ATTRLIST-1">TODO</span><span class="org-warning"> ...
<span class="ATTRLIST">DESIGN</span><span class="org-warning"> ...


In another:

<span class="ATTRLIST">TODO</span><span class="org-warning"> ...
<span class="ATTRLIST-1">PENDING</span><span class="org-warning"> ...
<span class="ATTRLIST-2">DESIGN</span><span class="org-warning"> ...


What I would like to do is somehow be able to better control the span 
names so that it reads more like:

<span class="myorg-todo">TODO</span><span class="org-warning"> ...
<span class="myorg-pending">PENDING</span><span class="org-warning"> ...
<span class="myorg-design">DESIGN</span><span class="org-warning"> ...

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-08 21:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-07 20:40 ATTRLIST-x in agenda exported to html lbmlist
2012-02-08 21:40 ` lbmlist

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.