From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug: org-export-latex fails: void function [6.34c] Date: Fri, 12 Mar 2010 17:29:54 +0100 Message-ID: References: <874oklkcui.fsf@mat.ucm.es> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nq7wL-0008Jg-SF for emacs-orgmode@gnu.org; Fri, 12 Mar 2010 11:42:21 -0500 Received: from [140.186.70.92] (port=44743 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nq7wK-00080M-6E for emacs-orgmode@gnu.org; Fri, 12 Mar 2010 11:42:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nq7kM-0000wv-Rz for emacs-orgmode@gnu.org; Fri, 12 Mar 2010 11:30:00 -0500 Received: from mail-ew0-f216.google.com ([209.85.219.216]:38455) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nq7kM-0000wn-Nl for emacs-orgmode@gnu.org; Fri, 12 Mar 2010 11:29:58 -0500 Received: by ewy8 with SMTP id 8so385134ewy.8 for ; Fri, 12 Mar 2010 08:29:57 -0800 (PST) In-Reply-To: <874oklkcui.fsf@mat.ucm.es> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Uwe Brauer Cc: emacs-orgmode@gnu.org Fixed, thanks. - Carsten On Mar 12, 2010, at 12:18 PM, Uwe Brauer wrote: > > 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 '(# [org-add-hook change-major-mode-hook org-show-block-all > append local] > 5> 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) > ) > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten