[O] org-caldav sync issue

2015-10-22 Thread Martin Kaffanke
Hi there, I now use org-caldav, which is a real great feature for me, using my android phone for calendar and syncing to org-mode. But: After doing the sync - and rebuilding my org-agenda i get the message: Unable to percent escape character: \303 How can I deal with that? On some days this

[O] Bug on refile with attachments

2015-10-12 Thread Martin Kaffanke
Hi there: Do in the agenda: C-c C-a n -> create a new attachment. after that you refile the entry to another file in another directory. Now the attachment cannot be found anymore. Is this a bug? Thanks, Martin

[O] Inserting to agenda

2015-10-07 Thread Martin Kaffanke
Hi there, I do: C-c a a RET k a Insert my entry later with C-c C-c or C-c C-w [refiling options] but then the agenda is not updated. I can update it by pressing 'r'. But this reloads everything. After the capture the agenda could know the one entry I just created and just insert that

[O] org google calender different files

2015-10-07 Thread Martin Kaffanke
Hi there, I store all my appointments in different files I work as psychologist and have one file per familiy I work with. So there are all appointments where I make the documentation later too. Normally I collect the appointments in an "Inbox" in my gtd.org file where later I refile them to

Re: [O] org google calender different files

2015-10-07 Thread Martin Kaffanke
Eric S Fraga writes: > If org is your main route for working with the information, as opposed > to just displaying that information in a calendar view, then maybe a > one-way synchronisation may be sufficient and then exporting each org > file to ICS separately would be sufficient for your

[O] org-read-date wrong for dates before 1970 ?

2015-09-17 Thread Martin Kaffanke
Hi there, I'm doing in *scratch* the following (with C-j at the end of the line): (org-insert-time-stamp (org-read-date nil 'totime "8. März 2012")) <2012-10-08 Mon>"<2012-10-08 Mon>" (org-insert-time-stamp (org-read-date nil 'totime "8. März 1952")) <1970-10-08 Don>"<1970-10-08 Don>"

Re: [O] org-read-date wrong for dates before 1970 ?

2015-09-17 Thread Martin Kaffanke
Nicolas Goaziou writes: > Hello, > > Martin Kaffanke <mar...@kaffanke.at> writes: > >> So there a (german, and english - the last one) formated time is >> translated correct for dates after 1970, but its wrong before that. >> >> How can we fix that? &g

[O] org-entry-get behaviour

2015-09-04 Thread Martin Kaffanke
Hi there, I can see now, that (org-entry-get (point) "foo") is nil, if :PROPERTIES: follows the CLOCK: entry. Has it changed to be that :PROPERTIES: now must be the first thing of the entry? If so, how can I change all my entries at once instead of going through all my items and do it by hand?

[O] (org-entry-get (point) CLOCK) fails now

2015-08-30 Thread Martin Kaffanke
Hi there, I have an exisiting code using for monnth, and it worked well at the end of July - now End of August I need it again, but it returns nil, even on the org entries which I have successfully used my code. Why is CLOCK property now missing (after elpa updates) in org-entry-get? It is

Re: [O] (org-entry-get (point) CLOCK) fails now

2015-08-30 Thread Martin Kaffanke
Nicolas Goaziou writes: And how do I have to rewrite my code now? I don't have enough information to answer. What is your code supposed to do? What did you use CLOCK property for? I have only one CLOCK property for my entry and I just want to extract the start time of that clock entry. I