[O] Org-mode 7.7 Broken with respect to mouse and checklists?

2011-11-04 Thread Patrick Brennan
Hi, I have a checklist in this form: - [ ] Item One - [ ] Item Two In Org-mode 7.7, if I put my mouse inside one of the checks and press the left button, I get the following message: org-open-at-point: Wrong type argument: markerp, 471 The number changes depending upon where the checkm

[Orgmode] orgutil

2011-01-23 Thread Patrick Brennan
Hello everyone, I have created a TCL script which can be used to parse org files. Its primary purpose was for my personal use: I had a bunch of AbstractSpoon ToDoList files which needed to be converted to Org-mode. In the process I created a bidirectional converter: it will convert TDL to Org and

[O] Google Tasks Integration

2012-01-30 Thread Patrick Brennan
This weekend, while trying to avoid doing any real work, I started noodling around with the Google Tasks API and I got a respectable distance toward a script which will read your Google Tasks and export them to Org-mode. Currently it will capture the task title, the notes, the todo status (TODO or

Re: [O] Google Tasks Integration

2012-01-31 Thread Patrick Brennan
oogle-api-python-client/wiki/Installation sudo easy_install --upgrade google-api-python-client Thanks, Patrick On Tue, Jan 31, 2012 at 5:12 AM, Eric S Fraga wrote: > Patrick Brennan writes: > > > This weekend, while trying to avoid doing any real work, I started > noodling