Re: [Orgmode] Status google calendar sync

2011-02-16 Thread Bastien
Hi Marcelo, Marcelo de Moraes Serpa writes: > Anyway, I'd like to see the development of org go towards decoupling > it from the emacs GUI and allowing the core logic to be used from > other languages The "core logic" of Org is the .org format, with its own syntax. You're free to use org files

Re: [Orgmode] Status google calendar sync

2011-02-15 Thread Marcelo de Moraes Serpa
Anyway, I'd like to see the development of org go towards decoupling it from the emacs GUI and allowing the core logic to be used from other languages; I'd say the easiest way would be to provide a JSON-like HTTP protocol; not sure how easy/hard would it be to develop a HTTP server and run it from

Re: [Orgmode] Status google calendar sync

2011-02-15 Thread Marcelo de Moraes Serpa
I had just that very idea yesterday but thought it would be too crazy; A new startup? :D Marcelo. On Tue, Feb 15, 2011 at 1:18 AM, Konrad Hinsen wrote: > On 14 Feb 2011, at 22:39, Marcelo de Moraes Serpa wrote: > >> This would be awesome, and I think this is the path the emacs >> developers sh

Re: [Orgmode] Status google calendar sync

2011-02-14 Thread Konrad Hinsen
On 14 Feb 2011, at 22:39, Marcelo de Moraes Serpa wrote: This would be awesome, and I think this is the path the emacs developers should take -- separating emacs into two, the GUI and the core elisp interpreter. I'm sure this wouldn't be easy, but imagine Emacs already has a batch mode, and ve

Re: [Orgmode] Status google calendar sync

2011-02-14 Thread Marcelo de Moraes Serpa
This would be awesome, and I think this is the path the emacs developers should take -- separating emacs into two, the GUI and the core elisp interpreter. I'm sure this wouldn't be easy, but imagine having emacs both as an IDE and also as a full-fledged elisp interpreter/compiler and framework, not

Re: [Orgmode] Status google calendar sync

2011-02-02 Thread Konrad Hinsen
On 2 Feb 2011, at 06:15, Torsten Wagner wrote: Basically, mobileorg tries to do that but all the parsing, sorting and data manipulation stuff is done on the android phone in native Java. Therefore, Matthew (the main developer) is busy (I guess) by reimplementing org-mode functions in Java w

Re: [Orgmode] Status google calendar sync

2011-02-01 Thread Torsten Wagner
There is yet another possibility. Use ConnectBot to connect to a PC running Emacs (daemon). I use MobileOrg for task planning, todo lists etc. But when I write a longer text, I use ConnectBot started with the option 'emacsclient -t --eval "(ibuffer)"'. It is like having a native Emacs on the phone

Re: [Orgmode] Status google calendar sync

2011-02-01 Thread Sven Bretfeld
Torsten Wagner writes: >> So would it be possible to build a native emacs for android? > > I checked this a while ago and unfortunately emacs comes with a relatively > large > pack of dependencies. Android on the other side does not deliver many standard > libraries. Xorg libc and afaik dbus are

Re: [Orgmode] Status google calendar sync

2011-02-01 Thread Eric S Fraga
Christopher Witte writes: > On 30 January 2011 02:21, Eric S Fraga wrote: > >> Torsten Wagner writes: >> >> >> We need Emacs running on Android[1]. If Nokia can have Emacs native on >> their phones (n900), why can't Android??? >> >> I can dream. >> >> vi is available, but not vim (so far as I

Re: [Orgmode] Status google calendar sync

2011-02-01 Thread Eric S Fraga
Torsten Wagner writes: [...] > Ideally we have something like Mobileorg and a emacs dameon running. > Mobileorg could send emacs elisp code to execute and access all org-mode > functions natively. This would allow to "reduce" mobileorgs task to > touchfriendly input and result representation. T

Re: [Orgmode] Status google calendar sync

