From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Huchler Subject: Re: backend for todo.txt format (todotxt.com) Date: Sun, 17 Jan 2016 05:56:34 +0100 Message-ID: <87fuxwvm65.fsf@jupiter.lan> References: <8760ytwb1i.fsf@jupiter.lan> <87ziw59tmx.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKfOc-00052d-FP for emacs-orgmode@gnu.org; Sat, 16 Jan 2016 23:56:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aKfOZ-0006YQ-8p for emacs-orgmode@gnu.org; Sat, 16 Jan 2016 23:56:58 -0500 Received: from plane.gmane.org ([80.91.229.3]:35778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKfOZ-0006YM-1f for emacs-orgmode@gnu.org; Sat, 16 Jan 2016 23:56:55 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aKfOW-0003Eg-G2 for emacs-orgmode@gnu.org; Sun, 17 Jan 2016 05:56:52 +0100 Received: from hsi-kbw-149-172-254-111.hsi13.kabel-badenwuerttemberg.de ([149.172.254.111]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 17 Jan 2016 05:56:52 +0100 Received: from stefan.huchler by hsi-kbw-149-172-254-111.hsi13.kabel-badenwuerttemberg.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 17 Jan 2016 05:56:52 +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 Rasmus writes: > Stefan Huchler writes: > >> Maybe export/import backend is the wrong way to go, a sync or exchange >> feature would be better so maybe org-agenda todo export/import ability >> would be better? but for now a export alone would be an advancement. >> dont know if import or export can update/replace lines? > > Maybe CalDav? There's a tool on F-droid called Tasks (or maybe Task) that > can sync via DAVDroid to REPO.. Maybe org-caldav.el could be extended to > support the sync. tasks between Org and REPO. > > Rasmus lol now I even fail into setting up org-caldav. installed it over the package manager over melpa, installed owncloud onto my server. 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"))) when I try to org-caldav-delete-everything it starts to ask me about google incredients, even I overwrite/shadowed that with the settings I set. I also made some one level todo headings set deadline and shedule date. it adds this ids, but nothing lands on the server. great :) hard to debug something you cant reset and that gives you no error. Not to say that the github project page is not a big help in setting that up I think that should be right what I configured there. The user exists, it says somethnig like: CalDAV Sync finished. Nothing was done. has it maybe be in the agenda listed filed or something. Guess have to add a bugreport for this tomorow. At least I can use this owncloud server too for the other suggested solution there I also need to sync/send a file somehow.