emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Mambo Levis <mambo.levis@gmail.com>
To: "mailman@gnu.org" <mailman@gnu.org>,
	"johnw@newartisans.com" <johnw@newartisans.com>,
	"emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: error: org-meta-return release_8.3.4.zip
Date: Thu, 19 May 2016 17:31:27 +0000 (UTC)	[thread overview]
Message-ID: <1755397345.5012374.1463679087578.JavaMail.yahoo@mail.yahoo.com> (raw)
In-Reply-To: <1298044243.4734699.1463654711777.JavaMail.yahoo@mail.yahoo.com>


[-- 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)

  parent reply	other threads:[~2016-05-19 17:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [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 [this message]
2016-05-20 20:40       ` Nick Dokos
2016-05-20 21:16       ` Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1755397345.5012374.1463679087578.JavaMail.yahoo@mail.yahoo.com \
    --to=mambo.levis@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=johnw@newartisans.com \
    --cc=mailman@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).