From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: html to org-mode Date: Fri, 3 Jan 2014 21:40:14 -0500 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b5d3610494c8504ef1bf23c Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzH9t-00085O-IM for emacs-orgmode@gnu.org; Fri, 03 Jan 2014 21:40:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VzH9s-0002A4-7c for emacs-orgmode@gnu.org; Fri, 03 Jan 2014 21:40:17 -0500 Received: from mail-pa0-x233.google.com ([2607:f8b0:400e:c03::233]:56593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzH9r-00029y-Rn for emacs-orgmode@gnu.org; Fri, 03 Jan 2014 21:40:16 -0500 Received: by mail-pa0-f51.google.com with SMTP id fa1so16529555pad.10 for ; Fri, 03 Jan 2014 18:40:14 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "emacs-orgmode@gnu.org" --047d7b5d3610494c8504ef1bf23c Content-Type: text/plain; charset=ISO-8859-1 Hi everyone, I was playing around with org-rss today, and it is pretty cool. I would like to customize the way the subheading bodies look though, primarily to unescape some html things like <, to get rid of all the html tags, convert to org-mode links, to download so they can be displayed, etc... for example a body of an rss entry looks like: Philip Herron: Cython Book http://redbrain.co.uk/?p=147 http://redbrain.co.uk/cython-book/

Hey all i thought i should really share that i actually wrote a book on Cython. The book has detailed examples and even shows you how you can extend native C/C++ applications in python by doing it for Tmux. http://bit.ly/195ahQs

photoThe code can be found: https://github.com/redbrain/cython-book

Tue, 10 Dec 2013 14:45:08 +0000 I would like this simplified to something like: Philip Herron: Cython Book http://redbrain.co.uk/?p=147 http://redbrain.co.uk/cython-book/ Hey all i thought i should really share that i actually wrote a book on Cython. The book has detailed examples and even shows you how you can extend native C/C++ applications in python by doing it for Tmux. http://bit.ly/195ahQs [[feed-images/photo.jpg]] The code can be found: https://github.com/redbrain/cython-book basically, get the html code as close to org as reasonable. i found a way to get an html parse tree (libxml-parse-html-region start end), but I can't figure out how to convert that to the text I want. Has anyone done anything like this? John ----------------------------------- John Kitchin Associate Professor Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 http://kitchingroup.cheme.cmu.edu --047d7b5d3610494c8504ef1bf23c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi everyone,

I was playing aro= und with org-rss today, and it is pretty cool. I would like to customize th= e way the subheading bodies look though, primarily to unescape some html=A0= things like &lt;,=A0 to get rid of all the html tags, convert <a ..= > to org-mode links, to download <img ...> so they can be displaye= d, etc...

for example a body of an rss entry looks like:

=A0=A0=A0=A0 <= ;title>Philip Herron: Cython Book</title> =A0=A0=A0 <guid>http://redbrain.co.uk/?p=3D147= </guid> =A0=A0=A0 <link>http://redbrain.co.uk/cython-book/</link> =A0=A0=A0 <d= escription><p>Hey all i thought i should really share that i actua= lly wrote a book on Cython. The book has detailed examples and even shows y= ou how you can extend native C/C++ applications in python by doing it for T= mux. <a href=3D"http://bit.ly/195= ahQs">http://bit.ly/195ahQs</a></p> <p><a href=3D"http://redbrain.co.uk/wp-con= tent/uploads/2013/12/photo.jpg"><img class=3D"aligncent= er size-full wp-image-148" alt=3D"photo" src=3D"http://redb= rain.co.uk/wp-content/uploads/2013/12/photo.jpg" width=3D"640= " height=3D"480" /></a>The code can be found: <a= href=3D"https://g= ithub.com/redbrain/cython-book">https://github.com/redbrain/cython-book</a>&= lt;/p></description> =A0=A0=A0 <pubDate>Tue, 10 Dec 2013 14:= 45:08 +0000</pubDate>

I would like this simplified to something like:
Philip Herron:= Cython Book

http://redbr= ain.co.uk/?p=3D147

http://redbrain.co.uk/cython-book/
Hey all i thought i should really share that i actually wrote a book on Cyt= hon. The book has detailed examples and even shows you how you can extend n= ative C/C++ applications in python by doing it for Tmux. http://bit.ly/195ahQs

[[feed-images/photo.jpg]]

The code can be found: https://github.com/redbrain/cython-boo= k

basically, get the html code as close to org as reasonable. i = found a way to get an html parse tree (libxml-parse-html-region start end),= but I can't figure out how to convert that to the text I want.

Has anyone done anything like this?

John

-----------------------------------
John = Kitchin
Associate Professor
Doherty Hall A207F
Department of Chemi= cal Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
http://kitchingr= oup.cheme.cmu.edu

--047d7b5d3610494c8504ef1bf23c-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Feng Shu Subject: Re: html to org-mode Date: Sat, 04 Jan 2014 12:56:32 +0800 Message-ID: <87ha9kuyyn.fsf@news.tumashu-localhost.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40621) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzJLr-0004bV-AZ for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 00:00:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VzJLn-0003CK-4j for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 00:00:47 -0500 Received: from mail-pb0-x244.google.com ([2607:f8b0:400e:c01::244]:43759) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzJLm-0003C8-SY for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 00:00:43 -0500 Received: by mail-pb0-f68.google.com with SMTP id jt11so13255479pbb.11 for ; Fri, 03 Jan 2014 21:00:41 -0800 (PST) Received: from news.tumashu-localhost.org ([101.22.49.227]) by mx.google.com with ESMTPSA id sy10sm147625832pac.15.2014.01.03.21.00.37 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 03 Jan 2014 21:00:39 -0800 (PST) Received: from feng by news.tumashu-localhost.org with local (Exim 4.80) (envelope-from ) id 1VzJHk-0004xe-QA for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 12:56:32 +0800 In-Reply-To: (John Kitchin's message of "Fri, 3 Jan 2014 21:40:14 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org John Kitchin writes: > Hi everyone, > > I was playing around with org-rss today, and it is pretty cool. I > would like to customize the way the subheading bodies look though, > primarily to unescape some html things like <, to get rid of all > the html tags, convert to org-mode links, to download > so they can be displayed, etc... > > for example a body of an rss entry looks like: > > Philip Herron: Cython Book > http://redbrain.co.uk/?p=147 > http://redbrain.co.uk/cython-book/

Hey > all i thought i should really share that i actually wrote a book on > Cython. The book has detailed examples and even shows you how you can > extend native C/C++ applications in python by doing it for Tmux. href="http://bit.ly/195ahQs">http://bit.ly/195ahQs

href="http://redbrain.co.uk/wp-content/uploads/2013/12/photo.jpg"> class="aligncenter size-full wp-image-148" alt="photo" > src="http://redbrain.co.uk/wp-content/uploads/2013/12/photo.jpg" > width="640" height="480" />The code can be found: href="https://github.com/redbrain/cython-book">https://github.com/redbrain/cython-book

> Tue, 10 Dec 2013 14:45:08 +0000 > > I would like this simplified to something like: > Philip Herron: Cython Book > > http://redbrain.co.uk/?p=147 > > http://redbrain.co.uk/cython-book/ > Hey all i thought i should really share that i actually wrote a book > on Cython. The book has detailed examples and even shows you how you > can extend native C/C++ applications in python by doing it for Tmux. > http://bit.ly/195ahQs > > [[feed-images/photo.jpg]] > > The code can be found: https://github.com/redbrain/cython-book > > basically, get the html code as close to org as reasonable. i found a > way to get an html parse tree (libxml-parse-html-region start end), > but I can't figure out how to convert that to the text I want. > > Has anyone done anything like this? > > John Maybe eww can help you... > > ----------------------------------- > John Kitchin > Associate Professor > Doherty Hall A207F > Department of Chemical Engineering > Carnegie Mellon University > Pittsburgh, PA 15213 > 412-268-7803 > http://kitchingroup.cheme.cmu.edu -- From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Zhao Subject: Re: html to org-mode Date: Sat, 4 Jan 2014 01:22:47 -0500 Message-ID: References: <87ha9kuyyn.fsf@news.tumashu-localhost.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c2f4822af9f104ef1f0e0e Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzKdG-00030O-7P for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 01:22:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VzKdE-0007y5-OP for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 01:22:50 -0500 Received: from mail-ie0-x229.google.com ([2607:f8b0:4001:c03::229]:52946) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzKdE-0007y0-GM for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 01:22:48 -0500 Received: by mail-ie0-f169.google.com with SMTP id e14so16962863iej.28 for ; Fri, 03 Jan 2014 22:22:47 -0800 (PST) In-Reply-To: <87ha9kuyyn.fsf@news.tumashu-localhost.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Feng Shu Cc: emacs-orgmode --001a11c2f4822af9f104ef1f0e0e Content-Type: text/plain; charset=ISO-8859-1 Hi John Kitchin, What is org-rss, I couldn't find it. Can you give a link? Thanks On Fri, Jan 3, 2014 at 11:56 PM, Feng Shu wrote: > John Kitchin writes: > > > Hi everyone, > > > > I was playing around with org-rss today, and it is pretty cool. I > > would like to customize the way the subheading bodies look though, > > primarily to unescape some html things like <, to get rid of all > > the html tags, convert to org-mode links, to download > > so they can be displayed, etc... > > > > for example a body of an rss entry looks like: > > > > Philip Herron: Cython Book > > http://redbrain.co.uk/?p=147 > > http://redbrain.co.uk/cython-book/

Hey > > all i thought i should really share that i actually wrote a book on > > Cython. The book has detailed examples and even shows you how you can > > extend native C/C++ applications in python by doing it for Tmux. > href="http://bit.ly/195ahQs">http://bit.ly/195ahQs

> href="http://redbrain.co.uk/wp-content/uploads/2013/12/photo.jpg"> > class="aligncenter size-full wp-image-148" alt="photo" > > src="http://redbrain.co.uk/wp-content/uploads/2013/12/photo.jpg" > > width="640" height="480" />The code can be found: > href="https://github.com/redbrain/cython-book"> > https://github.com/redbrain/cython-book

> > Tue, 10 Dec 2013 14:45:08 +0000 > > > > I would like this simplified to something like: > > Philip Herron: Cython Book > > > > http://redbrain.co.uk/?p=147 > > > > http://redbrain.co.uk/cython-book/ > > Hey all i thought i should really share that i actually wrote a book > > on Cython. The book has detailed examples and even shows you how you > > can extend native C/C++ applications in python by doing it for Tmux. > > http://bit.ly/195ahQs > > > > [[feed-images/photo.jpg]] > > > > The code can be found: https://github.com/redbrain/cython-book > > > > basically, get the html code as close to org as reasonable. i found a > > way to get an html parse tree (libxml-parse-html-region start end), > > but I can't figure out how to convert that to the text I want. > > > > Has anyone done anything like this? > > > > John > > Maybe eww can help you... > > > > > ----------------------------------- > > John Kitchin > > Associate Professor > > Doherty Hall A207F > > Department of Chemical Engineering > > Carnegie Mellon University > > Pittsburgh, PA 15213 > > 412-268-7803 > > http://kitchingroup.cheme.cmu.edu > > -- > > --001a11c2f4822af9f104ef1f0e0e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi John Kitchin,

What is org-rss, I couldn't fi= nd it. Can you give a link?

Thanks




On Fri, Jan 3, 2014 at 11:56 = PM, Feng Shu <tumashu@gmail.com> wrote:
John= Kitchin <jkitchin@andrew.cmu= .edu> writes:

> Hi everyone,
>
> I was playing around with org-rss today, and it is pretty cool. I
> would like to customize the way the subheading bodies look though,
> primarily to unescape some html things like &lt;, to get rid of al= l
> the html tags, convert <a ..> to org-mode links, to download <= ;img ...>
> so they can be displayed, etc...
>
> for example a body of an rss entry looks like:
>
> <title>Philip Herron: Cython Book</title>
> <guid>http://redbrain.co.uk/?p=3D147</guid>
> <link>http://redbrain.co.uk/cython-book/</link> <description&= gt;<p>Hey
> all i thought i should really share that i actually wrote a book on > Cython. The book has detailed examples and even shows you how you can<= br> > extend native C/C++ applications in python by doing it for Tmux. <a=
> href=3D"http:= //bit.ly/195ahQs">http://bit.ly/195ahQs</a></p> <p><a
> href=3D"http://redbrain.co.uk/wp-content/uploads/20= 13/12/photo.jpg"><img
> class=3D"aligncenter size-full wp-image-148" alt=3D"pho= to"
> src=3D"http://redbrain.co.uk/wp-content/uploads/201= 3/12/photo.jpg"
> width=3D"640" height=3D"480" /></a>The co= de can be found: <a
> href=3D"https://github.com/redbrain/cython-book">https://gith= ub.com/redbrain/cython-book</a></p></description>
> <pubDate>Tue, 10 Dec 2013 14:45:08 +0000</pubDate>
>
> I would like this simplified to something like:
> Philip Herron: Cython Book
>
> http://re= dbrain.co.uk/?p=3D147
>
> http:= //redbrain.co.uk/cython-book/
> Hey all i thought i should really share that i actually wrote a book > on Cython. The book has detailed examples and even shows you how you > can extend native C/C++ applications in python by doing it for Tmux. > http://bit.ly/195a= hQs
>
> [[feed-images/photo.jpg]]
>
> The code can be found: https://github.com/redbrain/cython-book
>
> basically, get the html code as close to org as reasonable. i found a<= br> > way to get an html parse tree (libxml-parse-html-region start end), > but I can't figure out how to convert that to the text I want.
>
> Has anyone done anything like this?
>
> John

Maybe eww can help you...

>
> -----------------------------------
> John Kitchin
> Associate Professor
> Doherty Hall A207F
> Department of Chemical Engineering
> Carnegie Mellon University
> Pittsburgh, PA 15213
> 412-268-7803 > http:/= /kitchingroup.cheme.cmu.edu

--


--001a11c2f4822af9f104ef1f0e0e-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: html to org-mode Date: Sat, 04 Jan 2014 11:54:48 +0100 Message-ID: <87wqigvwxz.fsf@bzg.ath.cx> References: <87ha9kuyyn.fsf@news.tumashu-localhost.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39562) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzOsf-0007hu-BX for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 05:55:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VzOsW-00051D-UJ for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 05:55:01 -0500 Received: from mail-wg0-x229.google.com ([2a00:1450:400c:c00::229]:61639) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzOsW-000517-Ni for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 05:54:52 -0500 Received: by mail-wg0-f41.google.com with SMTP id y10so1144576wgg.2 for ; Sat, 04 Jan 2014 02:54:51 -0800 (PST) In-Reply-To: (York Zhao's message of "Sat, 4 Jan 2014 01:22:47 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: York Zhao Cc: Feng Shu , emacs-orgmode York Zhao writes: > What is org-rss, I couldn't find it. Can you give a link? This is ox-rss.el in contrib/lisp/ if you clone Org or get it as a .zip/.tar.gz archive. -- Bastien From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: Re: html to org-mode Date: Sat, 4 Jan 2014 08:48:04 -0500 Message-ID: References: <87ha9kuyyn.fsf@news.tumashu-localhost.org> <87wqigvwxz.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b874d82a8563e04ef2546fe Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45955) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzRaB-0000mO-Ou for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 08:48:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VzRaA-0003WD-EK for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 08:48:07 -0500 In-Reply-To: <87wqigvwxz.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: York Zhao , Feng Shu , emacs-orgmode --047d7b874d82a8563e04ef2546fe Content-Type: text/plain; charset=ISO-8859-1 It was actually org-feed (http://orgmode.org/worg/org-contrib/org-feed.html ). Here is an example usagethat downloads recent org-mode maillist entries and formats them in a list of org-headings. The formatter function does some character replacements, and makes the headings TODO items. I also defined a little function to speed up deleting headlines I don't want to keep. #+BEGIN_SRC emacs-lisp (defun textify (s) "strip control and escaped html ^M < > etc" (let ((output s)) ; (setq output (replace-regexp-in-string " \\| ;" " " s)) (setq output (replace-regexp-in-string "<" "<" output)) (setq output (replace-regexp-in-string ">" ">" output)) (setq output (replace-regexp-in-string """ "\"" output)) (setq output (replace-regexp-in-string "
" " " output)) (setq output (replace-regexp-in-string "" " " output)) output)) (defun my-formatter (e) "format for rss feed to eventually do something useful" (format "* TODO %S %s %s" (textify (plist-get e :title)) (or (and (plist-get entry :guid-permalink) (plist-get entry :guid)) (plist-get entry :link)) (textify (plist-get e :description)))) (let* ((org-feed-alist `(("org" "http://rss.gmane.org/messages/complete/gmane.emacs.orgmode" "feeds-org.org" "org-mode" :formatter my-formatter)))) (org-feed-update-all)) ;; convenience to delete uninteresting articles (defun delete-headline () (interactive) (org-mark-subtree) (delete-forward-char 1)) (global-set-key (kbd "") 'delete-headline) #+END_SRC John ----------------------------------- John Kitchin Associate Professor Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 http://kitchingroup.cheme.cmu.edu On Sat, Jan 4, 2014 at 5:54 AM, Bastien wrote: > York Zhao writes: > > > What is org-rss, I couldn't find it. Can you give a link? > > This is ox-rss.el in contrib/lisp/ if you clone Org or get it > as a .zip/.tar.gz archive. > > -- > Bastien > > --047d7b874d82a8563e04ef2546fe Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Here is an example usagethat downloads recent = org-mode maillist entries and formats them in a list of org-headings. The f= ormatter function does some character replacements, and makes the headings = TODO items. I also defined a little function to speed up deleting headlines= I don't want to keep.

#+BEGIN_SRC emacs-lisp
(defun textify (s)
"strip control and= escaped html ^M &lt; &gt; etc"
(let ((output s))
;=A0 (= setq output (replace-regexp-in-string "
\\|
;" " "= ; s))
=A0 (setq output (replace-regexp-in-string "&lt;" "<&= quot; output))
=A0 (setq output (replace-regexp-in-string "&gt;= " ">" output))
=A0 (setq output (replace-regexp-in-str= ing "&quot;" "\"" output))
=A0 (setq output (replace-regexp-in-string "<br \>" "<= br>" output))
=A0 (setq output (replace-regexp-in-string "<= br\>" "
" output))
=A0 output))

(defun my-fo= rmatter (e)
=A0 "format for rss feed to eventually do something useful"
= =A0 (format "* TODO %S
%s

%s" (textify (plist-get e :ti= tle))
=A0 (or (and (plist-get entry :guid-permalink)
=A0=A0=A0 =A0= =A0=A0 =A0=A0=A0 =A0=A0=A0 =A0=A0=A0=A0=A0=A0 (plist-get entry :guid))
=A0=A0=A0 =A0=A0=A0 =A0=A0=A0 =A0=A0=A0 =A0 (plist-get entry :link))
=A0= (textify (plist-get e :description))))

(let* ((org-feed-alist
= =A0=A0=A0=A0=A0=A0=A0 `(("org" "http://rss.gmane.org/messages/co= mplete/gmane.emacs.orgmode" "feeds-org.org" "org-mode" :formatter my-formatter)))) =A0 (org-feed-update-all))

;; convenience to delete uninteresting ar= ticles
(defun delete-headline ()
=A0 (interactive)
=A0 (org-mark-s= ubtree)
=A0 (delete-forward-char 1))

(global-set-key (kbd "&= lt;f5>") 'delete-headline)
#+END_SRC

John
-----------------------------------
John Kitchin
Associate Prof= essor
Doherty Hall A207F
Department of Chemical Engineering
Carneg= ie Mellon University
Pittsburgh, PA 15213
412-268-7803
http://kitchingroup.cheme.cmu.edu

<= /div>

On Sat, Jan 4, 2014 at 5:54 AM, Bastien = <bzg@= gnu.org> wrote:
York Zhao <gt= dplatform@gmail.com> writes:

> What is org-rss, I couldn't find it. Can you give a link?

This is ox-rss.el in contrib/lisp/ if you clone Org or get it
as a .zip/.tar.gz archive.

--
=A0Bastien


--047d7b874d82a8563e04ef2546fe--