From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Predictive for Latex in org-mode Date: Tue, 05 Mar 2013 11:08:45 +0100 Message-ID: <871ubui2fm.fsf@bzg.ath.cx> References: <87ip56i3jc.fsf@bzg.ath.cx> <20130305095126.GI7544@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UConl-0002wd-4h for emacs-orgmode@gnu.org; Tue, 05 Mar 2013 05:08:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UConh-0002db-Vd for emacs-orgmode@gnu.org; Tue, 05 Mar 2013 05:08:53 -0500 Received: from mail-we0-x22f.google.com ([2a00:1450:400c:c03::22f]:54805) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UConh-0002dO-Or for emacs-orgmode@gnu.org; Tue, 05 Mar 2013 05:08:49 -0500 Received: by mail-we0-f175.google.com with SMTP id x8so5848945wey.6 for ; Tue, 05 Mar 2013 02:08:49 -0800 (PST) In-Reply-To: (Sanjib Sikder's message of "Tue, 5 Mar 2013 15:28:40 +0530") 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: Sanjib Sikder Cc: emacs-orgmode@gnu.org Hi Sanjib, Sanjib Sikder writes: > Yes, exactly, I wanted to mean this. Maybe: (add-to-list 'predictive-major-mode-alist '(org-mode . predictive-setup-latex)) Or (add-hook 'org-mode-hook 'predictive-setup-latex) Toby is on this list, he'll perhaps confirm/correct. Another idea would be to use the LaTeX predictions only in Org's LaTeX fragments/regions but that's another story. -- Bastien