Re: [O] backend for todo.txt format (todotxt.com)

2016-02-02 Thread Tim O'Callaghan
Coming late to this discussion - Its great to find out about org-todotxt.el, I shall start playing with it straight away. For what its worth, my setup uses the todo.txt command line app as a capture tool, with the todo.txt kept in a Dropbox folder. On my phone i use the outstanding Clockwork

Re: [O] backend for todo.txt format (todotxt.com)

2016-01-18 Thread Rasmus
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

Re: [O] backend for todo.txt format (todotxt.com)

2016-01-18 Thread Stefan Huchler
Hi Rasmus, Rasmus writes: > When you sync tasks, do they show up in the task program or only the > calendar? I only see them in the sync complete dialog and in the owncloud browser calendar interface, if ist does not sync normal tasks without timestamps its not what I am

Re: [O] backend for todo.txt format (todotxt.com)

2016-01-18 Thread Stefan Huchler
Danie Roux writes: > On Sat, Jan 16, 2016 at 9:59 PM, Stefan Huchler > wrote: >> I just tried to write am backend for this todolist format: >> https://github.com/ginatrapani/todo.txt-cli/wiki/The-Todo.txt-Format > > This is not ready for general use.

Re: [O] backend for todo.txt format (todotxt.com)

2016-01-18 Thread Kyle Meyer
Stefan Huchler writes: > Danie Roux writes: > >> On Sat, Jan 16, 2016 at 9:59 PM, Stefan Huchler >> wrote: >>> I just tried to write am backend for this todolist format: >>>

Re: [O] backend for todo.txt format (todotxt.com)

2016-01-18 Thread Stefan Huchler
Kyle Meyer writes: > if-let has been define in Emacs's subr-x.el since c08f8be (New if-let, > when-let, thread-first and thread-last macros., 2014-06-30). is it then that your code will not run if you dont use this autohook thing? or do I have to be in a orgfile that it works?

Re: [O] backend for todo.txt format (todotxt.com)

2016-01-18 Thread Kyle Meyer
Stefan Huchler writes: > Kyle Meyer writes: > >> if-let has been define in Emacs's subr-x.el since c08f8be (New if-let, >> when-let, thread-first and thread-last macros., 2014-06-30). Sorry, I know nothing about org-todotxt.el and haven't been following

Re: [O] backend for todo.txt format (todotxt.com)

2016-01-17 Thread Rasmus
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

Re: [O] backend for todo.txt format (todotxt.com)

2016-01-17 Thread Stefan Huchler
Hi, first thanks it at least does something now. Rasmus 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

Re: [O] backend for todo.txt format (todotxt.com)

2016-01-16 Thread Stefan Huchler
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

Re: [O] backend for todo.txt format (todotxt.com)

2016-01-16 Thread Danie Roux
On Sat, Jan 16, 2016 at 9:59 PM, Stefan Huchler wrote: > I just tried to write am backend for this todolist format: > https://github.com/ginatrapani/todo.txt-cli/wiki/The-Todo.txt-Format This is not ready for general use. Will probably eat your data. Use with care:

Re: [O] backend for todo.txt format (todotxt.com)

2016-01-16 Thread Rasmus
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

Re: [O] backend for todo.txt format (todotxt.com)

2016-01-16 Thread Marcin Borkowski
On 2016-01-16, at 20:59, Stefan Huchler wrote: > I just tried to write am backend for this todolist format: > https://github.com/ginatrapani/todo.txt-cli/wiki/The-Todo.txt-Format > > and after a few hours > with no real success I gave up. Would this help?

Re: [O] backend for todo.txt format (todotxt.com)

2016-01-16 Thread Stefan Huchler
> Rasmus writes: > 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 hmm then each task have to get assigned to a date I