emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Zane D. Purvis" <zane.purvis@gmail.com>
To: Emacs-orgmode@gnu.org
Subject: [PATCH] ox-html.el: DONE is monospace for consistency
Date: Thu, 8 Jan 2015 22:26:43 -0500	[thread overview]
Message-ID: <CAGJcBOcGvag3vp6RnhMKQD0ANSbxKzxHo1WT6chN61ga2kyCqw@mail.gmail.com> (raw)

* 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

             reply	other threads:[~2015-01-09  3:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-09  3:26 Zane D. Purvis [this message]
2015-01-09  8:22 ` [PATCH] ox-html.el: DONE is monospace for consistency Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAGJcBOcGvag3vp6RnhMKQD0ANSbxKzxHo1WT6chN61ga2kyCqw@mail.gmail.com \
    --to=zane.purvis@gmail.com \
    --cc=Emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).