From mboxrd@z Thu Jan 1 00:00:00 1970 From: Klarre N Subject: Re: Bug: Export error with #+TITLE [9.0 (9.0-elpa @.emacs.d/elpa/org-20161102/)] Date: Sat, 5 Nov 2016 21:10:07 +0100 Message-ID: References: <878tsxoore.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a114d6e14bf28e60540936163 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c37IL-0007oj-Jh for emacs-orgmode@gnu.org; Sat, 05 Nov 2016 16:10:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c37IK-0001wi-Lp for emacs-orgmode@gnu.org; Sat, 05 Nov 2016 16:10:29 -0400 Received: from mail-yw0-x22e.google.com ([2607:f8b0:4002:c05::22e]:34189) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c37IK-0001wG-GU for emacs-orgmode@gnu.org; Sat, 05 Nov 2016 16:10:28 -0400 Received: by mail-yw0-x22e.google.com with SMTP id t125so112430189ywc.1 for ; Sat, 05 Nov 2016 13:10:28 -0700 (PDT) In-Reply-To: <878tsxoore.fsf@nicolasgoaziou.fr> 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" To: mail@nicolasgoaziou.fr, emacs-orgmode@gnu.org --001a114d6e14bf28e60540936163 Content-Type: text/plain; charset=UTF-8 Hi again and thanks for everything you do! How do I load those beside what I all ready have in my minimal init file? (package-initialize) ;; add latest org-mode to load path (add-to-list 'load-path (expand-file-name "/elpa/org-20161102")) (provide 'init) ;;; init.el ends here The manual also has this line: (add-to-list 'load-path (expand-file-name "/path/to/org-mode/contrib/lisp" t)) But I do not have that directory in my elpa directory? This error never occurred before during all org updates through the built in package manager. --001a114d6e14bf28e60540936163 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi again and thanks for everything you do!

How do I load those = beside what I all ready have in my minimal init file?

(package-initi= alize)
;; add latest org-mode to load path
(add-to-list 'load-pat= h (expand-file-name "/elpa/org-20161102"))
(provide 'init)=
;;; init.el ends here

The manual also has this line:
(add-to-li= st 'load-path (expand-file-name "/path/to/org-mode/contrib/lisp&qu= ot; t))

But I do not have that directory in my elpa directory?
Th= is error never occurred before during all org updates through the built in = package manager.
--001a114d6e14bf28e60540936163--