From mboxrd@z Thu Jan 1 00:00:00 1970 From: forfan Subject: help for org-export-latex.el Date: Thu, 20 Mar 2008 08:38:37 +0900 Message-ID: <47E1A3FD.2040808@ruanxiang.net> Reply-To: forfan@ruanxiang.net Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jc7nZ-0001u0-Mh for emacs-orgmode@gnu.org; Wed, 19 Mar 2008 19:34:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jc7nX-0001sv-Ve for emacs-orgmode@gnu.org; Wed, 19 Mar 2008 19:34:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jc7nX-0001sn-Q4 for emacs-orgmode@gnu.org; Wed, 19 Mar 2008 19:34:19 -0400 Received: from smtpout10-04.prod.mesa1.secureserver.net ([64.202.165.238] helo=smtpout10.prod.mesa1.secureserver.net) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Jc7nX-0001tL-AL for emacs-orgmode@gnu.org; Wed, 19 Mar 2008 19:34:19 -0400 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: emacs-orgmode@gnu.org Hi everybody here, My name a user of org-mode. My OS is debian lenny, and have Emacs 22.1.1 installed. I use org-mode to do with my GTD. I found that there is no latex export function in Emacs 22.1.1's org-mode. So I downloaded org-export-latex.el from http://www.emacswiki.org/cgi-bin/wiki/OrgMode#toc2. In my .emacs, I added two lines as: > (add-to-list 'load-path "/mnt/data/emacsmodes") > (require 'org-export-latex) /mnt/data/emacsmodes is where org-export-latex.el is Unfortunately, It does not work on my machine. When EMacs startup, it shows a message to say "can't find org-export". I think it is because of the "(require 'org-export)" statement in org-export-latex.el. The problem is I DO have org-export installed, and I can even export org file to HTML through org-export. Please help me to solve the problem? Thank in advanced.