emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Predictive for Latex in org-mode


From: Sanjib Sikder
Subject: Re: [O] Predictive for Latex in org-mode
Date: Tue, 5 Mar 2013 16:49:41 +0530

Dear Bastien,

The error

> Wrong type argument: listp, t

was due to the following line

(add-hook 'org-mode-hook 'predictive-mode)

which was there in the .emacs file.

While predictive mode is on [without (add-hook 'org-mode-hook 'predictive-mode) in .emacs] in org-mode buffer, C-c C-e p produces an empty folder .predictive, in the folder where .org file is located. If I use (add-hook 'org-mode-hook 'predictive-mode) in .emacs then the generated .predictive folder contains all the .el and .elc files.

Thanks.
-----------------------------
Sanjib Sikder


reply via email to

[Prev in Thread] Current Thread [Next in Thread]