From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: backend for todo.txt format (todotxt.com) Date: Sun, 17 Jan 2016 12:47:14 +0100 Message-ID: <87vb6s8m2l.fsf@gmx.us> References: <8760ytwb1i.fsf@jupiter.lan> <87ziw59tmx.fsf@gmx.us> <87wpr9uezv.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]:39994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKlo3-0003Co-9X for emacs-orgmode@gnu.org; Sun, 17 Jan 2016 06:47:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aKlnz-0001fE-4L for emacs-orgmode@gnu.org; Sun, 17 Jan 2016 06:47:39 -0500 Received: from plane.gmane.org ([80.91.229.3]:44704) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKlny-0001f1-TA for emacs-orgmode@gnu.org; Sun, 17 Jan 2016 06:47:35 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aKlnw-0002sR-L5 for emacs-orgmode@gnu.org; Sun, 17 Jan 2016 12:47:32 +0100 Received: from tsn109-201-154-186.dyn.nltelcom.net ([109.201.154.186]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 17 Jan 2016 12:47:32 +0100 Received: from rasmus by tsn109-201-154-186.dyn.nltelcom.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 17 Jan 2016 12:47:32 +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 Huchler writes: > hmm then each task have to get assigned to a date I guess? Despite that > I kind of like that solution, the name of the app is tasks btw but > there are 2 with that name in f-droid, the right one has a green > background and is lisensed under apache2 lisense. 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 IOW, ideally some more effort should be put into properly supporting pure task syncing... > So it should actually work, I am just not shure about if I need a > date. I seldom (have to) force me into setting deadlines. So most of the > time its only tasks that I do when I have time and I am in the mood. I think you don’t need a date, but don’t expect task syncing to work effortlessly without some effort, though I had it working somewhat before I reset my phone by accident. > seems to work, kind of no error. but there are no entries into the > calendar exported. > > > (require 'org-caldav) > (setq org-caldav-calendars '((:calendar-id "personal" > :url "http://myserver/owncloud/remote.php/caldav/calendars/username" > :files ("~/notes/organizer.org") > :inbox "~/notes/from-smartphone.org"))) > I use this, which might be old syntax? I have OwnCloud v8.1.3. (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)) Rasmus -- Spil noget med Slayer!