From mboxrd@z Thu Jan 1 00:00:00 1970 From: Judith Bush Subject: Bugreport: htmlized.el 1.43 and Org-mode Agenda export to html with C-x C-w has broken http links Date: Mon, 25 May 2015 14:40:36 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56954) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ywtd3-00054A-OS for emacs-orgmode@gnu.org; Mon, 25 May 2015 10:45:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ywtcu-0004oj-Jm for emacs-orgmode@gnu.org; Mon, 25 May 2015 10:45:21 -0400 Received: from plane.gmane.org ([80.91.229.3]:33896) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ywtcu-0004oK-Di for emacs-orgmode@gnu.org; Mon, 25 May 2015 10:45:12 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ywtcm-0002OQ-Lg for emacs-orgmode@gnu.org; Mon, 25 May 2015 16:45:05 +0200 Received: from 173-228-89-114.dsl.static.fusionbroadband.com ([173.228.89.114]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 May 2015 16:45:04 +0200 Received: from tunabreath by 173-228-89-114.dsl.static.fusionbroadband.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 May 2015 16:45:04 +0200 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: emacs-orgmode@gnu.org I've recently installed emacs 24.5 on two different OS X Mavericks machines, once with Mac Ports, once from the tarball. I didn't see html as an option when using C-c C-e in org-mode, so i ran find across the machine installed with tarball and couldn't find htmlize.el. I fetched version 1.43 and put it in my load path: html now appears in C-c C-e. (This loadpath is mirrored between the two machines.) Now when i run C-x C-w at the agenda view, i have a satisfactory html export with the exception of links. The URL includes the close bracket, open bracket and first word of the link text. (Angle brackets replaced with curly braces in hopes to preserve content across rendering systems.) {a href="https://oclc.webex.com/oclc/j.php?blahblahblah][Webex"}Webex{/a} Note that the engine is able to figure out the end of the URL because the second word in the link text in the org document becomes its own second link, well formed: {a href="https://docs.google.com/document/d/blahblah/edit][Engineering"}\ Engineering{/a}{a href="https://docs.google.com/document/d/blahblah/edit"} Doc{/a} This annoying behavior occurs on both machines. Experiments on the macports machine result in the following. An export of an org file to html via C-c C-e produces well formed links; an export of the agenda via M-x org-export-dispatch produces well formed links, but all the content is in one paragraph tag and all the lines run together. The orgfile source reads: '** 10:00 Team checkin - [[https://oclc.webex.com/oclc/j.php?MTID%blah][Webex]] - [[https://docs.google.com/document/d/blah_blah-blah/edit][Engineering Doc]]' Confirmed in post at http://stackoverflow.com/questions/30399029/org-mode-agenda-export-to- html-with-c-x-c-w-has-broken-http-links