Re: [Orgmode] Problem with org-mac-message.el

2009-04-05 Thread Carsten Dominik
Applied, thanks. - Carsten On Apr 5, 2009, at 11:43 PM, Christopher Suckling wrote: On 4 Apr 2009, at 11:33, Carsten Dominik wrote: Hi Christopher, I have applied the patch, thanks. Also I made the following modification: The new function is defined as org-mac-message-insert-selected, an

Re: [Orgmode] Problem with org-mac-message.el

2009-04-05 Thread Christopher Suckling
On 4 Apr 2009, at 11:33, Carsten Dominik wrote: Hi Christopher, I have applied the patch, thanks. Also I made the following modification: The new function is defined as org-mac-message-insert-selected, and then the old name org-mac-message-insert-link is introduced as an alias. So you get y

Re: [Orgmode] Problem with org-mac-message.el

2009-04-04 Thread Carsten Dominik
Hi Christopher, I have applied the patch, thanks. Also I made the following modification: The new function is defined as org-mac-message-insert-selected, and then the old name org-mac-message-insert-link is introduced as an alias. So you get your consisten function naming, and compatibility as

Re: [Orgmode] Problem with org-mac-message.el

2009-04-04 Thread Christopher Suckling
On 4 Apr 2009, at 09:25, Carsten Dominik wrote: the patch and the abstraction looks good. However, I am sure that there are quite a few people who have remember templates which call %(org-mac-message-insert-link) Let's not break their setup. Could you modify your patch so that this function

Re: [Orgmode] Problem with org-mac-message.el

2009-04-04 Thread Carsten Dominik
Hi Christopher, the patch and the abstraction looks good. However, I am sure that there are quite a few people who have remember templates which call %(org-mac-message-insert-link) Let's not break their setup. Could you modify your patch so that this function still works? Thanks. - Carsten

Re: [Orgmode] Problem with org-mac-message.el

2009-04-04 Thread Christopher Suckling
On 3 Apr 2009, at 17:58, Carsten Dominik wrote: On Apr 3, 2009, at 4:49 PM, Christopher Suckling wrote: On 1 Apr 2009, at 21:21, Ed Hirgelt wrote: I've found that org-mac-message-get-link has a problem inserting [["]] as the first item. I can't replicate this. Could you provide an exam

Re: [Orgmode] Problem with org-mac-message.el

2009-04-03 Thread Carsten Dominik
On Apr 3, 2009, at 4:49 PM, Christopher Suckling wrote: On 1 Apr 2009, at 21:21, Ed Hirgelt wrote: I've found that org-mac-message-get-link has a problem inserting [["]] as the first item. I can't replicate this. Could you provide an example? The following change makes it better... Un

Re: [Orgmode] Problem with org-mac-message.el

2009-04-03 Thread Christopher Suckling
On 1 Apr 2009, at 21:21, Ed Hirgelt wrote: I've found that org-mac-message-get-link has a problem inserting [["]] as the first item. I can't replicate this. Could you provide an example? The following change makes it better... Unfortunately, this change breaks the code for all other po

[Orgmode] Problem with org-mac-message.el

2009-04-01 Thread Ed Hirgelt
I've found that org-mac-message-get-link has a problem inserting [["]] as the first item. The following change makes it better... diff --git a/lisp/org-mac-message.el b/lisp/org-mac-message.el index 4e10062..e8697c4 100644 --- a/lisp/org-mac-message.el +++ b/lisp/org-mac-message.el @@ -119,7 +