Org-mode Agenda export to html with Cx Cw broke http links

I searched for "org-mode html agenda" and looked closely at

without understanding. I recently installed emacs 24.5 on two different OS X Mavericks machines, once with Mac ports, once from a tarball. I didn't see html as an option when using Cc Ce in org-mode, so I found find on a machine installed with the tarball and couldn't find htmlize.el. I selected version 1.43 and put it in my download path: html now appears in Cc Ce. (This download path is mirrored between the two machines.)

Now when I run Cx Cw in the agenda view I have a satisfactory html export except for links. They include a closed parenthesis, an open parenthesis, and the first word of the link text. <a href="https://oclc.webex.com/oclc/j.php?blahblahblah][Webex">Webex</a>

Note that the engine can detect 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 lead to the following. Exporting org file to html via Cc Ce creates well-formed links; exporting the agenda via Mx org-export-dispatch creates well-formed links, but all content is in the same paragraph of a paragraph and all lines work together.

Source ETA '** 10:00 Command Check - [[ https://oclc.webex.com/oclc/j.php?MTID%blah] [ Webex]] - [[ https://docs.google.com/ document / d / blah_blah-blah / edit] [Engineering Doc]] '

I forgot where I got the 1.43 version of htmlize.el. Does this version work well for others exporting programs with URL links?

Ideas?

The best place to reach the org-mode community? (I have to say that stackoverflow Q&A has been helpful since I started in org mode. Thanks!)

+3


source to share





All Articles