Alex Kost writes: > Emanuel Berg (2015-11-14 00:20 +0300) wrote: > >> Sharon Kimble writes: >> >>> (require 'mm-url) >>> (defadvice mm-url-insert (after DE-convert-atom-to-rss () ) >>> "Converts atom to RSS by calling xsltproc." >>> (when (re-search-forward "xmlns=3D\"http://www.w3.org/.*/Atom\"" >>> nil t) >>> (goto-char (point-min)) >>> (message "Converting Atom to RSS... ") >>> (call-process-region (point-min) (point-max) >>> "xsltproc" >>> t t nil >>> (expand-file-name "~/atom2rss.xsl") "-") >>> (goto-char (point-min)) >>> (message "Converting Atom to RSS... done"))) >>> >>> (ad-activate 'mm-url-insert) >> >> So this is how you do it. It sure looks complicated >> enough but I've seen that piece of code elsewhere so >> I suppose it is good. > > It is from the wiki: . > > Sharon, do you really have "~/atom2rss.xsl" file? It seems that my reply to this although cc'd, didn't make it to the main list, sorry, gremlins again! Yes - --8<---------------cut here---------------start------------->8--- locate atom2rss.xsl /home/boudiccas/atom2rss.xsl /home/boudiccas/Downloads/atom2rss.xsl --8<---------------cut here---------------end--------------->8--- But maybe I can incorporate its code within my "init.org" to make it easier to be used? I shall have a hack and see. Thanks Sharon. -- A taste of linux = http://www.sharons.org.uk TGmeds = http://www.tgmeds.org.uk Debian 8.0, fluxbox 1.3.7, emacs 24.5.1