emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Rasmus
Subject: Re: [O] backend for todo.txt format (todotxt.com)
Date: Sun, 17 Jan 2016 12:47:14 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Hi,

Stefan Huchler <address@hidden> 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://address@hidden/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!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]