From mboxrd@z Thu Jan 1 00:00:00 1970 From: gongzhitaao Subject: Orgmode testsuite Date: Mon, 25 Jan 2016 12:40:49 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45537) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNgS7-00085z-SD for emacs-orgmode@gnu.org; Mon, 25 Jan 2016 07:41:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aNgS2-0006ji-Sb for emacs-orgmode@gnu.org; Mon, 25 Jan 2016 07:41:03 -0500 Received: from plane.gmane.org ([80.91.229.3]:44154) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aNgS2-0006je-L5 for emacs-orgmode@gnu.org; Mon, 25 Jan 2016 07:40:58 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aNgS0-0000A9-Mq for emacs-orgmode@gnu.org; Mon, 25 Jan 2016 13:40:57 +0100 Received: from 131.204.254.97 ([131.204.254.97]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Jan 2016 13:40:56 +0100 Received: from zhitaao.gong by 131.204.254.97 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Jan 2016 13:40:56 +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, Does orgmode comes with a full-coverage test suit? It seems that the new Org (8.3.3) breaks something in org.el When I'm firing up org agenda, I got an error in the function `org-activate- plain-links` (wrong-type-argument listp org-link) Maybe it is good if someone could finish a test suit for Orgmode so that it does not break things unexpectedly. (I'd be happy to if someone could give me some guidance into the code structure) Anyway, thanks for your awesome work!