From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Problem when previewing latex fragments Date: Sat, 18 Sep 2010 07:29:21 +0200 Message-ID: References: <4c926d6e.2a48960a.70de.ffffba8a@mx.google.com> <87d3sdqy0d.fsf@gmx.de> <4c93732a.16e9640a.1ca5.ffffe74b@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=53194 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Owq4x-0003Z2-Uc for emacs-orgmode@gnu.org; Sat, 18 Sep 2010 01:35:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OwpzO-0007ys-1Y for emacs-orgmode@gnu.org; Sat, 18 Sep 2010 01:29:31 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:35408) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OwpzN-0007yh-SD for emacs-orgmode@gnu.org; Sat, 18 Sep 2010 01:29:29 -0400 Received: by iwn33 with SMTP id 33so4087643iwn.0 for ; Fri, 17 Sep 2010 22:29:28 -0700 (PDT) In-Reply-To: <4c93732a.16e9640a.1ca5.ffffe74b@mx.google.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Darlan Cavalcante Moreira Cc: Orgmode Mailing List On Fri, Sep 17, 2010 at 3:54 PM, Darlan Cavalcante Moreira wrote: > > Hi Sebastian, > > Make only tells me that there is nothing to be done. =C2=A0All I do (sinc= e a > long time) is calling "git pull" to get the latest changes and then make = to > compile everything. It worked before (the preview and everything else) an= d > only lately I realized that the preview didn't work, unless I run > org-reload before. > > I tried to checkout a fresh copy from the repo and run only make autoload= s, > but the problem remains, which is strange if I'm the only one with this > problem. Strange indeed, because in the latest Org repo version, (require 'org-latex= ) is explicitly done just before calling org-export-latex-fix-inputenc. I would guess that you have some load path shadowing going on and that the = wrong org-latex is being loaded. - Carsten > > -- > Darlan > > > At Thu, 16 Sep 2010 21:38:58 +0200, > Sebastian Rose wrote: >> >> Darlan Cavalcante Moreira writes: >> > Hello list, >> > >> > When I run org-preview-latex-fragment (C-c C-x C-l) I get the error >> > ,---- >> > ! org-create-formula-image: Symbol's function definition is void: >> > ! org-export-latex-fix-inputenc >> > `---- >> > >> > However, I run org-reload it works (until I close my gtd.org file and = open >> > it again). I'm running the latest version of org and the variable >> > org-export-with-LaTeX-fragments is set to nil (but as I understand it = is >> > only used for exporting and not for previewing). >> > >> > To test if this is due to some configuration, I run emacs with the -q >> > option and executed in the scratch buffer only the code below to load = the >> > new version >> > >> > (progn (cd "~/Org-mode-dev/") (normal-top-level-add-subdirs-to-load-pa= th)) >> > (org-reload) >> > Then I oppened my gtd.org file and tryed C-c C-x C-l, but I got the sa= me >> > error. >> > >> > Does anyone else has this problem? >> > >> > -- >> > Darlan >> > >> > ps: Emacs version is 23.1.50.1 (emacs-snapshot in Ubuntu 10.04) >> >> >> make autoloads >> >> >> ??? > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode >