emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] ox-html.el: DONE is monospace for consistency
@ 2015-01-09  3:26 Zane D. Purvis
  2015-01-09  8:22 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Zane D. Purvis @ 2015-01-09  3:26 UTC (permalink / raw)
  To: Emacs-orgmode

* lisp/ox-html.el (org-html-style-default): `.done' gets `font-family:
monospace;'

Other items on the headline that aren't the text itself are monospaced,
including non-DONE todo's.

TINYCHANGE
---
 lisp/ox-html.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 3c3b444..e2d1921 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -275,7 +275,7 @@ for the JavaScript code in this tag.
  <!--/*--><![CDATA[/*><!--*/
   .title  { text-align: center; }
   .todo   { font-family: monospace; color: red; }
-  .done   { color: green; }
+  .done   { font-family: monospace; color: green; }
   .tag    { background-color: #eee; font-family: monospace;
             padding: 2px; font-size: 80%; font-weight: normal; }
   .timestamp { color: #bebebe; }
-- 
1.9.1

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

* Re: [PATCH] ox-html.el: DONE is monospace for consistency
  2015-01-09  3:26 [PATCH] ox-html.el: DONE is monospace for consistency Zane D. Purvis
@ 2015-01-09  8:22 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2015-01-09  8:22 UTC (permalink / raw)
  To: Zane D. Purvis; +Cc: Emacs-orgmode

Hello,

"Zane D. Purvis" <zane.purvis@gmail.com> writes:

> * lisp/ox-html.el (org-html-style-default): `.done' gets `font-family:
> monospace;'

Applied. Thank you.


Regards,

-- 
Nicolas Goaziou

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

end of thread, other threads:[~2015-01-09  8:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-09  3:26 [PATCH] ox-html.el: DONE is monospace for consistency Zane D. Purvis
2015-01-09  8:22 ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).