emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* wrong type argument with latest org and latest emacs
@ 2022-07-05 10:46 Colin Baxter
  2022-07-05 13:04 ` Ihor Radchenko
  0 siblings, 1 reply; 9+ messages in thread
From: Colin Baxter @ 2022-07-05 10:46 UTC (permalink / raw)
  To: emacs-orgmode; +Cc: emacs-devel


I'm sending this to emacs.orgmode and emacs.devel lists.

With the latest emacs:

(1) emacs -q <RET>
(2) M-x org-version <RET>
    --> Org mode version 9.5.4 (release_9.5.4-3-g6dc785
(4) C-x C-c --> emacs closes with no messages

(5) Repeat (1)
(6) In scratch buffer load latest org-mode by eval
   (add-to-list 'load-path (expand-file-name "/path/to/git/org-mode/lisp"))
(7) M-x org-version <RET>
    --> Org mode version 9.5.4 (release_9.5.4-608-g080462
(8) C-x C-c --> emacs closes with error message
    --> Wrong type argument: stringp, (wrong-type-argument stringp nil)

Debugging further reveals:

Debugger entered--Lisp error: (wrong-type-argument stringp (wrong-type-argument stringp nil))
  format-message((wrong-type-argument stringp nil))
  apply(format-message (wrong-type-argument stringp nil))
  error((wrong-type-argument stringp nil))
  #f(compiled-function (fun) #<bytecode -0x1724f6e>)(org-babel-remove-temporary-stable-directory)
  run-hook-wrapped(#f(compiled-function (fun) #<bytecode -0x1724f6e>) org-babel-remove-temporary-stable-directory)
  run-hook-query-error-with-timeout(kill-emacs-hook)
  kill-emacs(nil nil)
  save-buffers-kill-emacs(nil)
  save-buffers-kill-terminal(nil)
  funcall-interactively(save-buffers-kill-terminal nil)
  call-interactively(save-buffers-kill-terminal nil nil)
  command-execute(save-buffers-kill-terminal)


Best wishes,



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

end of thread, other threads:[~2022-07-07 17:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-05 10:46 wrong type argument with latest org and latest emacs Colin Baxter
2022-07-05 13:04 ` Ihor Radchenko
2022-07-05 17:51   ` Colin Baxter
2022-07-05 19:24     ` Colin Baxter
2022-07-07  9:20       ` wrong type argument with latest org and [not] " Alain.Cochard
2022-07-07 12:22         ` Colin Baxter
2022-07-07 12:41           ` Alain.Cochard
2022-07-07 17:07             ` Colin Baxter
2022-07-07  9:30     ` wrong type argument with latest org and " Ihor Radchenko

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