From mboxrd@z Thu Jan 1 00:00:00 1970 From: Herbert Sitz Subject: Problem with org-collector.el in Org v. 8.3 Date: Wed, 25 Nov 2015 22:15:23 +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]:55496) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1iM2-0001a6-HZ for emacs-orgmode@gnu.org; Wed, 25 Nov 2015 17:15:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a1iLy-0006qw-4R for emacs-orgmode@gnu.org; Wed, 25 Nov 2015 17:15:58 -0500 Received: from plane.gmane.org ([80.91.229.3]:34494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a1iLx-0006qs-Tq for emacs-orgmode@gnu.org; Wed, 25 Nov 2015 17:15:54 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a1iLm-0002DK-UC for emacs-orgmode@gnu.org; Wed, 25 Nov 2015 23:15:43 +0100 Received: from 96-93-123-142-static.hfc.comcastbusiness.net ([96-93-123-142-static.hfc.comcastbusiness.net]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Nov 2015 23:15:42 +0100 Received: from hesitz by 96-93-123-142-static.hfc.comcastbusiness.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 25 Nov 2015 23:15:42 +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 I seem to be having same problem with org-collector in v.8.3as was reported by Charlie Millar back in April. I checked with him and he was never able to resolve the issue. Here's his original post: http://article.gmane.org/gmane.emacs.orgmode/96966/match=org+collector It was easy to confirm that org-collector was working properly in Org 8.2.1, which is built in to my Emacs 24.5.1. I can reproduce the problem with Org 8.3.2 (nov 23, 2015) with the following steps (I was working from base Emacs 24.5.1 install): (1) Download the org-collector.el file and org-collector-example.org file from here: http://orgmode.org/worg/sources/org-contrib/org-collector-example.org http://orgmode.org/worg/code/elisp/org-collector.el (2) Start emacs. Download elpa version of org, which will be Org 8.3.2: M-x list-packages, go to 'org' and install. (3) Exit Emacs (4) Start a new "bare" Emacs with 'emacs -Q' (5) in scratch directory enable elpa packages by evaluating: (require 'package) (package-initialize) (6) Load the org-collector-example.org file into a buffer. Check loaded Org version to confirm it's 8.3.2. (7) Load org-collector.el into a buffer and do M-x eval-buffer. (8) Move to the org-collector-example buffer. Place cursor on one of the '#+BEGIN:' lines and press C-c C-c. You should see the same faulty results as reported by Charlie Millar.