From mboxrd@z Thu Jan 1 00:00:00 1970 From: Puneeth Chaganti Subject: Re: convert html file into orgmode .org file? Date: Thu, 21 Jul 2011 14:37:23 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjpES-0007DU-IV for emacs-orgmode@gnu.org; Thu, 21 Jul 2011 05:07:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjpEO-00045V-3N for emacs-orgmode@gnu.org; Thu, 21 Jul 2011 05:07:48 -0400 Received: from mail-gx0-f169.google.com ([209.85.161.169]:44600) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjpEO-00045R-0x for emacs-orgmode@gnu.org; Thu, 21 Jul 2011 05:07:44 -0400 Received: by gxk23 with SMTP id 23so619245gxk.0 for ; Thu, 21 Jul 2011 02:07:43 -0700 (PDT) In-Reply-To: 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: Jude DaShiell Cc: emacs-orgmode@gnu.org On Thu, Jul 21, 2011 at 2:08 PM, Jude DaShiell wrote: > Can org-mode do this so that a user of orgmode can edit the page in > orgmode then export the edited work back out to an html file? Org-mode cannot import html files. But, you could try using Pandoc[1] for this. [1] - http://johnmacfarlane.net/pandoc/ -- Puneeth