2011-01-31 Thread Torsten Wagner
> So would it be possible to build a native emacs for android? I checked this a while ago and unfortunately emacs comes with a relatively large pack of dependencies. Android on the other side does not deliver many standard libraries. Xorg libc and afaik dbus are a few dependencies which are not (n

Re: [Orgmode] Status google calendar sync

2011-01-31 Thread Bastien
Hi Eric, Eric S Fraga writes: > Please feel free to upload it to Worg. Done - should appear soon in http://orgmode.org/worg/code/ with a link from http://orgmode.org/worg/org-tools/ > I do actually have a task for myself to upload this and related > scripts and to write some documen

Re: [Orgmode] Status google calendar sync

2011-01-31 Thread Christopher Witte
On 30 January 2011 02:21, Eric S Fraga wrote: > Torsten Wagner writes: > > > We need Emacs running on Android[1]. If Nokia can have Emacs native on > their phones (n900), why can't Android??? > > I can dream. > > vi is available, but not vim (so far as I know) so can't do org that > way. > Ap

Re: [Orgmode] Status google calendar sync

2011-01-30 Thread Mark Elston
On 1/30/2011 5:28 AM, Greg Troxel wrote: Mark Elston writes: On 1/29/2011 12:44 PM, Greg Troxel wrote: >> I have never made use of any .ical/.ics files so this hasn't been an issue for me. The only UUIDs I am dealing with are google calendar's own internal UUIDs. I don't know how they comp

Re: [Orgmode] Status google calendar sync

2011-01-30 Thread Arun Persaud
Hi On 01/30/2011 06:09 AM, Eric S Fraga wrote: > [...] > : (setq org-icalendar-store-UID t) > > in my org customisation which may be necessary to have this feature. I > cannot remember how to ensure that each exported entry has an ID > property, however. Maybe somebody else can chime in or you

Re: [Orgmode] Status google calendar sync

2011-01-30 Thread Eric S Fraga
Greg Troxel writes: [...] > ical export seems to be present in org, but I found duplicated events > after multiple exports. I need to find time to try it more and either > fix it or construct a good bug report. if your org entries have ID properties, these will be used in creating the ical ent

Re: [Orgmode] Status google calendar sync

2011-01-30 Thread Eric S Fraga
Mark Elston writes: [...] > What I would like is to be able to shuffle my schedule in org as it is > often a more convenient interface for this than *any* calendar I have > used for the kinds of things I have to do. Once I get the dates/times > for individual events the way I want them I would

Re: [Orgmode] Status google calendar sync

2011-01-30 Thread Greg Troxel
[I replied privately to the my-own-fault OT part.] Mark Elston writes: > On 1/29/2011 12:44 PM, Greg Troxel wrote: >> >> I think the only tricky part is somehow push UUIDs during scyning, and >> then you'll need an operation to merge an org event and an ical event >> with different UUIDs and re

Re: [Orgmode] Status google calendar sync

2011-01-29 Thread Mark Elston
On 1/29/2011 12:44 PM, Greg Troxel wrote: Mark Elston writes: [google calendar] I wasn't all that keen on it at first but I really got to like it when I was able to update my calendar from my phone or my laptop or my desktop at work and all three would see it. When I found I could create

Re: [Orgmode] Status google calendar sync

2011-01-29 Thread Eric S Fraga
Torsten Wagner writes: [...] > Well, if there would be a elisp interpreter for > Android, this would change the game Yes, it's called Emacs ;-) We need Emacs running on Android[1]. If Nokia can have Emacs native on their phones (n900), why can't Android??? I can dream. vi is available,

Re: [Orgmode] Status google calendar sync

2011-01-29 Thread Greg Troxel
Mark Elston writes: [google calendar] > I wasn't all that keen on it at first but I really got to like it when > I was able to update my calendar from my phone or my laptop or my > desktop at work and all three would see it. > > When I found I could create multiple calendars and share *some*

Re: [Orgmode] Status google calendar sync

2011-01-29 Thread Mark Elston
On 1/29/2011 6:53 AM, Torsten Wagner wrote: > Slightly OT perhaps, but I am contemplating getting an Android phone and > figuring out how NOT to have my calendar on google, and would like to > sync it with org. (Right now I've made a 0.1-hearted attempt to export > org to ical and put it in

Re: [Orgmode] Status google calendar sync

2011-01-29 Thread Torsten Wagner
> Slightly OT perhaps, but I am contemplating getting an Android phone and > figuring out how NOT to have my calendar on google, and would like to > sync it with org. (Right now I've made a 0.1-hearted attempt to export > org to ical and put it in mac calendar.) Are there ways to not sync > with

Re: [Orgmode] Status google calendar sync

2011-01-29 Thread Eric S Fraga
Greg Troxel writes: > Torsten Wagner writes: > >> Since I use my Android-based phone on a daily basis (after all it is a >> mobile phone), I got tempted to use more and more the google >> calendar. I know about mobileorg and all this. However, the calendar >> is so highly integrated with many ap

Re: [Orgmode] Status google calendar sync

2011-01-28 Thread Greg Troxel
Torsten Wagner writes: > Since I use my Android-based phone on a daily basis (after all it is a > mobile phone), I got tempted to use more and more the google > calendar. I know about mobileorg and all this. However, the calendar > is so highly integrated with many applications on the phone that

Re: [Orgmode] Status google calendar sync

2011-01-28 Thread Eric S Fraga
Arun Persaud writes: [...] > I also tried the ics2org script, but run into some problems > there... the do you mean my ical2org.awk script? or something else? > script didn't recognize the timestamps, which for me look like: > > DTSTART;TZID=America/Los_Angeles:20110127T11 > > and I think

Re: [Orgmode] Status google calendar sync

2011-01-28 Thread Arun Persaud
Hi started writing something up for Worg, can't push to the main repository at the moment (working on it though), but you can look at it at: http://nubati.net/cgi-bin/cgit.cgi/Worg/ I also tried the ics2org script, but run into some problems there... the script didn't recognize the timestamps, w

Re: [Orgmode] Status google calendar sync

2011-01-27 Thread Arun Persaud
Hi > I try this and get absolutely nothing. Just an empty calendar line. > I am using the latest (0.9.12), BTW. If you enter > > google --help > > part of the help is: > > --fields=FIELDS Fields to list with list task. I got an older version (0.9.5)... all of this makes me think th

Re: [Orgmode] Status google calendar sync

2011-01-26 Thread Mark Elston
On 1/26/2011 4:52 PM, Arun Persaud wrote: Hi You are right that googlecl is poorly documented, and worse, it doesn't even work as the documentation says it should. Try retrieving calendar events with --fields="title,when" and see what happens. I get the title printed out but the "when" always

Re: [Orgmode] Status google calendar sync

2011-01-26 Thread Arun Persaud
Hi > You are right that googlecl is poorly documented, and worse, it doesn't > even work as the documentation says it should. Try retrieving calendar > events with --fields="title,when" and see what happens. I get the > title printed out but the "when" always comes out as None. my man pages for

Re: [Orgmode] Status google calendar sync

2011-01-26 Thread Mark Elston
On 1/26/2011 4:33 AM, Eric S Fraga wrote: Arun Persaud writes: [...] For the other route, org to Google, I use the googlecl (command line) interface: http://article.gmane.org/gmane.emacs.orgmode/27214 don't really know that much lisp, but I guess you add the entries directly to google when

Re: [Orgmode] Status google calendar sync

2011-01-26 Thread Eric S Fraga
Arun Persaud writes: [...] >> For the other route, org to Google, I use the googlecl (command line) >> interface: >> >> http://article.gmane.org/gmane.emacs.orgmode/27214 > > don't really know that much lisp, but I guess you add the entries > directly to google when you create them via org-capt

Re: [Orgmode] Status google calendar sync

2011-01-25 Thread Arun Persaud
Hi On 01/21/2011 03:58 PM, Eric S Fraga wrote: > I also have been syncing between my Google calendar and org. A while > back, I posted this message onto this list: > > http://article.gmane.org/gmane.emacs.orgmode/26848 > > but check out later messages in the thread for an updated awk script. I

Re: [Orgmode] Status google calendar sync

2011-01-21 Thread Eric S Fraga
I also have been syncing between my Google calendar and org. A while back, I posted this message onto this list: http://article.gmane.org/gmane.emacs.orgmode/26848 but check out later messages in the thread for an updated awk script. This dealt with converting a Google calendar into an org file.

Re: [Orgmode] Status google calendar sync

2011-01-21 Thread Arun Persaud
Hi I'm in the middle of setting something up, at the moment I import google events into org by using the google command line interface on my linux machine. For this I changed the line in the config for googcl to print out an org timestamp and also changed the fields to be printed by using: date_p

Re: [Orgmode] Status google calendar sync

2011-01-21 Thread Nick Dokos
Ian Barton wrote: > ... > Since I am still on page one of the "Complete Idiots Guide to elisp", I > plan to do this in Python, which has some nice libraries for creating > ics files. > On a loosely-related note, I find myself in the unfortunate position of being the target of Outlook-generate

Re: [Orgmode] Status google calendar sync

2011-01-21 Thread Ian Barton
I know some people managed to get a kind of sync running between org-mode and google calendar. I would really like to know how this works out for them and maybe create a stimulus to write something (I would play the beta-tester) on worg. Ideally, I want to have a no-brainer. I create a new appoi