Re: [O] [PATCH] Fix clock table when there are links in headings.

2014-03-20 Thread Bastien
Hi Alexey, Alexey Lebedeff writes: > Links [[without description]] will be missing from output, "\\3" > should be more like (lambda (match) (or (match-string 3 match) > (match-string 1 match))) Indeed, sorry I've overlooked this and thanks for the solution! Fixed now, -- Bastien

Re: [O] [PATCH] Fix clock table when there are links in headings.

2014-03-20 Thread Alexey Lebedeff
Hi Bastien, 2014-03-19 13:50 GMT+04:00 Bastien : >> But I don't want do disable linking agenda clocktable row to the >> original heading, it's very convenient. I just want it to look pretty, >> but the thing from the screenshot looks really ugly. Patch affects >> execution only when :link is true.

Re: [O] [PATCH] Fix clock table when there are links in headings.

2014-03-19 Thread Bastien
Hi Alexey, Alexey Lebedeff writes: > But I don't want do disable linking agenda clocktable row to the > original heading, it's very convenient. I just want it to look pretty, > but the thing from the screenshot looks really ugly. Patch affects > execution only when :link is true. Of course you'

Re: [O] [PATCH] Fix clock table when there are links in headings.

2014-03-19 Thread Alexey Lebedeff
Hi Bastien, 2014-03-18 20:10 GMT+04:00 Bastien : > Hi Alexey, > > Alexey Lebedeff writes: > >> Sorry, I failed to explicitly mention that it was in agenda >> clockreport. It was in the screenshot, but I forgot that clocktable is >> used in other places than agenda. > > You need to configure `org-

Re: [O] [PATCH] Fix clock table when there are links in headings.

2014-03-18 Thread Bastien
Hi Alexey, Alexey Lebedeff writes: > Sorry, I failed to explicitly mention that it was in agenda > clockreport. It was in the screenshot, but I forgot that clocktable is > used in other places than agenda. You need to configure `org-agenda-clockreport-parameter-plist' like this: (setq org-agen

Re: [O] [PATCH] Fix clock table when there are links in headings.

2014-03-18 Thread Alexey Lebedeff
Hi Bastien, Sorry, I failed to explicitly mention that it was in agenda clockreport. It was in the screenshot, but I forgot that clocktable is used in other places than agenda. With current master (17ecfd4130b11e400b65dfd6b9df43af43d4061b) from git://orgmode.org/org-mode.git i observe following

Re: [O] [PATCH] Fix clock table when there are links in headings.

2014-03-13 Thread Bastien
Hi Alexey, I assumed you use the latest Org version, but maybe not. What does M-x org-version RET reports? Actually, my bracket links are displayed correctly in the clocktable (i.e. as bracket links, not with curly braces.) Maybe I'm missing something, -- Bastien

Re: [O] [PATCH] Fix clock table when there are links in headings.

2014-03-13 Thread Alexey Lebedeff
Hi Bastien, 2014-03-03 16:32 GMT+04:00 Bastien : >> 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-d

Re: [O] [PATCH] Fix clock table when there are links in headings.

2014-03-03 Thread Bastien
Hi Alexey, Alexey Lebedeff writes: > 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 bi

[O] [PATCH] Fix clock table when there are links in headings.

2014-02-19 Thread Alexey Lebedeff
Hi, 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 ) From d14eac26b0a452b39e0f8231d2c7a552f16ffe1b Mon Sep 17 00:00:00 2001 From: Alexey Lebedeff Date: Thu