From mboxrd@z Thu Jan 1 00:00:00 1970 From: Darlan Cavalcante Moreira Subject: Re: Problem when previewing latex fragments Date: Sun, 19 Sep 2010 22:43:25 -0300 Message-ID: <4c96bc44.0663640a.51df.6402@mx.google.com> References: <4c926d6e.2a48960a.70de.ffffba8a@mx.google.com> <87d3sdqy0d.fsf@gmx.de> <4c93732a.16e9640a.1ca5.ffffe74b@mx.google.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=43241 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OxVbk-0003VU-CH for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 21:55:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OxVPq-0006dX-VH for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 21:43:36 -0400 Received: from mail-yw0-f41.google.com ([209.85.213.41]:43975) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OxVPq-0006dT-Ry for emacs-orgmode@gnu.org; Sun, 19 Sep 2010 21:43:34 -0400 Received: by ywl5 with SMTP id 5so1891440ywl.0 for ; Sun, 19 Sep 2010 18:43:33 -0700 (PDT) In-Reply-To: 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: Carsten Dominik Cc: Orgmode Mailing List That could be the reason but, org-version returns the correct value. I try different approaches next month after updating the system and I'll report the results. Thanks, Darlan At Sat, 18 Sep 2010 07:29:21 +0200, Carsten Dominik wrote: > > 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.  All I do (since 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) and > > 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 autoloads, > > 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-path)) > >> > (org-reload) > >> > Then I oppened my gtd.org file and tryed C-c C-x C-l, but I got the same > >> > 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 > >