From: Bernt Hansen <bernt@norang.ca>
To: emacs-orgmode@gnu.org
Subject: Re: Please test links
Date: Sat, 15 Mar 2008 17:09:36 -0400 [thread overview]
Message-ID: <87fxurd78v.fsf@gollum.intra.norang.ca> (raw)
In-Reply-To: <87od9fpzfz.fsf@gollum.intra.norang.ca> (Bernt Hansen's message of "Sat\, 15 Mar 2008 15\:19\:44 -0400")
Bernt Hansen <bernt@norang.ca> writes:
> Carsten Dominik <dominik@science.uva.nl> 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 to org-store-link in a gnus mail message
>
> Debugger entered--Lisp error: (error "Cannot link to a buffer which is not visiting a file")
> signal(error ("Cannot link to a buffer which is not visiting a file"))
> error("Cannot link to a buffer which is not visiting a file")
> (cond ((run-hook-with-args-until-success ...) (setq link ... desc ...)) ((eq major-mode ...) (let ... ... ...)) ((eq major-mode ...) (setq cpltxt ... link ...) (org-store-link-props :type "w3" :url ...)) ((eq major-mode ...) (setq cpltxt ... link ...) (org-store-link-props :type "w3m" :url ...)) ((setq search ...) (setq link ...) (setq cpltxt ...)) ((eq major-mode ...) (setq cpltxt ... link ...) (org-store-link-props :type "image" :file buffer-file-name)) ((eq major-mode ...) (setq cpltxt ... link ...)) ((and buffer-file-name ...) (setq cpltxt ...) (when ... ...) (if ... ...) (setq link ...)) ((buffer-file-name ...) (setq cpltxt ...) (when ... ... ...) (setq link ...)) ((interactive-p) (error "Cannot link to a buffer which is not visiting a file")) (t (setq link nil)))
> (let (link cpltxt desc description search txt) (cond (... ...) (... ...) (... ... ...) (... ... ...) (... ... ...) (... ... ...) (... ...) (... ... ... ... ...) (... ... ... ...) (... ...) (t ...)) (if (consp link) (setq cpltxt ... link ...)) (setq link (or link cpltxt) desc (or desc cpltxt)) (if (equal desc "NONE") (setq desc nil)) (if (and ... link) (progn ... ...) (and link ...)))
> org-store-link(nil)
> call-interactively(org-store-link)
> execute-extended-command(nil)
> call-interactively(execute-extended-command)
This works now. Thanks.
-Bernt
next prev parent reply other threads:[~2008-03-15 21:09 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-15 8:24 Please test links Carsten Dominik
2008-03-15 9:31 ` Leo
2008-03-15 9:48 ` Bastien
2008-03-15 10:09 ` Carsten Dominik
2008-03-15 16:36 ` Thomas Baumann
2008-03-15 18:24 ` Carsten Dominik
2008-03-15 20:17 ` Thomas Baumann
2008-03-15 20:35 ` Carsten Dominik
2008-03-16 7:01 ` Thomas Baumann
2008-03-15 20:26 ` Thomas Baumann
2008-03-15 19:19 ` Bernt Hansen
2008-03-15 21:09 ` Bernt Hansen [this message]
2008-03-17 15:28 ` Joel J. Adamson
2008-03-17 18:48 ` Carsten Dominik
-- strict thread matches above, loose matches on Subject: below --
2008-03-16 14:47 Tokuya Kameshima
2008-03-17 7:39 ` Carsten Dominik
2008-03-18 16:20 ` Tokuya Kameshima
2008-03-19 6:57 ` Carsten Dominik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87fxurd78v.fsf@gollum.intra.norang.ca \
--to=bernt@norang.ca \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.