emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Uwe Brauer <oub@mat.ucm.es>
To: emacs-orgmode@gnu.org
Subject: org-8.0.3+Xemacs 21.5.32: still problems
Date: Thu, 13 Jun 2013 12:51:28 +0200	[thread overview]
Message-ID: <87mwqugu6n.fsf@gilgamesch.quim.ucm.es> (raw)

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

             reply	other threads:[~2013-06-13 10:51 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-13 10:51 Uwe Brauer [this message]
2013-06-13 15:52 ` org-8.0.3+Xemacs 21.5.32: still problems 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mwqugu6n.fsf@gilgamesch.quim.ucm.es \
    --to=oub@mat.ucm.es \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).