[Orgmode] Please test links

2008-03-15 Thread Carsten Dominik
Hi, I have been busy and have split out most of the linking code in org.el into separate files. As I am not using most of the link types myself, I would appreciate if people could systematically test all link types they are using: The following link types are in separate files now: org-bbdb.el

[Orgmode] Re: Please test links

2008-03-15 Thread Leo
On 2008-03-15 08:24 +, Carsten Dominik wrote: > Please report back which of these link types you are using, and > if they are still working after a pull in your it repo. > If not, I'd appreciate detailed backtraces so that this remaining > issues can be fixed. The repo is not on orgmode.org. W

Re: [Orgmode] Re: Please test links

2008-03-15 Thread Bastien
Leo <[EMAIL PROTECTED]> writes: > On 2008-03-15 08:24 +, Carsten Dominik wrote: >> Please report back which of these link types you are using, and >> if they are still working after a pull in your it repo. >> If not, I'd appreciate detailed backtraces so that this remaining >> issues can be fi

Re: [Orgmode] Re: Please test links

2008-03-15 Thread Carsten Dominik
On Mar 15, 2008, at 10:48 AM, Bastien wrote: Leo <[EMAIL PROTECTED]> writes: On 2008-03-15 08:24 +, Carsten Dominik wrote: Please report back which of these link types you are using, and if they are still working after a pull in your it repo. If not, I'd appreciate detailed backtraces so

[Orgmode] jump to iso-week in agenda

2008-03-15 Thread Thomas Baumann
Hi, I really like the most advanced (pure magic working ...) and easy way of entering dates in org mode. When answering a phone call it's only a few keystrokes to jump to the date and settle the appointment. However there are some people thinking in weeks (iso-week). So when those friends call it

[Orgmode] Re: Please test links

2008-03-15 Thread Thomas Baumann
Hi Carsten, I just had a quick look at the following link types bbdb: works ok both ways mh-e: links already present work. setting links is broken and the format of the description is weird Below is the result from debugging org-mhe-store-link. It seems that the function is ok, but then the lin

Re: [Orgmode] Re: Please test links

2008-03-15 Thread Carsten Dominik
Hi Thomas, thanks so much for trying. I have pushed an attempt to fix this to the git repo, can you give it another try? Thanks. - Carsten On Mar 15, 2008, at 5:36 PM, Thomas Baumann wrote: Hi Carsten, I just had a quick look at the following link types bbdb: works ok both ways mh-e: link

[Orgmode] Re: Please test links

2008-03-15 Thread Bernt Hansen
Carsten Dominik <[EMAIL PROTECTED]> writes: > Please report back which of these link types you are using, and > if they are still working after a pull in your it repo. > If not, I'd appreciate detailed backtraces so that this remaining > issues can be fixed. I use bbdb and gnus links. Attempting

[Orgmode] Re: Please test links

2008-03-15 Thread Thomas Baumann
quickly installing and learning git ... and mhe-links still failing I guess the error comes from (defun org-add-link-props (&rest plist) "Add these properties to the link property list." (let (key value) (while plist (setq key (pop plist) value (pop plist)) (setq org-stor

[Orgmode] Re: Please test links

2008-03-15 Thread Thomas Baumann
Forgot to add: (defun org-add-link-props (&rest plist) "Add these properties to the link property list." (let (key value) (while plist (setq key (pop plist) value (pop plist)) (setq org-store-link-plist (plist-put org-store-link-plist key value))) t)) does the

Re: [Orgmode] Re: Please test links

2008-03-15 Thread Carsten Dominik
At least we got you to learn git! :-) Thanks for the analysis, I have fixed this problem for all link packages, thanks a lot!!! Please, everyone, git it another shot. Ahh, I don't know what I would do without all this help. - Carsten On Mar 15, 2008, at 9:17 PM, Thomas Baumann wrote: quic

[Orgmode] Re: Please test links

2008-03-15 Thread Bernt Hansen
Bernt Hansen <[EMAIL PROTECTED]> writes: > Carsten Dominik <[EMAIL PROTECTED]> writes: > >> Please report back which of these link types you are using, and >> if they are still working after a pull in your it repo. >> If not, I'd appreciate detailed backtraces so that this remaining >> issues can