From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Richard Subject: Re: Bug: org-element-parse-buffer doesn't work in 8.2.5h [8.2.5h (8.2.5h-30-gdd810b-elpa @ /home/sindikat/.emacs.d/elpa/org-20140303/)] Date: Fri, 14 Mar 2014 10:55:13 +0100 Message-ID: <87eh25gl4u.fsf@yahoo.fr> References: <87txbb7mc4.fsf@mail36.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41689) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOOpg-0006Aw-5X for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 05:55:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOOpZ-0000d8-S9 for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 05:55:16 -0400 Received: from mxin.ulb.ac.be ([164.15.128.112]:2445) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOOpZ-0000bQ-Ei for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 05:55:09 -0400 In-Reply-To: <87txbb7mc4.fsf@mail36.net> (sindikat@mail36.net's message of "Thu, 06 Mar 2014 14:39:07 +0600") 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: "sindikat@mail36.net" Cc: emacs-orgmode@gnu.org sindikat@mail36.net (sindikat@mail36.net) writes: > It was reproduced on clean Emacs by running `emacs -Q' and issuing: > > (let ((package-load-list '((org t)))) > (package-initialize)) Could you show us the output of M-x org-version in that "emacs -Q" session ? Could you also try M-x org-reload after you ran the above lisp=C2=A0? What is the output of (locate-library "org-compat") ? What's the output of M-: (delq nil (mapcar (lambda (elt) (when (and (stringp (car elt)) (string-match "org-compat" (car elt))) (car elt))) load-history)) ? FWIW I couldn't repro either with the following recipe: $ REPO=3Dgnu emacs -f package-refresh-contents --eval '(package-install (ca= dr (assoc (quote org) package-archive-contents)))' with an empty ~/.emacs --=20 Nico.