emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-8.0.3+Xemacs 21.5.32: still problems
@ 2013-06-13 10:51 Uwe Brauer
  2013-06-13 15:52 ` Eric S Fraga
  0 siblings, 1 reply; 11+ messages in thread
From: Uwe Brauer @ 2013-06-13 10:51 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 549 bytes --]

Hello

Thanks to Achim's change in org-compat, I could compile and load the new
orgmode, without the complain about the obsolete function stuff.

However there are still serious problems:

    -  7.8.X had a file called org-exp.el. This file is now gone. What is
       it substitute???

    -  when trying to use gnus, some errors popped up, I attach the bug trace.

    -  when I try to open a org file or to fire up my favourite 
       org-preview-latex-fragment function another error pops up. Bug
       trace attached.

Thanks 

Uwe Brauer 


[-- Attachment #2: org-bug-8.03-3 --]
[-- Type: application/octet-stream, Size: 2362 bytes --]

Debugger entered--Lisp error: (void-function face-at-point)
  face-at-point()
  org-format-latex("ltxpng/neu" "/home/oub/" overlays "Creating images for buffer...%s" nil forbuffer dvipng)
  org-preview-latex-fragment(nil)
  call-interactively(org-preview-latex-fragment)
  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 (invalid-state "Autoloading failed to define function" nndraft-request-list))
  nndraft-request-list("")
  gnus-request-list((nndraft ""))
  gnus-read-active-file-1((nndraft "") nil)
  gnus-read-active-for-groups((nndraft "") (("nndraft:drafts" 3 (... ... ... 64 ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... 298 ... 303 ... ... ... ... ... ... 339 ... ... ... ... ... ... ... ... 403 405 ... ... 416 ... ... ... 439 ... ... 458 460 ...) nil (nndraft "") (... ...)) ("nndraft:queue" 3 nil nil (nndraft "") (...))) nil)
  gnus-get-unread-articles(nil nil)
  gnus-setup-news(nil nil nil)
  byte-code("..." [gnus-slave gnus-current-startup-file gnus-startup-file did-connect level dont-connect gnus-group-quit gnus-run-hooks gnus-startup-hook gnus-make-newsrc-file gnus-dribble-read-file gnus-setup-news nil gnus-setup-news-hook gnus-request-create-group "queue" (nndraft "") gnus-start-draft-setup gnus-group-list-groups gnus-group-first-unread-group gnus-configure-windows group gnus-group-set-mode-line gnus-started-hook gnus-use-dribble-file gnus-agent] 4)
  gnus-1(nil nil nil)
  gnus()
  gnus-unplugged()
  (progn (setq gnus-agent t) (gnus-unplugged) (gnus nil))
  (if (gnus-alive-p) nil (progn (setq gnus-agent t) (gnus-unplugged) (gnus nil)))
  (unless (gnus-alive-p) (progn (setq gnus-agent t) (gnus-unplugged) (gnus nil)))
  my-check-gnus-start()
  (lambda nil "Start composing a message.  Post to the current group by default.\nIf ARG, don't do that.  If ARG is 1, prompt for a group name to post to.\nDepending on the selected group, the message might be either a mail or\na news." (interactive) (my-check-gnus-start) (let (...) (gnus-post-news ... gnus-newsgroup-name)))()
  call-interactively(my-gnus-summary-post-news)

[-- Attachment #3: org-bug-8.03-2 --]
[-- Type: application/octet-stream, Size: 1778 bytes --]

Debugger entered--Lisp error: (invalid-state "Autoloading failed to define function" nndraft-request-list)
  nndraft-request-list("")
  gnus-request-list((nndraft ""))
  gnus-read-active-file-1((nndraft "") nil)
  gnus-read-active-for-groups((nndraft "") (("nndraft:drafts" 3 (... ... ... 64 ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... 298 ... 303 ... ... ... ... ... ... 339 ... ... ... ... ... ... ... ... 403 405 ... ... 416 ... ... ... 439 ... ... 458 460 ...) nil (nndraft "") (... ...)) ("nndraft:queue" 3 nil nil (nndraft "") (...))) nil)
  gnus-get-unread-articles(nil nil)
  gnus-setup-news(nil nil nil)
  byte-code("..." [gnus-slave gnus-current-startup-file gnus-startup-file did-connect level dont-connect gnus-group-quit gnus-run-hooks gnus-startup-hook gnus-make-newsrc-file gnus-dribble-read-file gnus-setup-news nil gnus-setup-news-hook gnus-request-create-group "queue" (nndraft "") gnus-start-draft-setup gnus-group-list-groups gnus-group-first-unread-group gnus-configure-windows group gnus-group-set-mode-line gnus-started-hook gnus-use-dribble-file gnus-agent] 4)
  gnus-1(nil nil nil)
  gnus()
  gnus-unplugged()
  (progn (setq gnus-agent t) (gnus-unplugged) (gnus nil))
  (if (gnus-alive-p) nil (progn (setq gnus-agent t) (gnus-unplugged) (gnus nil)))
  (unless (gnus-alive-p) (progn (setq gnus-agent t) (gnus-unplugged) (gnus nil)))
  my-check-gnus-start()
  (lambda nil "Start composing a message.  Post to the current group by default.\nIf ARG, don't do that.  If ARG is 1, prompt for a group name to post to.\nDepending on the selected group, the message might be either a mail or\na news." (interactive) (my-check-gnus-start) (let (...) (gnus-post-news ... gnus-newsgroup-name)))()
  call-interactively(my-gnus-summary-post-news)

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-06-14  9:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-13 10:51 org-8.0.3+Xemacs 21.5.32: still problems Uwe Brauer
2013-06-13 15:52 ` Eric S Fraga
2013-06-13 16:35   ` Uwe Brauer
2013-06-13 18:13     ` Rasmus
2013-06-13 17:04   ` org-exp (was: org-8.0.3+Xemacs 21.5.32: still problems) Uwe Brauer
2013-06-13 17:35     ` org-exp Nick Dokos
2013-06-14  8:12       ` org-exp Uwe Brauer
2013-06-14  9:00         ` org-exp Rasmus
2013-06-14  9:10         ` org-exp Nick Dokos
2013-06-13 17:50     ` org-exp Achim Gratz
2013-06-14  8:11       ` org-exp Uwe Brauer

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).