all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Rasmus <rasmus@gmx.us>
To: eliz@gnu.org
Cc: 21267@debbugs.gnu.org
Subject: bug#21267: 25.0.50; error when installing org from dirty Emacs
Date: Sat, 15 Aug 2015 20:29:27 +0200	[thread overview]
Message-ID: <87io8gpfqw.fsf@gmx.us> (raw)
In-Reply-To: <83lhdcmo0n.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 15 Aug 2015 20:59:04 +0300")

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Rasmus <rasmus@gmx.us>
>> Date: Sat, 15 Aug 2015 18:31:34 +0200
>
>> 
>> 1. Start emacs -Q to use build in version of org 
>> 2. Load org: (mapc 'require '(org ob ox-latex))
>> 3. Install org 8.3 via gelpa
>> 4. Start with my "normal" emacs instance and M-x orgstruct.
>>    I have not found a way to trigger this from a clean emacs...
>> 
>> my version of emacs is GNU Emacs 25.0.50.1 (x86_64-unknown-linux-gnu,
>> GTK+ Version 3.16.6) of 2015-08-11 on W530.
>> [...]
>> Debugger entered--Lisp error: (invalid-function org-babel-header-args-safe-fn)
>> [...]
>>   eval-after-load-helper("/home/rasmus/.emacs.d/elpa/org-20150810/ob.elc")
>>   run-hook-with-args(eval-after-load-helper "/home/rasmus/.emacs.d/elpa/org-20150810/ob.elc")
>>   do-after-load-evaluation("/home/rasmus/.emacs.d/elpa/org-20150810/ob.elc")
>     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> What's this about?  Are you loading parts of Org in your init files,
> directly or indirectly, and is the version of Org in
> .emacs.d/elpa/org-20150810/ the one you call "org 8.3" above or some
> older version?

Yeah that version is version 8.3.1 from GELPA (in list-packages the
version is called "20150810" ).

>> Load-path shadows:
>> [...]
>> /usr/share/emacs/site-lisp/org/ox-texinfo hides
>> /usr/share/emacs/25.0.50/lisp/org/ox-texinfo
>> /usr/share/emacs/site-lisp/org/ox-odt hides
>> /usr/share/emacs/25.0.50/lisp/org/ox-odt
>
> And these say you have one more version of Org, under
> /usr/share/emacs/site-lisp/.  What version of Org is that?

That's the development version, so version 8.3.1 plus a couple of commits.
I have removed the site-lisp version now.

Here's the backtrace with the following receipt:

1. Start emacs -Q to use build in version of org 
2. Load org: (mapc 'require '(org ob ox-latex))
3. Install org 8.3 via GELPA (version called "20150810")
4. Start with my emacs -q.  Evaluate the following:

       (package-initialize)
       (with-eval-after-load 'ob
         (org-babel-do-load-languages 'org-babel-load-languages '((R . t))))
       (require 'ob)

Backtrace: 

Debugger entered--Lisp error: (invalid-function org-babel-header-args-safe-fn)
  org-babel-header-args-safe-fn((:cache :colnames :comments :exports :epilogue :hlines :noeval :noweb :noweb-ref :noweb-sep :padline :prologue :rownames :sep :session :tangle :wrap (:eval "never" "query") (:results lambda (str) (not (string-match "file" str))) :width :height :bg :units :pointsize :antialias :quality :compression :res :type :family :title :fonts :version :paper :encoding :pagecentre :colormodel :useDingbats :horizontal))
  byte-code("\301\302\303\304\b!#\210\305\306\307\310\311\312\313\314\315\316&	\207" [ob-R-safe-header-args put org-babel-default-header-args:R safe-local-variable org-babel-header-args-safe-fn custom-declare-variable org-babel-R-command "R --slave --no-save" "Name of command to use for executing R code." :group org-babel :version "24.1" :type string] 10)
  require(ob-R)
  #[(pair) "\bA\303\b@!\211\203

      reply	other threads:[~2015-08-15 18:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-15 16:31 bug#21267: 25.0.50; error when installing org from dirty Emacs Rasmus
2015-08-15 17:28 ` Glenn Morris
2015-08-15 17:33   ` Rasmus
2015-08-15 17:59 ` Eli Zaretskii
2015-08-15 18:29   ` Rasmus [this message]

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

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

  git send-email \
    --in-reply-to=87io8gpfqw.fsf@gmx.us \
    --to=rasmus@gmx.us \
    --cc=21267@debbugs.gnu.org \
    --cc=eliz@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.