Mambo Levis <mambo.le...@gmail.com> writes: > On Thursday, May 19, 2016 12:45 PM, Mambo Levis <mambo.le...@gmail.com> 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 <mambo.le...@gmail.com> 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 >