* Help with error due to (require 'ox-beamer)?
@ 2013-04-03 16:09 John Hendy
2013-04-03 18:10 ` Suvayu Ali
0 siblings, 1 reply; 3+ messages in thread
From: John Hendy @ 2013-04-03 16:09 UTC (permalink / raw)
To: emacs-orgmode
Just pulled and with emacs -Q and then a minimal config loaded (just
setting org dirs), I've traced the problem down to =(require
'ox-beamer)=.
Min config:
;; set load dirs and global config options
(add-to-list 'load-path "~/.emacs.d/org.git/lisp")
(add-to-list 'load-path "~/.emacs.d/org.git/contrib/lisp")
(add-to-list 'load-path "~/.emacs.d/ess-12.04/lisp")
(add-to-list 'load-path "~/.emacs.d/site-lisp")
;; exporters
(require 'ox-beamer)
I get this error:
Problems while trying to load export back-end `icalendar'
org-export-barf-if-invalid-backend: Unknown "(quote latex)" back-end:
Aborting export
Not sure why it's trying to load icalendar?
This in Windows 7, git pull, and then make per the Worg instructions:
emacs -batch -Q -L lisp -l ../mk/org-fixup -f org-make-autoloads-compile
Thanks for any suggestions,
John
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Help with error due to (require 'ox-beamer)?
2013-04-03 16:09 Help with error due to (require 'ox-beamer)? John Hendy
@ 2013-04-03 18:10 ` Suvayu Ali
2013-04-03 20:56 ` John Hendy
0 siblings, 1 reply; 3+ messages in thread
From: Suvayu Ali @ 2013-04-03 18:10 UTC (permalink / raw)
To: emacs-orgmode
On Wed, Apr 03, 2013 at 11:09:49AM -0500, John Hendy wrote:
> Just pulled and with emacs -Q and then a minimal config loaded (just
> setting org dirs), I've traced the problem down to =(require
> 'ox-beamer)=.
>
> Min config:
>
> ;; set load dirs and global config options
> (add-to-list 'load-path "~/.emacs.d/org.git/lisp")
> (add-to-list 'load-path "~/.emacs.d/org.git/contrib/lisp")
> (add-to-list 'load-path "~/.emacs.d/ess-12.04/lisp")
> (add-to-list 'load-path "~/.emacs.d/site-lisp")
>
> ;; exporters
> (require 'ox-beamer)
>
> I get this error:
>
> Problems while trying to load export back-end `icalendar'
> org-export-barf-if-invalid-backend: Unknown "(quote latex)" back-end:
> Aborting export
I just pulled and checked; I can export to beamer without problems.
--
Suvayu
Open source is the future. It sets us free.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Help with error due to (require 'ox-beamer)?
2013-04-03 18:10 ` Suvayu Ali
@ 2013-04-03 20:56 ` John Hendy
0 siblings, 0 replies; 3+ messages in thread
From: John Hendy @ 2013-04-03 20:56 UTC (permalink / raw)
To: Suvayu Ali; +Cc: emacs-orgmode
On Wed, Apr 3, 2013 at 1:10 PM, Suvayu Ali <fatkasuvayu+linux@gmail.com> wrote:
> On Wed, Apr 03, 2013 at 11:09:49AM -0500, John Hendy wrote:
>> Just pulled and with emacs -Q and then a minimal config loaded (just
>> setting org dirs), I've traced the problem down to =(require
>> 'ox-beamer)=.
>>
>> Min config:
>>
>> ;; set load dirs and global config options
>> (add-to-list 'load-path "~/.emacs.d/org.git/lisp")
>> (add-to-list 'load-path "~/.emacs.d/org.git/contrib/lisp")
>> (add-to-list 'load-path "~/.emacs.d/ess-12.04/lisp")
>> (add-to-list 'load-path "~/.emacs.d/site-lisp")
>>
>> ;; exporters
>> (require 'ox-beamer)
>>
>> I get this error:
>>
>> Problems while trying to load export back-end `icalendar'
>> org-export-barf-if-invalid-backend: Unknown "(quote latex)" back-end:
>> Aborting export
>
> I just pulled and checked; I can export to beamer without problems.
>
Not sure what the problem was. Wiped org.git, repulled, and re-made
and it's working. May have been an issue when I was trying to go
through the steps of setting org-version manually per Worg's
instructions for Windows so I don't get the !NA Fixup error on M-x
org-version.
All's well now.
John
> --
> Suvayu
>
> Open source is the future. It sets us free.
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-04-03 20:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-03 16:09 Help with error due to (require 'ox-beamer)? John Hendy
2013-04-03 18:10 ` Suvayu Ali
2013-04-03 20:56 ` John Hendy
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).