emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: org-element-parse-buffer doesn't work in 8.2.5h [8.2.5h (8.


From: Nicolas Richard
Subject: Re: [O] 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
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

address@hidden (address@hidden) 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Ā ? 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=gnu emacs -f package-refresh-contents --eval '(package-install (cadr 
(assoc (quote org) package-archive-contents)))'

with an empty ~/.emacs

-- 
Nico.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]