org-outlook.el icon indicating copy to clipboard operation
org-outlook.el copied to clipboard

Ugly org-oulook links from org-publish-org-to-html

Open redtoade opened this issue 10 years ago • 1 comments
trafficstars

http://stackoverflow.com/questions/26916858/ugly-org-oulook-links-from-org-publish-org-to-html

MLF:

After successful installation of all things org-outlook, I am capturing Microsoft Outlook objects as org TODO action items. I also am publishing my org-mode files as html... successfully. (End of celebration)

But my outlook email links from org-publish-org-to-html look like this:

**DONE** Email
outlook:<00000000677C1D74E89EE04298E1176E774940F9070020871122AD8C1342A90CA88293B243E100000000010D000020871122AD8C1342A90CA88293B243E10000908A6CEA0000>

I had expected standard HTML hyperlink tags to be created. Is this a org-publish-org-to-html code modification, or is there a translation table somewhere that I need to fix?

(Thank you very much for your efforts)

redtoade avatar Nov 25 '14 21:11 redtoade

The hyperlink is an emacs-only hyperlink. There is no way that I know of to make this a standard hyperlink.

The huge number is the message ID for outlook.

mattfidler avatar Nov 26 '14 14:11 mattfidler