Re: Grabbing the link to a message on the archive

2021-10-03 Thread Jorge P . de Morais Neto
Hi Em [2021-10-03 dom 21:20:12-0300], Jorge P. de Morais Neto escreveu: > In this snippet you call ~cond~ with three arguments, but it takes only > two. I meant ~cons~, not ~cond~. -- - Many people hate injustice but few check the facts. This provokes misinformation. Ask me about

Re: Grabbing the link to a message on the archive

2021-10-03 Thread Jorge P . de Morais Neto
Hi Timothy, Em [2021-09-30 qui 13:18:44+0800], Timothy escreveu: > If you use mu4e, the following may be of some interest: > ┌ > │ (defun +mu4e-ml-message-link (msg) > │ (cond > │((string= "emacs-orgmode.gnu.org" (mu4e-message-field msg :mailing-list)) > │ (message "Link %s copied

Re: Grabbing the link to a message on the archive

2021-10-02 Thread Kyle Meyer
Max Nikulin writes: > On 02/10/2021 21:26, Ihor Radchenko wrote: [...] >> 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

Re: Grabbing the link to a message on the archive

2021-10-02 Thread Max Nikulin
On 02/10/2021 21:26, Ihor Radchenko wrote: Max Nikulin 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,

Re: Grabbing the link to a message on the archive

2021-10-02 Thread Ihor Radchenko
Max Nikulin 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):

Re: Grabbing the link to a message on the archive

2021-10-01 Thread Greg Minshall
Max, yeah, interesting -- thanks for the elaboration/exploration! cheers, Greg

Re: Grabbing the link to a message on the archive

2021-10-01 Thread Max Nikulin
On 30/09/2021 12:18, Timothy wrote: Hi Greg, i love the searching on list.orgmode.org, but i have this recurrent dream: that some day each e-mail message will come with a header listing the URL for that message on . (though i also worry this might open us up to some

Re: Grabbing the link to a message on the archive

2021-09-30 Thread Greg Minshall
Timothy, > If you use mu4e, the following may be of some interest: > ┌ > │ (defun +mu4e-ml-message-link (msg) > │ (cond > │((string= "emacs-orgmode.gnu.org" (mu4e-message-field msg :mailing-list)) > │ (message "Link %s copied to clipboard" (gui-select-text (format >

Re: Grabbing the link to a message on the archive

2021-09-29 Thread Timothy
#+OPTIONS: html-postamble:nil H:5 num:nil ^:{} toc:nil author:nil email:nil tex:dvipng d:nil #+STARTUP: hidestars indent inlineimages :PROPERTIES: :reply-to: nil :attachment: nil :alternatives: (utf-8 org) :END: Hi Greg, > i love the searching on list.orgmode.org, but i have this recurrent >