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: Tue, 22 Dec 2015 09:40:35 +0530 Message-ID: <86mvt3dsxw.fsf@gmail.com> References: <86d1u0gl80.fsf@gmail.com> <878u4o9dnk.fsf@nicolasgoaziou.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1450757318 16528 80.91.229.3 (22 Dec 2015 04:08:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Dec 2015 04:08:38 +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 Tue Dec 22 05:08:33 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 1aBEFV-0003Nd-22 for ged-emacs-devel@m.gmane.org; Tue, 22 Dec 2015 05:08:33 +0100 Original-Received: from localhost ([::1]:48613 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBEFU-0002cX-D2 for ged-emacs-devel@m.gmane.org; Mon, 21 Dec 2015 23:08:32 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33383) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBEFE-0002cO-QU for emacs-devel@gnu.org; Mon, 21 Dec 2015 23:08:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aBEF9-00008M-SA for emacs-devel@gnu.org; Mon, 21 Dec 2015 23:08:16 -0500 Original-Received: from mail-pf0-x232.google.com ([2607:f8b0:400e:c00::232]:33374) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBEF9-000088-MO; Mon, 21 Dec 2015 23:08:11 -0500 Original-Received: by mail-pf0-x232.google.com with SMTP id n128so82658284pfn.0; Mon, 21 Dec 2015 20:08:11 -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=0jHPhKHLXZCLeZ+3Bs7qFgPW/Rlt5GByjdZrVXPkiqA=; b=fUpzcIUVJUQgGdLMpdVVbuA365zZVoO1zpyLuExDpwcnJ6Gzt7pmwvtJcXPg6E3P0S 8ItQ/rrqG3zIGqbKIB4QJpidjTrZUsFrkiAnUR7utXjB1ygaLxkNBe/lFoLPjXm9vaAc DQDAWh+LjDWLsD3ixTaoY0JeU5qFZboF9ddavI9/35yn6ZZuxsTLuYH28fjLVTGkkCxh vRFN3M6BSlLxDNavwFJEknRZ1lb25Bg/q9kMUQICDBFImqf9CWHypkntsxoXvzq/j3Wg xqTPCNuKb6dhm4FgkG+ked+b94QSAhEUPZNpMlhd7SYzU44yIqv1cSqKiv/kwaeDaLjY NiQA== X-Received: by 10.98.68.20 with SMTP id r20mr33016613pfa.108.1450757290987; Mon, 21 Dec 2015 20:08:10 -0800 (PST) Original-Received: from debian-8 ([106.216.180.51]) by smtp.gmail.com with ESMTPSA id 15sm37624927pfo.43.2015.12.21.20.08.06 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Dec 2015 20:08:09 -0800 (PST) In-Reply-To: <878u4o9dnk.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Mon, 21 Dec 2015 13:42:07 +0100") 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::232 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:196637 gmane.emacs.orgmode:103754 Archived-At: Nicolas Goaziou writes: > Hello, > > Vaidheeswaran C writes: > >> 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. > > I have no objection to this. Thanks.