From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Reuleaux Subject: Re: org-ref code Date: Wed, 14 May 2014 04:58:00 +0100 Message-ID: <87r43xko53.fsf@a-rx.info> References: <878uql7r7p.fsf@ucl.ac.uk> <87eh0d62ys.fsf@ucl.ac.uk> <87lhu9ofqa.fsf@ucl.ac.uk> <871tvzm859.fsf@pinto.chemeng.ucl.ac.uk> <87zjimnccb.fsf@a-rx.info> <87tx8uc59f.fsf@ucl.ac.uk> <87zjil4ex1.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60557) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkQMS-0000gW-B8 for emacs-orgmode@gnu.org; Wed, 14 May 2014 00:00:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WkQMM-0003x5-Sr for emacs-orgmode@gnu.org; Wed, 14 May 2014 00:00:08 -0400 Received: from plane.gmane.org ([80.91.229.3]:39147) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkQMM-0003vy-NI for emacs-orgmode@gnu.org; Wed, 14 May 2014 00:00:02 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WkQMJ-0002EV-Ud for emacs-orgmode@gnu.org; Wed, 14 May 2014 05:59:59 +0200 Received: from stu826b.kent.ac.uk ([129.12.130.107]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 May 2014 05:59:59 +0200 Received: from andreas by stu826b.kent.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 May 2014 05:59:59 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Eric, I don't have auctex installed, and org-ref works fine for me. But I do run a recent self-compiled emacs 24 (haven't tested yet, if it works with my older emacs24 from debian as well), and I get updated packages like dash relatively often via cask ( https://github.com/cask/cask , http://cask.github.io/ ), i. e. I have in my Cask file (depends-on "dash") so it wouldn't have happend to me to have an outdated dash pkg, isolating your problem and pointing at what exactly is causing your trouble is of course more difficult (and creating a minimal config that works for me takes more time than I currently have, sorry). Hope this helps, nevertheless -Andreas Eric S Fraga writes: > John, > > another data point. When I try to load an org file, once org-ref is > loaded, I get the following problem: > > Debugger entered--Lisp error: (wrong-type-argument stringp nil) > re-search-forward(nil 10001 t) > tex-main-file() > reftex-TeX-master-file() > reftex-tie-multifile-symbols() > reftex-access-scan-info((16)) > reftex-parse-all() > (and (buffer-file-name) (file-exists-p (buffer-file-name)) > (global-auto-revert-mode t) (reftex-parse-all)) > org-mode-reftex-setup() > run-hooks(change-major-mode-after-body-hook text-mode-hook > outline-mode-hook org-mode-hook) > apply(run-hooks (change-major-mode-after-body-hook text-mode-hook > outline-mode-hook org-mode-hook)) > run-mode-hooks(org-mode-hook) > > Because of this, org-ref doesn't get initialised properly. > > Any idea what may be causing this? Do I need to configure auctex or > similar? > > thanks, > eric