Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. ------------------------------------------------------------------------ Hello In the environment below I obtain an error, which I attach, when I try to execute (org-export-as-latex nil) Uwe Brauer Emacs : XEmacs 21.4 (patch 21) "Educational Television" [Lucid] (i486-linux-gnu, Mule) of Sat May 3 2008 on terranova Package: Org-mode version 6.34c current state: ============== (setq org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines org-optimize-window-after-visibility-change) outline-mode-hook '(hide-body) org-confirm-elisp-link-function 'yes-or-no-p org-tab-first-hook '(org-hide-block-toggle-maybe) org-after-todo-state-change-hook '(org-clock-out-if-current) org-mode-hook '(# my-org-keys) org-export-preprocess-before-normalizing-links-hook '(org-remove-file-link-modifiers) org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code) outline-minor-mode-hook '((lambda nil (local-set-key [(shift return)] (quote hide-body))) ) org-agenda-include-diary t org-agenda-before-write-hook '(org-agenda-add-entry-text) org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc org-beamer-auto-fragile-frames org-beamer-place-default-actions-for-lists) org-src-mode-hook '(org-src-mode-configure-edit-buffer) org-export-latex-format-toc-function 'org-export-latex-format-toc-default org-confirm-shell-link-function 'yes-or-no-p org-export-preprocess-hook '((lambda nil (org-set-local (quote org-complex-heading-regexp) "^\\(\\*+\\)[ ]+\\(?:\\(TODO\\|DONE\\)\\>\\)?\\(?:[ ]*\\(\\[#.\\]\\)\\)?[ ]*\\(.*?\\)\\(?:[ ]+\\(:[[:alnum:]_@:]+:\\)\\)?[ ]*$") ) org-export-blocks-preprocess) org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars) org-export-first-hook '(org-beamer-initialize-open-trackers) org-occur-hook '(org-first-headline-recenter) )