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
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
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
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
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
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
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
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
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
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
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
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
12 matches
Mail list logo