From mboxrd@z Thu Jan 1 00:00:00 1970 From: Isaac Pei Subject: Re: Alternatives to Org-modes (TreeSheets, WorkFlowy, ...) Date: Thu, 26 Feb 2015 21:05:26 +0000 (UTC) Message-ID: References: <2013-06-14T12-53-02@devnull.Karl-Voit.at> <8761wzmw75.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR5d0-0003Lk-3g for emacs-orgmode@gnu.org; Thu, 26 Feb 2015 16:05:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YR5cv-0000qa-7F for emacs-orgmode@gnu.org; Thu, 26 Feb 2015 16:05:49 -0500 Received: from plane.gmane.org ([80.91.229.3]:48105) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR5cv-0000qO-1R for emacs-orgmode@gnu.org; Thu, 26 Feb 2015 16:05:45 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YR5cr-00015i-QC for emacs-orgmode@gnu.org; Thu, 26 Feb 2015 22:05:41 +0100 Received: from fx2.mskcc.org ([140.163.254.156]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Feb 2015 22:05:36 +0100 Received: from isaacpei by fx2.mskcc.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Feb 2015 22:05:36 +0100 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 Bastien gnu.org> writes: > > Hi Karl, > > Karl Voit Karl-Voit.at> writes: > > > A couple of months ago, I found WorkFlowy[3] which is an online > > service that offers some features of Org-mode as well. > > (The guys at workflowy told me one year ago that they would allow > .org export... I'm still waiting it!) > To convert the workflowy export to orgmode should be straightforward, guess cooking a script in ruby wouldn't take long ... from the opml export, this gem might be useful: https://github.com/amardaxini/opml- reader - Isaac