From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Engster Subject: Re: Problems with org-caldav (wrong-type-argument stringp 47) Date: Sun, 27 Jan 2013 16:07:27 +0100 Message-ID: <87d2wqoea8.fsf@engster.org> References: <878v7gt49s.fsf@gmx.ch> <87pq0ronno.fsf@engster.org> <87bocbuzmh.fsf@gmx.ch> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:54819) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzTpU-0004nU-GO for emacs-orgmode@gnu.org; Sun, 27 Jan 2013 10:07:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TzTpS-0003Jf-B7 for emacs-orgmode@gnu.org; Sun, 27 Jan 2013 10:07:32 -0500 Received: from randomsample.de ([83.169.19.17]:43259) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TzTpR-0003JW-Uv for emacs-orgmode@gnu.org; Sun, 27 Jan 2013 10:07:30 -0500 Received: from dslc-082-082-169-070.pools.arcor-ip.net ([82.82.169.70] helo=spaten) by randomsample.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1TzTpQ-0007kD-7J for emacs-orgmode@gnu.org; Sun, 27 Jan 2013 16:07:28 +0100 In-Reply-To: <87bocbuzmh.fsf@gmx.ch> (Sven Bretfeld's message of "27 Jan 2013 03:29:58 +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: Org-Mode Sven Bretfeld writes: > - progn: Could not find UID emacs207403667799062360. I'm currently struck with a nasty cold, so I have trouble thinking. But this means that it tries to find this ID in your Org files, and it does not seem to be there. You can try to go there by calling M-x org-id-goto and yank the above ID. Does this get you anywhere? If not, could you grep through your Org files and see if there's maybe an ID which at least is similar? Maybe some special character was stripped while putting the event. Also, the *org-caldav-debug* buffer might contain more information. > - void-function pop-to-buffer-same-window > > Could the last one be a function not implemented in my 23 version of > Emacs? Yes. I will have to add some compatibility code for older Emacsen. -David