Hi, I've noticed that if I have a table like this:
| <l30> | <l85> | |--------------------------------+---------------------------------------------------| | Question | Answer | |--------------------------------+---------------------------------------------------| |Stuff | | | | [[http://very-long-link/][text that would fit the column fixed width]] | | | | And I do C-c C-c (or M-x org-table-align) and org-toggle-link-display to fold the link, it still shows up as "=>" which means that Org-Mode has taken into consideration the actual length of the entire link when it did the folding. Instead, I propose that it only takes into consideration the length of the link text. I'm not sure what part of the code is responsible for this. I am reporting this as a bug here on the mailing list.