From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabrice Popineau Subject: Re: Spurious elements in HTML export Date: Thu, 15 May 2014 11:26:07 +0200 Message-ID: References: <87wqdnv2tc.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113a637233ac6304f96ce470 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wkrvo-0007lz-Fx for emacs-orgmode@gnu.org; Thu, 15 May 2014 05:26:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wkrvn-0000h7-Pr for emacs-orgmode@gnu.org; Thu, 15 May 2014 05:26:28 -0400 In-Reply-To: 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: Bastien Cc: "emacs-orgmode@gnu.org" --001a113a637233ac6304f96ce470 Content-Type: text/plain; charset=UTF-8 > > > BTW, I wonder if org-html-standalone-image-p does actually what is > documented. It is documented > as returning non-nil in one of two cases: element is of type paragraph or > of type link. > But its code starts with: > > (and (eq (org-element-type paragraph) 'paragraph) > ...) > > which seems to prevent the second case. That is certainly unrelated to my > problem. > > Sorry. I misread the code. Forget about this false interpretation. Fabrice --001a113a637233ac6304f96ce470 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

BTW, I wonder if org-html-standalone-image-p does actua= lly what is documented. It is documented
as returning non-nil in one of two cases: element is of type paragraph= or of type link.
But its code starts with:

<= div>=C2=A0(and (eq (org-element-type paragraph) 'paragraph)
= =C2=A0 =C2=A0 =C2=A0 =C2=A0 ...)

which seems to prevent the second case. That is certain= ly unrelated to my problem.


Sorry. I misread the code. Forget about this false interpretatio= n.

Fabrice
--001a113a637233ac6304f96ce470--