emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] switch off validate - how?


From: Nick Dokos
Subject: Re: [O] switch off validate - how?
Date: Mon, 20 May 2019 12:46:58 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Colin Baxter <address@hidden> writes:

> Hello,
>
> In exporting to html, how do I switch off the `validate' link at the
> bottom of the html file? I can't seem to find any appropriate variable.
>  

C-h v org-html-validation-link RET

Set it to "", but there are still validation remnants left in the HTML
file, which is probably a bug:

,----
| <div id="postamble" class="status">
| <p class="author">Author: Nick Dokos</p>
| <p class="date">Created: 2019-05-20 Mon 12:43</p>
| <p class="validation"></p>    <<<<<<<<<<< this should disappear.
| </div>
`----

-- 
Nick

"There are only two hard problems in computer science: cache
invalidation, naming things, and off-by-one errors." -Martin Fowler




reply via email to

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