[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Orgmode] importing google docs document into org
From: |
Puneeth Chaganti |
Subject: |
Re: [Orgmode] importing google docs document into org |
Date: |
Fri, 18 Feb 2011 10:54:12 +0530 |
On Fri, Feb 18, 2011 at 10:32 AM, Le Wang <address@hidden> wrote:
> Thanks. I just got this working, and it's only imports google docs as text.
> I'm really after some way to import rich format (not so rich, heading tags,
> bullets and hyperlinks).
> I can get the information out of google docs easily enough as html, pdf,
> word, etc. But 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/