emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* error: org-meta-return release_8.3.4.zip
       [not found] <1692374693.4419070.1463599122690.JavaMail.yahoo.ref@mail.yahoo.com>
@ 2016-05-18 19:18 ` Mambo Levis
       [not found]   ` <1298044243.4734699.1463654711777.JavaMail.yahoo@mail.yahoo.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Mambo Levis @ 2016-05-18 19:18 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org


[-- Attachment #1.1: Type: text/plain, Size: 2214 bytes --]

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 OrgOrg-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

[-- Attachment #1.2: Type: text/html, Size: 5946 bytes --]

[-- Attachment #2: backtrace.el --]
[-- Type: application/octet-stream, Size: 7715 bytes --]

Debugger entered--Lisp error: (void-variable org-planning-line-re)
  (org-looking-at-p org-planning-line-re)
  (if (org-looking-at-p org-planning-line-re) (progn (forward-line)))
  (save-excursion (forward-line) (if (org-looking-at-p org-planning-line-re) (progn (forward-line))) (if (looking-at org-property-drawer-re) (progn (forward-line) (let ((end (match-end 0)) properties) (while (< (line-end-position) end) (looking-at org-property-re) (setq properties (cons (org-match-string-no-properties 3) properties)) (setq properties (cons (intern ...) properties)) (forward-line)) properties))))
  org-element--get-node-properties()
  (let* ((begin (point)) (level (prog1 (org-reduced-level (skip-chars-forward "*")) (skip-chars-forward " 	"))) (todo (and org-todo-regexp (let (case-fold-search) (looking-at org-todo-regexp)) (progn (goto-char (match-end 0)) (skip-chars-forward " 	") (match-string 0)))) (todo-type (and todo (if (member todo org-done-keywords) (quote done) (quote todo)))) (priority (and (looking-at "\\[#.\\][ 	]*") (progn (goto-char (match-end 0)) (aref (match-string 0) 2)))) (commentedp (and (let (case-fold-search) (looking-at org-comment-string)) (goto-char (match-end 0)))) (title-start (point)) (tags (if (re-search-forward "[ 	]+\\(:[[:alnum:]_@#%:]+:\\)[ 	]*$" (line-end-position) (quote move)) (progn (goto-char (match-beginning 0)) (org-split-string (match-string 1) ":")))) (title-end (point)) (raw-value (org-trim (buffer-substring-no-properties title-start title-end))) (archivedp (member org-archive-tag tags)) (footnote-section-p (and org-footnote-section (string= org-footnote-section raw-value))) (standard-props (org-element--get-node-properties)) (time-props (org-element--get-time-properties)) (end (min (save-excursion (org-end-of-subtree t t)) limit)) (pos-after-head (progn (forward-line) (point))) (contents-begin (save-excursion (skip-chars-forward " \r	\n" end) (and (/= (point) end) (line-beginning-position)))) (contents-end (and contents-begin (progn (goto-char end) (skip-chars-backward " \r	\n") (forward-line) (point))))) (let ((headline (list (quote headline) (nconc (list :raw-value raw-value :begin begin :end end :pre-blank (if ... 0 ...) :contents-begin contents-begin :contents-end contents-end :level level :priority priority :tags tags :todo-keyword todo :todo-type todo-type :post-blank (count-lines ... end) :footnote-section-p footnote-section-p :archivedp archivedp :commentedp commentedp :post-affiliated begin) time-props standard-props)))) (org-element-put-property headline :title (if raw-secondary-p raw-value (let ((title (org-element--parse-objects ... ... nil ...))) (let ((--dolist-tail-- title) datum) (while --dolist-tail-- (setq datum ...) (org-element-put-property datum :parent headline) (setq --dolist-tail-- ...)) (setq datum nil) title))))))
  (save-excursion (let* ((begin (point)) (level (prog1 (org-reduced-level (skip-chars-forward "*")) (skip-chars-forward " 	"))) (todo (and org-todo-regexp (let (case-fold-search) (looking-at org-todo-regexp)) (progn (goto-char (match-end 0)) (skip-chars-forward " 	") (match-string 0)))) (todo-type (and todo (if (member todo org-done-keywords) (quote done) (quote todo)))) (priority (and (looking-at "\\[#.\\][ 	]*") (progn (goto-char (match-end 0)) (aref (match-string 0) 2)))) (commentedp (and (let (case-fold-search) (looking-at org-comment-string)) (goto-char (match-end 0)))) (title-start (point)) (tags (if (re-search-forward "[ 	]+\\(:[[:alnum:]_@#%:]+:\\)[ 	]*$" (line-end-position) (quote move)) (progn (goto-char (match-beginning 0)) (org-split-string (match-string 1) ":")))) (title-end (point)) (raw-value (org-trim (buffer-substring-no-properties title-start title-end))) (archivedp (member org-archive-tag tags)) (footnote-section-p (and org-footnote-section (string= org-footnote-section raw-value))) (standard-props (org-element--get-node-properties)) (time-props (org-element--get-time-properties)) (end (min (save-excursion (org-end-of-subtree t t)) limit)) (pos-after-head (progn (forward-line) (point))) (contents-begin (save-excursion (skip-chars-forward " \r	\n" end) (and (/= (point) end) (line-beginning-position)))) (contents-end (and contents-begin (progn (goto-char end) (skip-chars-backward " \r	\n") (forward-line) (point))))) (let ((headline (list (quote headline) (nconc (list :raw-value raw-value :begin begin :end end :pre-blank ... :contents-begin contents-begin :contents-end contents-end :level level :priority priority :tags tags :todo-keyword todo :todo-type todo-type :post-blank ... :footnote-section-p footnote-section-p :archivedp archivedp :commentedp commentedp :post-affiliated begin) time-props standard-props)))) (org-element-put-property headline :title (if raw-secondary-p raw-value (let ((title ...)) (let (... datum) (while --dolist-tail-- ... ... ...) (setq datum nil) title)))))))
  org-element-headline-parser(4007 t)
  (cond ((bobp) nil) ((progn (defvar org-called-with-limited-levels) (defvar org-outline-regexp) (defvar outline-regexp) (defvar org-outline-regexp-bol) (let* ((org-called-with-limited-levels t) (org-outline-regexp (org-get-limited-outline-regexp)) (outline-regexp org-outline-regexp) (org-outline-regexp-bol (concat "^" org-outline-regexp))) (org-at-heading-p))) (beginning-of-line) (org-element-headline-parser (point-max) t)) (t (if (org-element--cache-active-p) (progn (if (not org-element--cache) (org-element-cache-reset) (org-element--cache-sync (current-buffer) origin)))) (org-element--parse-to origin)))
  (let ((origin (point))) (end-of-line) (skip-chars-backward " \r	\n") (cond ((bobp) nil) ((progn (defvar org-called-with-limited-levels) (defvar org-outline-regexp) (defvar outline-regexp) (defvar org-outline-regexp-bol) (let* ((org-called-with-limited-levels t) (org-outline-regexp (org-get-limited-outline-regexp)) (outline-regexp org-outline-regexp) (org-outline-regexp-bol (concat "^" org-outline-regexp))) (org-at-heading-p))) (beginning-of-line) (org-element-headline-parser (point-max) t)) (t (if (org-element--cache-active-p) (progn (if (not org-element--cache) (org-element-cache-reset) (org-element--cache-sync (current-buffer) origin)))) (org-element--parse-to origin))))
  (save-restriction (widen) (let ((origin (point))) (end-of-line) (skip-chars-backward " \r	\n") (cond ((bobp) nil) ((progn (defvar org-called-with-limited-levels) (defvar org-outline-regexp) (defvar outline-regexp) (defvar org-outline-regexp-bol) (let* ((org-called-with-limited-levels t) (org-outline-regexp ...) (outline-regexp org-outline-regexp) (org-outline-regexp-bol ...)) (org-at-heading-p))) (beginning-of-line) (org-element-headline-parser (point-max) t)) (t (if (org-element--cache-active-p) (progn (if (not org-element--cache) (org-element-cache-reset) (org-element--cache-sync ... origin)))) (org-element--parse-to origin)))))
  (save-excursion (save-restriction (widen) (let ((origin (point))) (end-of-line) (skip-chars-backward " \r	\n") (cond ((bobp) nil) ((progn (defvar org-called-with-limited-levels) (defvar org-outline-regexp) (defvar outline-regexp) (defvar org-outline-regexp-bol) (let* (... ... ... ...) (org-at-heading-p))) (beginning-of-line) (org-element-headline-parser (point-max) t)) (t (if (org-element--cache-active-p) (progn (if ... ... ...))) (org-element--parse-to origin))))))
  org-element-at-point()
  org-meta-return()
  funcall-interactively(org-meta-return)
  #<subr call-interactively>(org-meta-return nil nil)
  ad-Advice-call-interactively(#<subr call-interactively> org-meta-return nil nil)
  apply(ad-Advice-call-interactively #<subr call-interactively> (org-meta-return nil nil))
  call-interactively(org-meta-return nil nil)
  command-execute(org-meta-return)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: error: org-meta-return release_8.3.4.zip
       [not found]   ` <1298044243.4734699.1463654711777.JavaMail.yahoo@mail.yahoo.com>
@ 2016-05-19 17:31     ` Mambo Levis
  2016-05-20 20:40       ` Nick Dokos
  2016-05-20 21:16       ` Nicolas Goaziou
  0 siblings, 2 replies; 4+ messages in thread
From: Mambo Levis @ 2016-05-19 17:31 UTC (permalink / raw)
  To: mailman@gnu.org, johnw@newartisans.com, emacs-orgmode@gnu.org


[-- Attachment #1.1: Type: text/plain, Size: 2604 bytes --]

 On Thursday, May 19, 2016 12:45 PM, Mambo Levis <mambo.levis@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 findhow to search for a reported issue.
Thanks,
Levis 

    On Wednesday, May 18, 2016 9:18 PM, Mambo Levis <mambo.levis@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 OrgOrg-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


   

  

[-- Attachment #1.2: Type: text/html, Size: 10877 bytes --]

[-- Attachment #2: backtrace.el --]
[-- Type: application/octet-stream, Size: 7715 bytes --]

Debugger entered--Lisp error: (void-variable org-planning-line-re)
  (org-looking-at-p org-planning-line-re)
  (if (org-looking-at-p org-planning-line-re) (progn (forward-line)))
  (save-excursion (forward-line) (if (org-looking-at-p org-planning-line-re) (progn (forward-line))) (if (looking-at org-property-drawer-re) (progn (forward-line) (let ((end (match-end 0)) properties) (while (< (line-end-position) end) (looking-at org-property-re) (setq properties (cons (org-match-string-no-properties 3) properties)) (setq properties (cons (intern ...) properties)) (forward-line)) properties))))
  org-element--get-node-properties()
  (let* ((begin (point)) (level (prog1 (org-reduced-level (skip-chars-forward "*")) (skip-chars-forward " 	"))) (todo (and org-todo-regexp (let (case-fold-search) (looking-at org-todo-regexp)) (progn (goto-char (match-end 0)) (skip-chars-forward " 	") (match-string 0)))) (todo-type (and todo (if (member todo org-done-keywords) (quote done) (quote todo)))) (priority (and (looking-at "\\[#.\\][ 	]*") (progn (goto-char (match-end 0)) (aref (match-string 0) 2)))) (commentedp (and (let (case-fold-search) (looking-at org-comment-string)) (goto-char (match-end 0)))) (title-start (point)) (tags (if (re-search-forward "[ 	]+\\(:[[:alnum:]_@#%:]+:\\)[ 	]*$" (line-end-position) (quote move)) (progn (goto-char (match-beginning 0)) (org-split-string (match-string 1) ":")))) (title-end (point)) (raw-value (org-trim (buffer-substring-no-properties title-start title-end))) (archivedp (member org-archive-tag tags)) (footnote-section-p (and org-footnote-section (string= org-footnote-section raw-value))) (standard-props (org-element--get-node-properties)) (time-props (org-element--get-time-properties)) (end (min (save-excursion (org-end-of-subtree t t)) limit)) (pos-after-head (progn (forward-line) (point))) (contents-begin (save-excursion (skip-chars-forward " \r	\n" end) (and (/= (point) end) (line-beginning-position)))) (contents-end (and contents-begin (progn (goto-char end) (skip-chars-backward " \r	\n") (forward-line) (point))))) (let ((headline (list (quote headline) (nconc (list :raw-value raw-value :begin begin :end end :pre-blank (if ... 0 ...) :contents-begin contents-begin :contents-end contents-end :level level :priority priority :tags tags :todo-keyword todo :todo-type todo-type :post-blank (count-lines ... end) :footnote-section-p footnote-section-p :archivedp archivedp :commentedp commentedp :post-affiliated begin) time-props standard-props)))) (org-element-put-property headline :title (if raw-secondary-p raw-value (let ((title (org-element--parse-objects ... ... nil ...))) (let ((--dolist-tail-- title) datum) (while --dolist-tail-- (setq datum ...) (org-element-put-property datum :parent headline) (setq --dolist-tail-- ...)) (setq datum nil) title))))))
  (save-excursion (let* ((begin (point)) (level (prog1 (org-reduced-level (skip-chars-forward "*")) (skip-chars-forward " 	"))) (todo (and org-todo-regexp (let (case-fold-search) (looking-at org-todo-regexp)) (progn (goto-char (match-end 0)) (skip-chars-forward " 	") (match-string 0)))) (todo-type (and todo (if (member todo org-done-keywords) (quote done) (quote todo)))) (priority (and (looking-at "\\[#.\\][ 	]*") (progn (goto-char (match-end 0)) (aref (match-string 0) 2)))) (commentedp (and (let (case-fold-search) (looking-at org-comment-string)) (goto-char (match-end 0)))) (title-start (point)) (tags (if (re-search-forward "[ 	]+\\(:[[:alnum:]_@#%:]+:\\)[ 	]*$" (line-end-position) (quote move)) (progn (goto-char (match-beginning 0)) (org-split-string (match-string 1) ":")))) (title-end (point)) (raw-value (org-trim (buffer-substring-no-properties title-start title-end))) (archivedp (member org-archive-tag tags)) (footnote-section-p (and org-footnote-section (string= org-footnote-section raw-value))) (standard-props (org-element--get-node-properties)) (time-props (org-element--get-time-properties)) (end (min (save-excursion (org-end-of-subtree t t)) limit)) (pos-after-head (progn (forward-line) (point))) (contents-begin (save-excursion (skip-chars-forward " \r	\n" end) (and (/= (point) end) (line-beginning-position)))) (contents-end (and contents-begin (progn (goto-char end) (skip-chars-backward " \r	\n") (forward-line) (point))))) (let ((headline (list (quote headline) (nconc (list :raw-value raw-value :begin begin :end end :pre-blank ... :contents-begin contents-begin :contents-end contents-end :level level :priority priority :tags tags :todo-keyword todo :todo-type todo-type :post-blank ... :footnote-section-p footnote-section-p :archivedp archivedp :commentedp commentedp :post-affiliated begin) time-props standard-props)))) (org-element-put-property headline :title (if raw-secondary-p raw-value (let ((title ...)) (let (... datum) (while --dolist-tail-- ... ... ...) (setq datum nil) title)))))))
  org-element-headline-parser(4007 t)
  (cond ((bobp) nil) ((progn (defvar org-called-with-limited-levels) (defvar org-outline-regexp) (defvar outline-regexp) (defvar org-outline-regexp-bol) (let* ((org-called-with-limited-levels t) (org-outline-regexp (org-get-limited-outline-regexp)) (outline-regexp org-outline-regexp) (org-outline-regexp-bol (concat "^" org-outline-regexp))) (org-at-heading-p))) (beginning-of-line) (org-element-headline-parser (point-max) t)) (t (if (org-element--cache-active-p) (progn (if (not org-element--cache) (org-element-cache-reset) (org-element--cache-sync (current-buffer) origin)))) (org-element--parse-to origin)))
  (let ((origin (point))) (end-of-line) (skip-chars-backward " \r	\n") (cond ((bobp) nil) ((progn (defvar org-called-with-limited-levels) (defvar org-outline-regexp) (defvar outline-regexp) (defvar org-outline-regexp-bol) (let* ((org-called-with-limited-levels t) (org-outline-regexp (org-get-limited-outline-regexp)) (outline-regexp org-outline-regexp) (org-outline-regexp-bol (concat "^" org-outline-regexp))) (org-at-heading-p))) (beginning-of-line) (org-element-headline-parser (point-max) t)) (t (if (org-element--cache-active-p) (progn (if (not org-element--cache) (org-element-cache-reset) (org-element--cache-sync (current-buffer) origin)))) (org-element--parse-to origin))))
  (save-restriction (widen) (let ((origin (point))) (end-of-line) (skip-chars-backward " \r	\n") (cond ((bobp) nil) ((progn (defvar org-called-with-limited-levels) (defvar org-outline-regexp) (defvar outline-regexp) (defvar org-outline-regexp-bol) (let* ((org-called-with-limited-levels t) (org-outline-regexp ...) (outline-regexp org-outline-regexp) (org-outline-regexp-bol ...)) (org-at-heading-p))) (beginning-of-line) (org-element-headline-parser (point-max) t)) (t (if (org-element--cache-active-p) (progn (if (not org-element--cache) (org-element-cache-reset) (org-element--cache-sync ... origin)))) (org-element--parse-to origin)))))
  (save-excursion (save-restriction (widen) (let ((origin (point))) (end-of-line) (skip-chars-backward " \r	\n") (cond ((bobp) nil) ((progn (defvar org-called-with-limited-levels) (defvar org-outline-regexp) (defvar outline-regexp) (defvar org-outline-regexp-bol) (let* (... ... ... ...) (org-at-heading-p))) (beginning-of-line) (org-element-headline-parser (point-max) t)) (t (if (org-element--cache-active-p) (progn (if ... ... ...))) (org-element--parse-to origin))))))
  org-element-at-point()
  org-meta-return()
  funcall-interactively(org-meta-return)
  #<subr call-interactively>(org-meta-return nil nil)
  ad-Advice-call-interactively(#<subr call-interactively> org-meta-return nil nil)
  apply(ad-Advice-call-interactively #<subr call-interactively> (org-meta-return nil nil))
  call-interactively(org-meta-return nil nil)
  command-execute(org-meta-return)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: error: org-meta-return release_8.3.4.zip
  2016-05-19 17:31     ` Mambo Levis
@ 2016-05-20 20:40       ` Nick Dokos
  2016-05-20 21:16       ` Nicolas Goaziou
  1 sibling, 0 replies; 4+ messages in thread
From: Nick Dokos @ 2016-05-20 20:40 UTC (permalink / raw)
  To: emacs-orgmode

Mambo Levis <mambo.levis@gmail.com> writes:

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: error: org-meta-return release_8.3.4.zip
  2016-05-19 17:31     ` Mambo Levis
  2016-05-20 20:40       ` Nick Dokos
@ 2016-05-20 21:16       ` Nicolas Goaziou
  1 sibling, 0 replies; 4+ messages in thread
From: Nicolas Goaziou @ 2016-05-20 21:16 UTC (permalink / raw)
  To: Mambo Levis; +Cc: johnw@newartisans.com, emacs-orgmode@gnu.org, mailman@gnu.org

Hello,

Mambo Levis <mambo.levis@gmail.com> writes:

>  On Thursday, May 19, 2016 12:45 PM, Mambo Levis <mambo.levis@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).

It means that Emacs is confused and doesn't load the latest Org.

> Questions: - How can isolate the new org version from the default
> installed?- How can I solve this issue?

Did you follow installation instructions
(http://orgmode.org/manual/Installation.html#Installation)?

Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-05-20 22:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1692374693.4419070.1463599122690.JavaMail.yahoo.ref@mail.yahoo.com>
2016-05-18 19:18 ` error: org-meta-return release_8.3.4.zip Mambo Levis
     [not found]   ` <1298044243.4734699.1463654711777.JavaMail.yahoo@mail.yahoo.com>
2016-05-19 17:31     ` Mambo Levis
2016-05-20 20:40       ` Nick Dokos
2016-05-20 21:16       ` Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).