Does Org Mode's Agenda Views handle Hyperlinks properly? That is, if I have an outline with header containing a hyperlink of the form:
[[#LINK][DESCRIPTION]] what should the Agenda View do with the link? I would think that, if it cannot make the link work as normal, then it should remove everything except the DESCRIPTION. However, for me, it seems to be putting the whole link into the Agenda View which throws off the formatting of the rest of the line. This also happens if you put a link into the entry of a TODO (not the header) and use 'org-agenda-entry-text-mode' to see the full entry of the TODO. Ultimately, the Agenda View should never display the Hyperlink in the full form as above -- the link should look the same as editing an Org file. -- David