From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: How to install CDLaTeX in emacs24, on Windows 7? Date: Wed, 20 Jan 2016 11:15:30 +0100 Message-ID: <87egdc36bh.fsf@gmx.us> References: <1401206283.2074701453248559034.JavaMail.httpd@webmail-02.iol.local> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35047) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLpnt-0001kJ-SX for emacs-orgmode@gnu.org; Wed, 20 Jan 2016 05:15:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLpnq-0002DH-LJ for emacs-orgmode@gnu.org; Wed, 20 Jan 2016 05:15:53 -0500 Received: from plane.gmane.org ([80.91.229.3]:56593) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLpnq-0002Cp-3D for emacs-orgmode@gnu.org; Wed, 20 Jan 2016 05:15:50 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aLpnn-0002ub-5n for emacs-orgmode@gnu.org; Wed, 20 Jan 2016 11:15:47 +0100 Received: from 62.80.108.14 ([62.80.108.14]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Jan 2016 11:15:42 +0100 Received: from rasmus by 62.80.108.14 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 20 Jan 2016 11:15:42 +0100 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 "vendo.libri@libero.it" writes: > Hello, I'm having trouble understanding in which directory to download > the cdlatex.el script that Mr. Dominik wrote. I'm on Windows 7, emacs > 24, my AUCTEX version is 11.88 and I also have Org-mode 8.2 and > yasnippet installed. > When I give the command M-x org-cdlatex-mode, Emacs responds "Cannot > open load file: no such file or directory, cdlatex". I've also tried > adding the following lines into my .emacs file but to no avail. >
(autoload 'org-cdlatex-mode "cdlatex.el" "Enter org-cdlatex mode"
> t)(add-hook 'org-mode-hook 'turn-on-org-cdlatex)
> I'm not the only person experiencing this odd behavior, infact please > check this stackexchange thread: > http://emacs.stackexchange.com/questions/19614/org-cdlatex-doesnt-work. > Can someone please confirm that yasnippet and org-cdlatex-mode are not > incompatible?Do I need to download the script from ELPA as I did with > other packages? I cannot find this script in the list of packages that > come up if I type M-x list-packages. How can I fix this problem, I > really would like to use org-cdlatex-mode under Org-mode. Thanks in > advance! You can download it here: https://raw.githubusercontent.com/cdominik/cdlatex/master/cdlatex.el Add it to your load path. Hope it helps, Rasmus -- There are known knowns; there are things we know that we know