From mboxrd@z Thu Jan 1 00:00:00 1970 From: "vendo.libri@libero.it" Subject: How to install CDLaTeX in emacs24, on Windows 7? Date: Wed, 20 Jan 2016 01:09:19 +0100 (CET) Message-ID: <1401206283.2074701453248559034.JavaMail.httpd@webmail-02.iol.local> Reply-To: "vendo.libri@libero.it" Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_236888_571484981.1453248559033" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLgKz-0005Mh-CB for emacs-orgmode@gnu.org; Tue, 19 Jan 2016 19:09:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLgKw-0006pr-2z for emacs-orgmode@gnu.org; Tue, 19 Jan 2016 19:09:25 -0500 Received: from smtp-35.italiaonline.it ([212.48.25.163]:51901 helo=libero.it) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLgKv-0006pl-SO for emacs-orgmode@gnu.org; Tue, 19 Jan 2016 19:09:22 -0500 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 ------=_Part_236888_571484981.1453248559033 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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! ------=_Part_236888_571484981.1453248559033 Content-Type: text/html;charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello, 
I'm having trouble understanding in which direc= tory to download the cdlatex.el script that Mr. Dominik wrote. I'm o= n 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 comma= nd M-x org-cdlatex-mode, Emacs responds "Cannot open load file: no s= uch file or directory, cdlatex". I've also tried adding the following lines= into my .emacs file but to no avail.

<p= re>
(autoload 'org-cdlatex-mode "cdlatex.el" "Enter org-c= dlatex mode" t)
(add-hook 'org-mode-hook 'turn-on-org-cdlatex)
</pre>

I'm not the only person= experiencing this odd behavior, infact please check this stackexchange thr= ead: http://emacs.stackexchange.com/questions/19614/org-cdlatex-doesnt= -work.

Can someone please confirm that yasnippet a= nd org-cdlatex-mode are not incompatible?
Do I need to download t= he 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. H= ow can I fix this problem, I really would like to use org-cdlatex-mode unde= r Org-mode. Thanks in advance!
------=_Part_236888_571484981.1453248559033--