* Bug: org-export-latex fails: void function [6.34c]
@ 2010-03-12 11:18 Uwe Brauer
2010-03-12 16:29 ` Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: Uwe Brauer @ 2010-03-12 11:18 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 2368 bytes --]
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 '(#<compiled-function nil "...(7)"
[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)
)
[-- Attachment #2: org-exp-bug --]
[-- Type: application/octet-stream, Size: 858 bytes --]
Debugger entered--Lisp error: (void-function latexenc-coding-system-to-inputenc)
latexenc-coding-system-to-inputenc(#<coding_system raw-text-unix>)
org-export-latex-fix-inputenc()
org-export-as-latex(nil)
eval((org-export-as-latex nil))
edit-and-eval-command("Redo: " (set-variable (quote debug-on-error) t) (command-history . 1))
repeat-complex-command(1)
call-interactively(repeat-complex-command)
recursive-edit()
byte-code("..." [buffer-read-only noninteractive debugger-buffer middlestart debugger-args debugger-batch-max-lines pop-to-buffer debugger-mode debugger-setup-buffer count-lines 2 "...\n" message buffer-string kill-emacs debug backtrace-debug 3 t debugger-reenable "" nil recursive-edit standard-output] 3)
debug(error (wrong-type-argument natnump -1))
self-insert-command(-1)
call-interactively(self-insert-command)
[-- Attachment #3: Type: text/plain, Size: 201 bytes --]
_______________________________________________
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Bug: org-export-latex fails: void function [6.34c]
2010-03-12 11:18 Bug: org-export-latex fails: void function [6.34c] Uwe Brauer
@ 2010-03-12 16:29 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2010-03-12 16:29 UTC (permalink / raw)
To: Uwe Brauer; +Cc: emacs-orgmode
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 '(#<compiled-function nil "...(7)"
> [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)
> )
> <org-exp-bug>_______________________________________________
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-03-12 16:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-12 11:18 Bug: org-export-latex fails: void function [6.34c] Uwe Brauer
2010-03-12 16:29 ` Carsten Dominik
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).