From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: org-caldav problem: void-function url-http-options Date: Sat, 09 Feb 2013 16:07:42 +0100 Message-ID: <87fw15msox.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59367) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4Cvn-0001eM-68 for emacs-orgmode@gnu.org; Sat, 09 Feb 2013 11:05:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U4Cvl-000726-SV for emacs-orgmode@gnu.org; Sat, 09 Feb 2013 11:05:35 -0500 Received: from plane.gmane.org ([80.91.229.3]:52971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4Cvl-00070G-M1 for emacs-orgmode@gnu.org; Sat, 09 Feb 2013 11:05:33 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U4Cw2-0005C9-HF for emacs-orgmode@gnu.org; Sat, 09 Feb 2013 17:05:50 +0100 Received: from gas45-3-82-244-252-119.fbx.proxad.net ([82.244.252.119]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 09 Feb 2013 17:05:50 +0100 Received: from j.cubizolles by gas45-3-82-244-252-119.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 09 Feb 2013 17:05:50 +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: emacs-orgmode@gnu.org Since a few days (maybe an emacs update) I get this error message whenever I run org-caldav-sync. --8<---------------cut here---------------start------------->8--- Debugger entered--Lisp error: (void-function url-http-options) url-http-options("https://www.google.com/calendar/dav/0fseo5jbfp99polnfc6ic38h88@group.calendar.google.com/events/") url-dav-supported-p("https://www.google.com/calendar/dav/0fseo5jbfp99polnfc6ic38h88@group.calendar.google.com/events/") (or (and (boundp (quote url-dav-patched-version)) url-dav-patched-version) (url-dav-supported-p (org-caldav-events-url))) (if (or (and (boundp (quote url-dav-patched-version)) url-dav-patched-version) (url-dav-supported-p (org-caldav-events-url))) nil (error "You have to either use Emacs from bzr, or the patched `url-dav' package from the org-caldav repository.")) org-caldav-sync() call-interactively(org-caldav-sync record nil) command-execute(org-caldav-sync record) execute-extended-command(nil "org-caldav-sync") call-interactively(execute-extended-command nil nil) --8<---------------cut here---------------end--------------->8--- I've been digging around a bit and url-http-options is defined in url-http.el which is present on my system (/usr/share/emacs/24.3.50/lisp/url/url-http.el.gz) so I don't understand why it isn't found (assuming that void-function message actually means it can't find the definition of the function). Everything was working fine with org-caldav before and I was very happy with it. Thanks a lot to its developper. Julien.