|
| From: | Adam Aviv |
| Subject: | Re: [O] Renaming of +NAME for code blocks to in HTML export, no longer user defined |
| Date: | Tue, 5 Jan 2016 11:44:59 -0500 |
It may be a bug: the code (in org-html-src-block) looks like this
(label (let ((lbl (and (org-element-property :name src-block)
(org-export-get-reference src-block info))))
(if lbl (format " id=\"%s\"" lbl) ""))))
and I'm wondering whether the "and" should be an "or".
| [Prev in Thread] | Current Thread | [Next in Thread] |