From: Carsten Dominik <dominik@science.uva.nl>
To: jemarch@gnu.org
Cc: emacs-orgmode@gnu.org
Subject: Re: [patch] Fix wanderlust in `org-store-link'
Date: Mon, 8 Oct 2007 13:21:10 +0200 [thread overview]
Message-ID: <0c32459aaac4957bae7d10345a3c0423@science.uva.nl> (raw)
In-Reply-To: <868x6gezpu.wl%jemarch@gnu.org>
applied, thanks.
- Carsten
On Oct 6, 2007, at 22:48, jemarch@gnu.org wrote:
>
> Hello.
>
> This tiny patch (against org version 5.10b, i didnt found a suitable
> CVS repository to get non-released code) fixes `org-store-link' for
> wanderlust summary mode.
>
> In both the latest wanderlust version (2.14.0) and in CVS wanderlust
> the function `elmo-message-entity-field' do not return a list, but a
> string containing the field contents.
>
>
> 2007-10-06 Jose E. Marchesi <jemarch@gnu.org>
>
> * org.el (org-store-link): Expect a string from the call to
> `elmo-message-entity-field' instead of a list.
>
>
>
> --- org.el 2007-10-04 22:34:15.000000000 +0200
> +++ org-foo.el 2007-10-06 22:44:10.000000000 +0200
> @@ -10969,7 +10969,7 @@
> (elmo-msgdb-overview-get-entity
> msgnum (wl-summary-buffer-msgdb))))
> (from (wl-summary-line-from))
> - (to (car (elmo-message-entity-field wl-message-entity 'to)))
> + (to (elmo-message-entity-field wl-message-entity 'to))
> (subject (let (wl-thr-indent-string wl-parent-message-entity)
> (wl-summary-line-subject))))
> (org-store-link-props :type "wl" :from from :to to
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>
--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477
prev parent reply other threads:[~2007-10-08 11:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-10-06 20:48 [patch] Fix wanderlust in `org-store-link' jemarch
2007-10-08 11:21 ` Carsten Dominik [this message]
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
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=0c32459aaac4957bae7d10345a3c0423@science.uva.nl \
--to=dominik@science.uva.nl \
--cc=emacs-orgmode@gnu.org \
--cc=jemarch@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 public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).