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. _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode