Re: [O] [Accepted] Making the output of %% functions linkable in agenda views

2011-05-10 Thread Bert Burgemeister
Carsten Dominik writes: > On 7.5.2011, at 17:20, Bert Burgemeister wrote: > >> Matt Lundin writes: >> >>> Bert Burgemeister writes: >>> >>>> Just curious, is there anything I should have known that prevented the >>>> patch sub

Re: [O] [Accepted] Making the output of %% functions linkable in agenda views

2011-05-07 Thread Bert Burgemeister
Matt Lundin writes: > Bert Burgemeister writes: > >> Just curious, is there anything I should have known that prevented the >> patch submitted in http://article.gmane.org/gmane.emacs.orgmode/39313, > > Is it still in the bugtracker, or was it rejected? Yes, and no.

Re: [O] [Accepted] Making the output of %% functions linkable in agenda views

2011-05-06 Thread Bert Burgemeister
5f7cea..609edd4 100644 >> --- a/lisp/org-agenda.el >> +++ b/lisp/org-agenda.el >> @@ -6879,9 +6879,7 @@ at the text of the entry itself." >> (org-get-at-bol 'org-marker))) >> (buffer (and marker (marker-buffer marker))) >>

Re: [O] [PATCH] Bugfix: org-agenda-open-link

2011-03-19 Thread Bert Burgemeister
Bert Burgemeister writes: > * Org-agenda.el (org-agenda-open-link): C-c C-o didn't open links > inserted via the `%%( )' mechanism, affecting usability of > `%%(org-bbdb-anniversaries). > > TINYCHANGE > --- > > > The bu

[O] [PATCH] Bugfix: org-agenda-open-link

2011-03-13 Thread Bert Burgemeister
* Org-agenda.el (org-agenda-open-link): C-c C-o didn't open links inserted via the `%%( )' mechanism, affecting usability of `%%(org-bbdb-anniversaries). TINYCHANGE --- The bug was apparently introduced in commit ba1e90893d128d8004e4cb6763af692c5a6cd677. -- Bert lisp/org-agenda.el | 14