emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Rasmus <rasmus@gmx.us>
To: emacs-orgmode@gnu.org
Subject: Re: backend for todo.txt format (todotxt.com)
Date: Sun, 17 Jan 2016 12:47:14 +0100	[thread overview]
Message-ID: <87vb6s8m2l.fsf@gmx.us> (raw)
In-Reply-To: 87wpr9uezv.fsf@jupiter.lan

Hi,

Stefan Huchler <stefan.huchler@mail.de> 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!

  reply	other threads:[~2016-01-17 11:47 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-16 19:59 backend for todo.txt format (todotxt.com) Stefan Huchler
2016-01-16 20:06 ` Rasmus
2016-01-17  2:21   ` Stefan Huchler
2016-01-17 11:47     ` Rasmus [this message]
2016-01-17 14:59       ` Stefan Huchler
2016-01-18 23:30         ` Rasmus
2016-01-19  4:31           ` Stefan Huchler
2016-01-17  4:56   ` Stefan Huchler
2016-01-16 20:28 ` Danie Roux
2016-01-19  5:51   ` Stefan Huchler
2016-01-19  5:59     ` Kyle Meyer
2016-01-19  6:15       ` Stefan Huchler
2016-01-19  6:20         ` Kyle Meyer
2016-02-02 17:11           ` Tim O'Callaghan
2016-01-16 22:30 ` Marcin Borkowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87vb6s8m2l.fsf@gmx.us \
    --to=rasmus@gmx.us \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).