Re: [Orgmode] importing google docs document into org

2011-02-20 Thread Puneeth Chaganti
On Sun, Feb 20, 2011 at 12:01 PM, Le Wang l26w...@gmail.com wrote:
 On Fri, Feb 18, 2011 at 8:57 PM, Puneeth
 Chaganti puncha...@gmail.com wrote:

 Actually, if you can describe the problems that you were faced with, I
 would be interested in spending some time and trying to fix those
 problems with Pandoc or atleast report issues and get them fixed. (I
 had contributed the original exporter, though my Haskell knowledge is
 negligible.)

 Upon closer inspection of the google docs exported html, it appears that the
 problems I had were not pandoc issues but google docs issues.

Righto! Thanks for taking the time to inspect.

Thanks,
Puneeth

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] importing google docs document into org

2011-02-19 Thread Le Wang
On Fri, Feb 18, 2011 at 8:57 PM, Puneeth Chaganti puncha...@gmail.com
 wrote:

 Actually, if you can describe the problems that you were faced with, I
 would be interested in spending some time and trying to fix those
 problems with Pandoc or atleast report issues and get them fixed. (I
 had contributed the original exporter, though my Haskell knowledge is
 negligible.)


Upon closer inspection of the google docs exported html, it appears that the
problems I had were not pandoc issues but google docs issues.

Thanks again.

-- 
Le
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] importing google docs document into org

2011-02-17 Thread Le Wang
Hi all,

Does anyone have a good workflow for doing this?  I keep a bunch of notes on
google docs with a plain outline structure of using styles Heading 1, etc,
bullets and hyperlinks.  All of this is easily doable in org-mode.  It would
be great if I import them into org.  Now that I find myself editing in Emacs
more and more, the editing features of Google docs just don't cut it any
more.  I'm using Windows with the cygwin tool stack.

As a side note, is there a way to paste rich content (hyperlinks) into emacs
on Windows?  I think an org screen cast where this worked on OS X.

Thanks.

-- 
Le
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] importing google docs document into org

2011-02-17 Thread Le Wang
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?

On Fri, Feb 18, 2011 at 2:41 AM, Puneeth Chaganti puncha...@gmail.comwrote:

 On Thu, Feb 17, 2011 at 9:13 PM, Le Wang l26w...@gmail.com wrote:
  Hi all,
  Does anyone have a good workflow for doing this?  I keep a bunch of notes
 on
  google docs with a plain outline structure of using styles Heading 1,
 etc,
  bullets and hyperlinks.  All of this is easily doable in org-mode.  It
 would
  be great if I import them into org.  Now that I find myself editing in
 Emacs
  more and more, the editing features of Google docs just don't cut it any
  more.  I'm using Windows with the cygwin tool stack.

 T V Raman's g-client package allows you to edit google docs from with
 in Emacs and it also has support for publishing from org. More
 information is available in this blog-post [0] that I came across.

 HTH,
 Puneeth

 [0]
 http://blog.vivekhaldar.com/post/1649745633/editing-google-docs-in-emacs




-- 
Le
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] importing google docs document into org

2011-02-17 Thread Puneeth Chaganti
On Fri, Feb 18, 2011 at 10:32 AM, Le Wang l26w...@gmail.com 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/

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode