From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Davis Subject: Re: Getting checkboxes in HTML output? Date: Tue, 3 Dec 2013 07:29:00 -0500 Message-ID: <20131203122859.GA5568@pfdstudio-air.home> References: <86haawtdya.fsf@somewhere.org> <16f7d77c0769177de44354bcf25abb37@mail.rickster.com> <87A2DB5F-009B-4C8E-8058-D9A5DA78748B@gmail.com> <20131130140703.GA45985@eyeBook> <43B44636-263C-47D1-8853-55BFEFFCE576@gmail.com> <86k3fn1w2t.fsf@somewhere.org> <529CB77D.6050608@pfdstudio.com> <87li02eo1u.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vnp6H-0008Or-IF for emacs-orgmode@gnu.org; Tue, 03 Dec 2013 07:29:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vnp6C-00049m-3A for emacs-orgmode@gnu.org; Tue, 03 Dec 2013 07:29:13 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:42270) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vnp6B-00049i-RU for emacs-orgmode@gnu.org; Tue, 03 Dec 2013 07:29:08 -0500 Content-Disposition: inline In-Reply-To: <87li02eo1u.fsf@gmail.com> 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: Nick Dokos Cc: emacs-orgmode@gnu.org On Mon, Dec 02, 2013 at 08:11:25PM -0500, Nick Dokos wrote: > Peter Davis writes: > > > I've now changed ox-html.el to include this: > > > > As an FYI: you don't need to change ox-html.el. You can just load a file > containing the redefinition *after* you've loaded ox-html. Something > like this (untested): > > (eval-after-load "ox-html" > (defun org-html-checkbox (checkbox) > ....)) > > That way, you have pristine sources *and* you get the redefined > function. > Thanks, Nick. That's definitely cleaner! -pd