From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Zane D. Purvis" Subject: [PATCH] ox-html.el: DONE is monospace for consistency Date: Thu, 8 Jan 2015 22:26:43 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9QE4-0005gZ-UC for Emacs-orgmode@gnu.org; Thu, 08 Jan 2015 22:27:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y9QE4-0002bx-0S for Emacs-orgmode@gnu.org; Thu, 08 Jan 2015 22:27:04 -0500 Received: from mail-qg0-x230.google.com ([2607:f8b0:400d:c04::230]:50085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y9QE3-0002br-Sd for Emacs-orgmode@gnu.org; Thu, 08 Jan 2015 22:27:03 -0500 Received: by mail-qg0-f48.google.com with SMTP id j5so6401197qga.7 for ; Thu, 08 Jan 2015 19:27:03 -0800 (PST) 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 * 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.