Hi Bastien,

2014-03-03 16:32 GMT+04:00 Bastien <b...@gnu.org>:
>> This screenshot
>> https://www.dropbox.com/s/g3obxpigr8gg69f/-Org%20Agenda-%20-%20emacs_017.png
>> shows how it looked before the patch. It's no good unless you have
>> very good memory for numbers )
>
> Thanks for the patch.
>
> `org-all-links-display-format' is a bit redundant with
> `org-link-prettify'.  Would you mind rewriting the change
> using `org-link-prettify'?

I can't figure out how to use 'org-link-prettify' function. It only
accepts one link that is  already parsed.
But for clocktable whole heading string needs to be transformed, and
it can contain multiple links.
E.g. "[[a][b]] and [[c][d]]" must be transformed to "b and d".
'org-all-links-display-format' does exactly this.

Reply via email to