From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Bug: [8.2.10 (8.2.10-1-g8b63dc-elpa @ /home/boudiccas/.emacs.d/elpa/org-20141027/)] Date: Tue, 28 Oct 2014 14:43:20 -0400 Message-ID: <87lho0yr07.fsf@alphaville.bos.redhat.com> References: <87mw8gp1y8.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60516) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjBk8-0005tM-UX for emacs-orgmode@gnu.org; Tue, 28 Oct 2014 14:43:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjBk2-0001fa-Lt for emacs-orgmode@gnu.org; Tue, 28 Oct 2014 14:43:44 -0400 Received: from plane.gmane.org ([80.91.229.3]:43334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjBk2-0001fR-Fk for emacs-orgmode@gnu.org; Tue, 28 Oct 2014 14:43:38 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XjBjx-0001yn-Uh for emacs-orgmode@gnu.org; Tue, 28 Oct 2014 19:43:33 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Oct 2014 19:43:33 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Oct 2014 19:43:33 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Sharon Kimble writes: > It is not a gnus-problem alone as I also get the error report when > opening some org-mode pages. > > "For the last couple of days I have been unable to send any emails through > gnus, or any followups to a newsgroup, because the buffer which should contain > the headers of the message and my signature have been completely blank and > empty, with just "Wrong type argument: stringp, 1" showing in the mini-buffer. > On several of my org-mode files, when opening them I get this error message > showing in the mini-buffer - "org-columns-compile-format: Wrong type argument: > stringp, 1"." > > --8<---------------cut here---------------start------------->8--- > Debugger entered--Lisp error: (wrong-type-argument stringp 1) > string-match("%\\([0-9]+\\)?\\([[:alnum:]_-]+\\)\\(?:(\\([^)]+\\))\\)?\\(?:{\\([^}]+\\)}\\)?\\s-*" 1 0) > org-columns-compile-format(1) > org-columns-get-format(1) > org-columns(1) > (lambda nil (org-columns 1))() > run-hooks(change-major-mode-after-body-hook text-mode-hook outline-mode-hook org-mode-hook) > apply(run-hooks (change-major-mode-after-body-hook text-mode-hook outline-mode-hook org-mode-hook)) > run-mode-hooks(org-mode-hook) > org-mode() > set-auto-mode-0(org-mode nil) > #[0 "\302\242\237\211\205. Well, org-columns takes an optional string as argument, not an integer, so whoever does (org-columns 1) is wrong, presumably one of the functions in your org-mode-hook. Nick