emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Omid <omidlink@gmail.com>
To: emacs-org <emacs-orgmode@gnu.org>
Subject: M-x org-publish in 8.3.1 results in error "org-check-agenda-file: Wrong type argument: stringp, nil"
Date: Sat, 15 Aug 2015 02:51:22 -0400	[thread overview]
Message-ID: <55CEE16A.3070309@gmail.com> (raw)

Hello,

In Emacs 24.5.1, after updating to the latest Org mode in ELPA
(8.3.1-16-gf6aa53-elpa), org-publish results in the error

"org-check-agenda-file: Wrong type argument: stringp, nil"

on a project that used to publish without errors using the latest Org 8.2.

Here is the part of a backtrace of the error (using M-x
toggle-debug-on-error) that I believe is relevant

Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  file-exists-p(nil)
  org-check-agenda-file(nil)
  byte-code("")
[file pos org-agenda-ignore-properties org-todo-keywords-for-agenda
org-todo-keywords-1 org-done-keywords-for-agenda bufferp
org-check-agenda-file org-get-agenda-file-buffer
org-set-regexps-and-options tags-only category
org-refresh-category-properties stats org-refresh-stats-properties
effort org-refresh-effort-properties appt org-refresh-properties
"APPT_WARNTIME" org-appt-warntime append copy-sequence delete-dups
org-uniquify-alist buffer-modified-p t nil ((byte-code " [modified
restore-buffer-modified-p nil] 2)) remove-text-properties
re-search-forward org-at-heading-p add-text-properties point-at-bol
org-end-of-subtree format "^\\* .*\\<%s\\>" match-data ((byte-code ""
[save-match-data-internal set-match-data evaporate] 3))
org-in-commented-heading-p 0 org-done-keywords
org-todo-keyword-alist-for-agenda org-todo-key-alist
org-tag-alist-for-agenda org-tag-alist org-tag-persistent-alist list res
org-group-tags ...] 5)
  org-agenda-prepare-buffers((nil))
  org-map-entries(#[nil "\300\301 !\207" [org-reduced-level
org-current-level] 2])
    call-interactively(org-publish record nil)
  command-execute(org-publish record)
  execute-extended-command(nil "org-publish")


I had to remove the arguments of byte-code() because they contained
special characters that couldn't be pasted in email.

Searching for this error, the only instance I could find was at

https://lists.gnu.org/archive/html/emacs-orgmode/2014-11/msg00343.html

reporting a the same error message, but the solution suggested there
is already implemented in 8.3 as a fix and is not applicable in this
case.

The relevant part of org.el is


(defun org-check-agenda-file (file)
  "Make sure FILE exists.  If not, ask user what to do."
  (when (not (file-exists-p file))
    (message "Non-existent agenda file %s.  [R]emove from list or [A]bort?"
	     (abbreviate-file-name file))
    (let ((r (downcase (read-char-exclusive))))
      (cond
       ((equal r ?r)
	(org-remove-file file)
	(throw 'nextfile t))
       (t (user-error "Abort"))))))


How can I solve this problem?

Thanks,

Omid

             reply	other threads:[~2015-08-15  6:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-15  6:51 Omid [this message]
2015-08-15  7:28 ` M-x org-publish in 8.3.1 results in error "org-check-agenda-file: Wrong type argument: stringp, nil" Kyle Meyer
2015-08-15 21:37   ` Omid
2015-08-16  6:52     ` Kyle Meyer
2015-08-18 16:38     ` Bastien
2015-08-19  9:52       ` Sebastien Vauban

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=55CEE16A.3070309@gmail.com \
    --to=omidlink@gmail.com \
    --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).