Max Nikulin <maniku...@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