emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Further problems with export


From: Neuwirth Erich
Subject: Re: [O] Further problems with export
Date: Wed, 13 Mar 2013 23:46:57 +0100

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 <address@hidden> wrote:

> Hi Erich,
> 
> Neuwirth Erich <address@hidden> writes:
> 
>> How can I make things work again?
> 
> Provided you installed Org correctly, restarting Emacs
> will do.
> 
> -- 
> Bastien




reply via email to

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