Hello, I tried to export as HTML some script I made and found that the exporter do not handle correctly URL in the form '' like in the GPL licence notice when followed by a line containing '>' For example: #+begin_src sh #!/bin/sh # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # Report bug to Hello Bug Tracking system echo "Hello World" #+end_src produce the following: #+begin_src html # along with this program. If not, see <http://www.gnu.org/licenses/>. # Report bug to Hello Bug Tracking system hello-bug@example.net> #+end_src Regards. -- Daniel Dehennin Récupérer ma clef GPG: gpg --keyserver pgp.mit.edu --recv-keys 0x7A6FE2DF