From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: backend for todo.txt format (todotxt.com) Date: Tue, 19 Jan 2016 00:30:19 +0100 Message-ID: <87vb6q5uus.fsf@gmx.us> References: <8760ytwb1i.fsf@jupiter.lan> <87ziw59tmx.fsf@gmx.us> <87wpr9uezv.fsf@jupiter.lan> <87vb6s8m2l.fsf@gmx.us> <87ziw4tfp9.fsf@jupiter.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLJFw-0004wT-G5 for emacs-orgmode@gnu.org; Mon, 18 Jan 2016 18:30:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLJFt-0006LU-9b for emacs-orgmode@gnu.org; Mon, 18 Jan 2016 18:30:40 -0500 Received: from plane.gmane.org ([80.91.229.3]:34073) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLJFt-0006LA-2V for emacs-orgmode@gnu.org; Mon, 18 Jan 2016 18:30:37 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aLJFr-0002pK-47 for emacs-orgmode@gnu.org; Tue, 19 Jan 2016 00:30:35 +0100 Received: from tsn109-201-154-145.dyn.nltelcom.net ([109.201.154.145]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Jan 2016 00:30:35 +0100 Received: from rasmus by tsn109-201-154-145.dyn.nltelcom.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Jan 2016 00:30:35 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Stefan, Stefan Huchler writes: >> It doesn't need a solution, but I think you need one of the "forked" >> version since some tag is missing. Maybe this one >> >> https://github.com/blaa/org-caldav > > for what exactly do you think do I need such fork? for syncing tasts > without a timestamp or do you think the normal org-caldav is broken in > general, cause it works for me now except it does not sync tasks without > deadline/shedule times. I think I needed it to get syncing to work when I created tasks on the phone. Much better is to write patches against the problems you observe and have them merged :) When you sync tasks, do they show up in the task program or only the calendar? >> I use this, which might be old syntax? I have OwnCloud v8.1.3. > > I think this is a more direct approach, my version seems to be a > alternative if you open the source files in first 20 lines or so there > is a comment that says so, but your solution works, I think the second > part makes it running, with include-todo and use-deadline. Cool. > But I have to test it more, I think I stumbled over a bug, because after > my settings it should not have ascced me about google incredients, when > I tried to org-caldav-delete-org-entries. The google thing sounds weird. I thought org-caldav didn’t support the google. > With your settings it just deletes my 3 deadline/sheduled things and > never ask me google incredients, so it seems to me a bug. No idea. >> (with-eval-after-load 'org-caldav >> (setq org-caldav-url "https://rasmus@domain.net/owncloud/remote.php/caldav/calendars/rasmus" >> org-caldav-calendar-id "defaultcalendar" >> org-caldav-inbox "~/documents/cal/inbox.org" >> org-caldav-files '("~/documents/cal/calendar.org" >> "~/documents/cal/todo.org") >> org-icalendar-timezone "Europe/Berlin")) >> >> ;; Include DEADLINE and SCHEDULED: >> (with-eval-after-load 'org-caldav >> (setq org-icalendar-include-todo t >> org-icalendar-use-deadline >> '(event-if-todo event-if-not-todo todo-due) >> org-icalendar-use-scheduled >> '(event-if-todo event-if-not-todo todo-start) >> org-icalendar-with-timestamps t)) > > I think it makes sense that a kalendar can only sync appointments with > dates right? or do you think it can deal with todo items without any > dates? And if so, what part would you think I have to change. CalDAV supports tasks. I will try to set up my phone with Tasks again. The problem would be to sync ’em. I don’t know if things need to be changed in ox-icalendar or in org-caldav. It would be great to be able to view the planning and TODO aspect of Org in "normal" mobile phone programs on the go. Rasmus -- Together we'll stand, divided we'll fall