emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Grabbing the link to a message on the archive


From: Ihor Radchenko
Subject: Re: Grabbing the link to a message on the archive
Date: Sat, 02 Oct 2021 22:26:01 +0800

Max Nikulin <manikulin@gmail.com> writes:

> Unfortunately I have no idea how to get Message-ID having a link to 
> particular message on lists.gnu.org without search by e.g. subject and 
> author.

It can be parsed from the html.  Something like below (it is my
home-made parser, but I think the idea should be clear):

(org-capture-ref-set-bibtex-field :key (org-capture-ref-query-dom :tag 'form 
:tag 'input :attr '(name . "d") :attr 'value))


Best,
Ihor



reply via email to

[Prev in Thread] Current Thread [Next in Thread]