From mboxrd@z Thu Jan 1 00:00:00 1970 From: Puneeth Chaganti Subject: Re: importing google docs document into org Date: Fri, 18 Feb 2011 10:54:12 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=54155 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PqIpX-0003QJ-0k for emacs-orgmode@gnu.org; Fri, 18 Feb 2011 00:24:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PqIpV-0003H6-QA for emacs-orgmode@gnu.org; Fri, 18 Feb 2011 00:24:34 -0500 Received: from mail-ww0-f49.google.com ([74.125.82.49]:38872) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PqIpV-0003Gs-Hx for emacs-orgmode@gnu.org; Fri, 18 Feb 2011 00:24:33 -0500 Received: by wwb17 with SMTP id 17so3448334wwb.30 for ; Thu, 17 Feb 2011 21:24:32 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Le Wang Cc: emacs-orgmode@gnu.org On Fri, Feb 18, 2011 at 10:32 AM, Le Wang wrote: > Thanks. =C2=A0I just got this working, and it's only imports google docs = as text. > =C2=A0I'm really after some way to import rich format (not so rich, headi= ng tags, > bullets and hyperlinks). > I can get the information out of google docs easily enough as html, pdf, > word, etc. =C2=A0But how do I get it into org-mode? You could try using Pandoc [1]. It can parse various markups (including html) and reformat it into various other markups (including org). There may be a few rough ends in the org-exporter, but it might be good enough for you. Hope that helps, Puneeth [1] - http://johnmacfarlane.net/pandoc/