From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Landscheidt Subject: org-compat needed for org-gnus? Date: Mon, 10 Feb 2014 15:01:04 +0000 Message-ID: <87zjlz811r.fsf@passepartout.tim-landscheidt.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCsMS-0006iH-Hf for emacs-orgmode@gnu.org; Mon, 10 Feb 2014 10:01:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCsMK-0008JH-Fa for emacs-orgmode@gnu.org; Mon, 10 Feb 2014 10:01:28 -0500 Received: from plane.gmane.org ([80.91.229.3]:56999) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCsMK-0008JB-AA for emacs-orgmode@gnu.org; Mon, 10 Feb 2014 10:01:20 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WCsMG-0001I7-FX for emacs-orgmode@gnu.org; Mon, 10 Feb 2014 16:01:16 +0100 Received: from g224086022.adsl.alicedsl.de ([92.224.86.22]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Feb 2014 16:01:16 +0100 Received: from tim by g224086022.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Feb 2014 16:01:16 +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 Hi, I recently made the jump to install my first ELPA package because capture wasn't available in Emacs 24.3.1's org-mode, and installed org 20140130. Today I tried working with links to Gnus and they failed ("No match - create this as a new heading?"). So I looked around and tried M-x load-library org-gnus RET which failed with "byte-code: Symbol's function definition is void: org-defvaralias". Further grepping led to loading org-compat, then org-gnus, and it worked. So I'm wondering if the missing "(require 'org-compat)" in org-gnus is just an oversight, or if I'm doing something wrong? Tim