From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Davis Subject: [ANN] ox-opml.el -- Export Org files to OPML Date: Thu, 13 Mar 2014 08:16:56 -0700 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c1625068f41f04f47e7376 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WO7Nw-0001pB-7R for emacs-orgmode@gnu.org; Thu, 13 Mar 2014 11:17:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WO7Nv-0006BW-0j for emacs-orgmode@gnu.org; Thu, 13 Mar 2014 11:17:28 -0400 Received: from mail-qa0-x230.google.com ([2607:f8b0:400d:c00::230]:53490) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WO7Nu-0006BS-Sn for emacs-orgmode@gnu.org; Thu, 13 Mar 2014 11:17:26 -0400 Received: by mail-qa0-f48.google.com with SMTP id m5so1128559qaj.21 for ; Thu, 13 Mar 2014 08:17:26 -0700 (PDT) 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 --001a11c1625068f41f04f47e7376 Content-Type: text/plain; charset=UTF-8 All, I just wanted to pass along a project I've been working on in the hope some of you find useful: https://github.com/edavis/org-opml ox-opml.el is an export backend that takes Org mode outlines and exports them to OPML. OPML is a standard file format used by RSS aggregators and note/outliner applications. I've tried dozens of outliner applications but none of them top Org mode for me. The only thing I needed was a way to export my Org notes to OPML. I couldn't find anything after looking around, so I decided to write my own exporter. This is my first elisp of any real complexity, but I'm pretty happy with how it turned out. I used the HTML and RSS export backends to get familiar with the export system. So, please, take it for a spin. I'm looking for any and all feedback/bug reports/pull requests. If there's enough interest, I'd love to see it eventually land in contrib. - Eric (PS: Please copy me on any replies as I'm not subscribed to the list. Thanks!) --001a11c1625068f41f04f47e7376 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
All,

I just wanted to pass a= long a project I've been working on in the hope some of you find useful= : https://= github.com/edavis/org-opml

ox-opml.el is an export backend that takes Org mode out= lines and exports them to OPML. OPML is a standard file format used by RSS = aggregators and note/outliner applications.

I'= ve tried dozens of outliner applications but none of them top Org mode for = me. The only thing I needed was a way to export my Org notes to OPML.

I couldn't find anything after looking around= , so I decided to write my own exporter. This is my first elisp of any real= complexity, but I'm pretty happy with how it turned out. I used the HT= ML and RSS export backends to get familiar with the export system.

So, please, take it for a spin. I'm looking for any= and all feedback/bug reports/pull requests.

If th= ere's enough interest, I'd love to see it eventually land in contri= b.

- Eric

(PS: Please co= py me on any replies as I'm not subscribed to the list. Thanks!)
<= /div>
--001a11c1625068f41f04f47e7376-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [ANN] ox-opml.el -- Export Org files to OPML Date: Fri, 14 Mar 2014 10:51:14 +0100 Message-ID: <87vbvh9kh9.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40777) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOOlx-0001sX-QN for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 05:51:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOOls-0007bH-Dl for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 05:51:25 -0400 Received: from rs249.mailgun.us ([209.61.151.249]:47760) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOOls-0007ZD-6I for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 05:51:20 -0400 In-Reply-To: (Eric Davis's message of "Thu, 13 Mar 2014 08:16:56 -0700") 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: Eric Davis Cc: emacs-orgmode@gnu.org Hi Eric, thanks for ox-opml.el! Looks definitely interesting. If you want, we can move it to contrib/ right now. Note that there is a discussion about the status of the contrib/ directory -- my own take is that it would be better to remove the contrib/ directory from Org's git repository and have them in a dedicated Org Elisp Packages Archive. This way we still continue to promote those contributed packages but we clearly separate the development of Org's core from the (more distributed) development of Org contributions. See the thread here: http://thread.gmane.org/gmane.emacs.orgmode/81103 All the best, -- Bastien