emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Getting checkboxes in HTML output?


From: Peter Davis
Subject: Re: [O] Getting checkboxes in HTML output?
Date: Tue, 3 Dec 2013 07:29:00 -0500
User-agent: Mutt/1.5.21 (2010-09-15)

On Mon, Dec 02, 2013 at 08:11:25PM -0500, Nick Dokos wrote:
> Peter Davis <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]