From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neuwirth Erich Subject: Re: Further problems with export Date: Wed, 13 Mar 2013 23:46:57 +0100 Message-ID: <28DFE91C-313B-42EC-981F-000EDCAFDE4C@univie.ac.at> References: <8E7D6D37-DAF1-4434-B3C3-22BF0F709A68@univie.ac.at> <87ppz3o05e.fsf@bzg.ath.cx> Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44705) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFuRp-0001wP-6h for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 18:47:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFuRo-0006wn-1r for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 18:47:01 -0400 Received: from grace.univie.ac.at ([2001:62a:4:25::25:115]:43307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFuRn-0006wh-Ne for emacs-orgmode@gnu.org; Wed, 13 Mar 2013 18:46:59 -0400 In-Reply-To: <87ppz3o05e.fsf@bzg.ath.cx> 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: Bastien Cc: "emacs-orgmode@gnu.org Mode" I found that I need to add (require 'org-exp-blocks) to my .emacs But now I get another error: Symbol's value as variable is void: org-agenda-export-html-style My guess is that I need another require in .emacs Please help ,me what I need to do. Currently I do -=-=-=-=-=-=-=-=-= (require 'org) (require 'org-e-latex) (require 'org-e-html) (require 'org-e-beamer) (require 'org-e-ascii) (require 'org-e-odt) (require 'org-exp-blocks) (global-set-key (kbd "C-c C-e") 'org-export-dispatch) (add-hook 'org-babel-after-execute-hook 'org-display-inline-images) (add-hook 'org-mode-hook 'org-display-inline-images) (setq org-confirm-babel-evaluate nil) (setq org-export-html-validation-link nil) (setq org-export-allow-BIND t) (setq org-support-shift-select t) (setq org-src-fontify-natively t) (setq org-support-shift-select t) (setq org-src-fontify-natively t) On Mar 13, 2013, at 3:16 PM, Bastien wrote: > Hi Erich, > > Neuwirth Erich writes: > >> How can I make things work again? > > Provided you installed Org correctly, restarting Emacs > will do. > > -- > Bastien