From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sven Bretfeld" Subject: Re: org-toodledo : sycning org-mode and Toodledo Date: 20 May 2010 11:18:44 +0200 Message-ID: <87eih7orrf.fsf@gmx.ch> References: <83fx1pxumy.fsf@yahoo.it> 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=42656 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OF1uU-0003BB-Oy for emacs-orgmode@gnu.org; Thu, 20 May 2010 05:19:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OF1uS-0001dY-7s for emacs-orgmode@gnu.org; Thu, 20 May 2010 05:19:22 -0400 Received: from mx4.rz.ruhr-uni-bochum.de ([134.147.64.53]:34070) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OF1uR-0001cw-VY for emacs-orgmode@gnu.org; Thu, 20 May 2010 05:19:20 -0400 In-Reply-To: <83fx1pxumy.fsf@yahoo.it> (Giovanni Ridolfi's message of "Tue, 18 May 2010 14:27:17 +0200") 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: emacs-orgmode@gnu.org Hi Giovanni and all others Giovanni Ridolfi writes: > Just for information: > > Two days ago (May 16th, 2010 ) Sacha Chua published a blog post with > her contribution to org-toodledo.el - Toodledo integration for Emacs > Org mode > > http://sachachua.com/wp/2010/05/org-toodledo/ > > The code is available also on GitHub at > http://github.com/sachac/org-toodledo > > Perhaps it is worth to look at it. Yes it definitely is. I'm playing with it at the moment. There are also some Toodledo clients available for Android. Here are some problems I encountered: 1. _Tags are ignored._=20 Toodledo discriminates between Contexts and Tags. The preamble of org-toodledo.el states that both are mapped to what is called tags in orgmode (e.g. :@HOME:). But Toodledo-tags are ignored in the sync-process (both ways), while contexts are working fine. 2. _Start Dates are ignored._ Toodledo's Start Dates should be mapped to SCHEDULED in orgmode according to the preamble. This is also not working for me. DEADLINE (Due Date) is working fine. 3. _Diacritics_ German (and probably other) umlauts break the upload. A task like ** TODO Test f=C3=BCr Uploads ends up like "Test f" in Toodledo. Downloading similar entries end up in the wrong encoding in orgmode. 4. _Time_ Using the Due Time field (instead of Due Date) in Toodledo breaks the sync process: "Wrong type argument: stringp nil". 5. _Appointments?_ Is there any way to use normal active timestamps? Toodledo has no calender nor a function for appointments. It would be nice to use Toodledo to at least capture appointments. I've tried to manually add a timestamp like <2010-05-27 11:00> to the headline or the textfield, but that doesn't work due to the encoding problem mentioned above: The < character will be changed during the sync process.=20 Greetings, Sven