From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amin Bandali Subject: Re: switch off validate - how? Date: Mon, 20 May 2019 12:58:21 -0400 Message-ID: <87ftp9cbbm.fsf@fencepost.gnu.org> References: <87ftp9hcpp.fsf@yandex.com> <87imu5nke5.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:51544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hSlcG-00071L-7r for emacs-orgmode@gnu.org; Mon, 20 May 2019 12:58:24 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:56423) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hSlcG-0008PH-57 for emacs-orgmode@gnu.org; Mon, 20 May 2019 12:58:24 -0400 Received: from [2607:fea8:3b80:184::2] (port=48522 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hSlcF-0001cK-JN for emacs-orgmode@gnu.org; Mon, 20 May 2019 12:58:23 -0400 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" To: emacs-orgmode@gnu.org Hello, Nick Dokos writes: [...] > > 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: > > ,---- > |
> |

Author: Nick Dokos

> |

Created: 2019-05-20 Mon 12:43

> |

<<<<<<<<<<< this should disappear. > |
> `---- Indeed, it would be nice if setting `org-html-validation-link' to "" or nil didn=E2=80=99t insert the wrapping paragraph. In the meantime, you can customize C-h v org-html-postamble-format RET and get rid of the validation paragraph entirely.