From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vaidheeswaran C Newsgroups: gmane.emacs.devel,gmane.emacs.orgmode Subject: Re: Restoring the org-freemind-to-org-mode function Date: Mon, 21 Dec 2015 15:46:47 +0530 Message-ID: <86d1u0gl80.fsf@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1450692909 11254 80.91.229.3 (21 Dec 2015 10:15:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 21 Dec 2015 10:15:09 +0000 (UTC) Cc: emacs-orgmode , emacs-devel@gnu.org To: Mark Edgington Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 21 11:14:57 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1aAxUW-0000Ep-Vg for ged-emacs-devel@m.gmane.org; Mon, 21 Dec 2015 11:14:57 +0100 Original-Received: from localhost ([::1]:43841 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAxUR-00057H-0V for ged-emacs-devel@m.gmane.org; Mon, 21 Dec 2015 05:14:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47320) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAxU9-000575-AF for emacs-devel@gnu.org; Mon, 21 Dec 2015 05:14:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aAxU4-0002H8-57 for emacs-devel@gnu.org; Mon, 21 Dec 2015 05:14:33 -0500 Original-Received: from mail-pf0-x22e.google.com ([2607:f8b0:400e:c00::22e]:36674) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aAxU3-0002Gw-V7; Mon, 21 Dec 2015 05:14:28 -0500 Original-Received: by mail-pf0-x22e.google.com with SMTP id o64so86623868pfb.3; Mon, 21 Dec 2015 02:14:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=d1NGSFJNxwxIsmYRk0bvmGruLDOrbY9cGialywXJKes=; b=r0Rdcm+Ihf4Q1uyPlYLpmpTX+heP7A47AIBteS8p908zxtTTNiJGng2qkgQlpoSgo2 3ICpTYlpn+2MQwRTKJIO4avZIlU9ELPzlUjqGy6XcG7oYkTCRuElbYVV+G1idkN0H5oH vUdAISxe7GfAS7p9lIZkKkmWr2laNXWd1WlOyukBQqN7n+CEqCv3kVkrtFKOMI+8H2tu 5WPfljsUY1Q/Q+CmZsgUeem3JPFpU8SO2UoaP9pn7BTDczHzK8BoKQkkSqoDzzWuStgC Q2LQwfRYA5ZgUhg/XGiGWK06ygr6UjJlpnvVSbJ+lliB07NhqKqWim7ERvE4y4YUY7EA sABg== X-Received: by 10.98.7.129 with SMTP id 1mr25538748pfh.99.1450692867469; Mon, 21 Dec 2015 02:14:27 -0800 (PST) Original-Received: from debian-8 ([106.216.139.230]) by smtp.gmail.com with ESMTPSA id 72sm28536410pfa.92.2015.12.21.02.14.19 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Dec 2015 02:14:26 -0800 (PST) In-Reply-To: (Mark Edgington's message of "Tue, 15 Dec 2015 10:56:37 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2607:f8b0:400e:c00::22e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:196592 gmane.emacs.orgmode:103745 Archived-At: Mark Edgington writes: > I have in the past used the org-freemind-to-org-mode function, which > is no longer included in org-mode. It used to be part of > org-freemind.el file (see > http://orgmode.org/w/org-mode.git?p=org-mode.git;a=blob_plain;f=lisp/org-freemind.el;hb=8f49547aaf0f9396f2a0bcfb25ce2c33be5e91fd > ). > > I have since tried this function, and it does still work, so I am > wondering if we could add it back into the org-mode source tree. I am > attaching a stripped-down version of org-freemind.el in which most of > the code that is irrelevant to org-freemind-to-org-mode has been > removed. I have approached emacs-devel and volunteered to move the file to GNU ELPA (and maintain the file from there). Note: I would like to ensure that the file moves out of it's current obscure place in contrib/lisp of Orgmode to a more visible place like GNU ELPA before I expend any efforts on improving it.