Daniel Dehennin <[email protected]> writes: > I tried to export as HTML some script I made and found that the exporter > do not handle correctly URL in the form '<http://example.net>' like in > the GPL licence notice when followed by a line containing '>'
Fixed, thanks. The problem was part of htmlize.el. If you cannot get latest Org from git master, use this workaround: (setq htmlize-generate-hyperlinks nil) Thanks, -- Bastien
