From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: error: org-meta-return release_8.3.4.zip Date: Fri, 20 May 2016 16:40:46 -0400 Message-ID: <87oa80bgz5.fsf@alphaville.usersys.redhat.com> References: <1692374693.4419070.1463599122690.JavaMail.yahoo.ref@mail.yahoo.com> <1692374693.4419070.1463599122690.JavaMail.yahoo@mail.yahoo.com> <1298044243.4734699.1463654711777.JavaMail.yahoo@mail.yahoo.com> <1755397345.5012374.1463679087578.JavaMail.yahoo@mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3t8E-00027Q-Gl for emacs-orgmode@gnu.org; Fri, 20 May 2016 18:43:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3rEO-0004ZV-4b for emacs-orgmode@gnu.org; Fri, 20 May 2016 16:41:15 -0400 Received: from plane.gmane.org ([80.91.229.3]:43113) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3rEN-0004ZR-Tc for emacs-orgmode@gnu.org; Fri, 20 May 2016 16:41:12 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1b3rEI-0003fs-W0 for emacs-orgmode@gnu.org; Fri, 20 May 2016 22:41:07 +0200 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 May 2016 22:41:06 +0200 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 20 May 2016 22:41:06 +0200 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" To: emacs-orgmode@gnu.org Mambo Levis writes: > On Thursday, May 19, 2016 12:45 PM, Mambo Levis wrote: > > Hi, > > Yesterday I reported an issue (see bellow). How can I see its status? I open an account in lists.gnu.org > Mailing Lists but I couldn't find > how to search for a reported issue. > Did you send it to the bug-gnu-emacs mailing list or to the org-mode mailing list? If the latter, you cannot check its status: org-mode does not have a bug tracking system as such. You need to wait for a maintainer or other interested party to respond (please, wait at least a week before pinging the list again: it might take a while for somebody to get around to it, but after a week or so, it's a fair supposition that it fell through the cracks). For the specific problems you are reporting below, it looks to me as if you are missing some initialization. I would add (require 'org-loaddefs) to init-org-minimal.el and try again. For the "mixed installation" problem, please search the list: there have been tens or hundreds of these problems reported. The best way to avoid it is to follow the instructions in (info "(org) Installation") exactly and use a tried-and-true method rather than going your own way. HTH, but please realize it's all untested conjecture. -- Nick > Thanks, > > Levis > > On Wednesday, May 18, 2016 9:18 PM, Mambo Levis wrote: > > Hi, > > 1.) By testing org-mode release_8.3.4.zip from ( http://orgmode.org/cgit.cgi/org-mode.git/) without > compile it in emacs 25.1.50.1 an error is shown > when typing M-RET to add a new heading/item (see attached backtrace). > > I am using the minimal configuration suggested in the manual. > > --------------------------------------------------------------------------------------------------------- > ;; init.el > ---------------------------------------------------------------------------------------------------------- > (use-package org-mode > :load-path "~/.emacs.d/user/site-lisp/org-mode" > :init > (load-file "~/.emacs.d/user/lisp/init-org-minimal.el") > ) > ---------------------------------------------------------------------------------------------------------- > ------------------------------------------------------------------------------------------------------------ > ;;; init-org-minimal.el --- org-mode minimal configuration > ------------------------------------------------------------------------------------------------------------ > ;;; Minimal setup to load latest 'org-mode' > ;; activate debugging > (setq debug-on-error t > debug-on-signal nil > debug-on-quit nil) > ;; add latest org-mode to load path > (add-to-list 'load-path "~/.emacs.d/user/site-lisp/org-mode/lisp") > (add-to-list 'load-path "~/.emacs.d/user/site-lisp/org-mode/contrib/lisp" t) > ;;(org-capture) > > (provide 'init-org-minimal) > ;;; init-org-minimal.el ends here > --------------------------------------------------------------------------------------------------------------- > > 2) If I use the option reload Org uncompiled there is no problem when using M-RET but the following > message appears: > Successfully reloaded Org > Org-mode version 8.2.10 (release_8.2.10 @ mixed installation! c:/emacs/emacs-25.1.50/share/emacs/25.1.50 > /lisp/org/ and c:/home/.emacs.d/user/site-lisp/org-mode/lisp/) > > 3) Now I force emacs to search the new org-mode version by adding a org__ to the original installation. > The following message appears: > File error: Cannot open load file, No such file or directory, org-table > > Questions: > - How can isolate the new org version from the default installed? > - How can I solve this issue? > > I appreciate your help, > regards, > > Levis >