From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Needing help on org-gnus + LaTeX export - Date: Mon, 30 Sep 2013 22:38:15 -0400 Message-ID: <87a9ithg14.fsf@gmail.com> References: <87a9iuuuu2.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56059) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQprA-0001qL-Ek for emacs-orgmode@gnu.org; Mon, 30 Sep 2013 22:38:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VQpr4-0005ID-7L for emacs-orgmode@gnu.org; Mon, 30 Sep 2013 22:38:36 -0400 Received: from plane.gmane.org ([80.91.229.3]:57463) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VQpr4-0005I9-0G for emacs-orgmode@gnu.org; Mon, 30 Sep 2013 22:38:30 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VQpr1-00023Q-Ch for emacs-orgmode@gnu.org; Tue, 01 Oct 2013 04:38:27 +0200 Received: from pool-108-7-96-134.bstnma.fios.verizon.net ([108.7.96.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Oct 2013 04:38:27 +0200 Received: from ndokos by pool-108-7-96-134.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Oct 2013 04:38:27 +0200 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 Joseph Vidal-Rosset writes: > Hi Eric, Hi everybody, > > Here is the beginning of my init.el in my .emacs.d/ : > > (message "* --[ Loading my Emacs init file ]--") > (add-to-list 'load-path "~/.emacs.d/org-8.2/lisp") > (add-to-list 'load-path "/.emacs.d/org-8.2/contrib/lisp" t) > (package-initialize) > > last stable version of org-mode is correctly installed:  > Not necessarily: org-version might work, but that does not mean that the rest of org does. > Org-mode version 8.2 (8.2-dist @ /home/joseph/.emacs.d/org-8.2/lisp/) > Do ordinary operation in org-mode work? Try adding some headlines and some text, moving around (perhaps using the menu if you don't know the keydefs yet), adding some timestamps, tags, properties etc. > org-mime installed via elpa > > Now test of org-mime-htmlize : > > org-uniquify: Wrong type argument: sequencep, my-fill-nobreak-predicate > Where is my-fill-nobreak-predicate defined? That is not an emacs variable afaik, so it must come from your configuration. Also, can you get a backtrace here? I cannot see how this arises. See section 1.4, "Feedback", in the org manual on how to produce a useful backtrace. OTOH, it might not be worth it for this problem: the installation seems really borked. NB: however, it will certainly be worth knowing how to get a backtrace once you get these problems solved - there *will* be other problems in the future and backtraces are useful tools for diagnosis. > And test of C-e C-l for conversion of a file.org into a .tex file : > > org-uniquify: Wrong type argument: sequencep, my-fill-nobreak-predicate > This all seems screwed-up in various mysterious and tangled ways. Is there somebody with emacs experience nearby who could help you? If not, I would go back to the beginning: start with a default emacs installation with *no* customizations at all, then add latest org-mode and the bare minimum of customizations so that it is chosen in preference to the org-mode that comes with emacs. Then test it carefully and thoroughly before you try adding other customizations and org-mime. Add things one at a time and keep testing. -- Nick