emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Spurious elements in HTML export


From: Fabrice Popineau
Subject: Re: [O] Spurious elements in HTML export
Date: Thu, 15 May 2014 11:26:07 +0200


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

reply via email to

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