|
From: Uwe Brauer <oub <at> mat.ucm.es>
Subject: Bug: void-function time-to-seconds, gnus-git [7.01trans] Newsgroups: gmane.emacs.orgmode Date: 2010-11-24 15:03:32 GMT (1 year, 25 weeks, 4 days, 16 hours and 36 minutes ago)
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 this is bizarre problem. I use 6.36c with Xemacs21.4
and 7.01h with 21.5.18. However when I upgraded from nognus
0.11 to the latest gnus-git version, the org-export function
does not work any more, I attach the error message.
I can "solve" the problem by adding
(load-library "time-date.el")
But I presume this is not the right way to do things.
Uwe Brauer
Debugger entered--Lisp error: (void-function time-to-seconds)
time-to-seconds((19693 10334 26285))
org-float-time()
(defvar org-agenda-last-marker-time (org-float-time)
("/home/oub/xemacs/site-lisp/packages/org-6.36c/lisp/org-agenda.elc" . 101447))
load-internal("org-agenda" nil t nil binary)
load("org-agenda" nil t nil)
si:require(org-agenda nil)
require(org-agenda)
byte-code("..." [require org org-macs org-agenda org-exp-blocks org-src] 2)
load-internal("org-exp" nil nil nil binary)
load("org-exp" nil nil nil)
apply(load ("org-exp" nil nil nil))
dired-handler-fn(load "org-exp" nil nil nil)
load("org-exp" nil nil nil)
Emacs : XEmacs 21.5 (beta29) "garbanzo" [Lucid] (i686-pc-linux, Mule) of Tue Nov 2 2010 on gilgamesch.quim.ucm.es Package: Org-mode version 7.01trans current state: ============== (setq org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) org-metaup-hook '(org-babel-load-in-session-maybe) org-export-preprocess-after-include-files-hook '(org-export-blocks-preprocess) outline-mode-hook '(hide-body) org-after-todo-state-change-hook '(org-clock-out-if-current) org-metadown-hook '(org-babel-pop-to-session-maybe) org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe) org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-agenda-include-diary t outline-minor-mode-hook '((lambda nil (local-set-key [(shift return)] (quote hide-body))) ) org-babel-pre-tangle-hook '(save-buffer) org-mode-hook '(#<compiled-function nil "...(7)" [org-add-hook change-major-mode-hook org-show-block-all append local] 5> #<compiled-function nil "...(7)" [org-add-hook change-major-mode-hook org-babel-show-result-all append local] 5> org-babel-result-hide-spec org-babel-hide-all-hashes my-org-keys turn-on-flyspell iso-accents-mode turn-on-auto-capitalize-mode) org-confirm-elisp-link-function 'yes-or-no-p org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook) org-export-blocks-postblock-hook '(org-exp-res/src-name-cleanup) org-export-interblocks '((lob org-babel-exp-lob-one-liners) (src org-babel-exp-inline-src-blocks)) org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars) org-export-latex-format-toc-function 'org-export-latex-format-toc-default org-export-preprocess-before-normalizing-links-hook '(org-remove-file-link-modifiers) org-confirm-shell-link-function 'yes-or-no-p org-table-default-size "3x3" org-export-first-hook '(org-beamer-initialize-open-trackers) org-tab-first-hook '(org-hide-block-toggle-maybe org-src-native-tab-command-maybe org-babel-hide-result-toggle-maybe) org-export-blocks '((src org-babel-exp-src-blocks nil) (comment org-export-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa nil) (dot org-export-blocks-format-dot nil)) org-occur-hook '(org-first-headline-recenter) 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) outline-regexp ";;; \\|(...." outline-heading-end-regexp "[\n]" ) _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode <at> gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode |
|