emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: org-columns-compile-format [8.2.10 (release_8.2.10-1-g8b63dc @ /home/boudiccas/git/org-mode/lisp/)]
@ 2014-10-27  6:56 Sharon Kimble
  2014-10-28 17:47 ` Aaron Ecay
  0 siblings, 1 reply; 3+ messages in thread
From: Sharon Kimble @ 2014-10-27  6:56 UTC (permalink / raw)
  To: emacs-orgmode

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

I'm including a back-trace that I got yesterday -

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

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

* Re: Bug: org-columns-compile-format [8.2.10 (release_8.2.10-1-g8b63dc @ /home/boudiccas/git/org-mode/lisp/)]
  2014-10-27  6:56 Bug: org-columns-compile-format [8.2.10 (release_8.2.10-1-g8b63dc @ /home/boudiccas/git/org-mode/lisp/)] Sharon Kimble
@ 2014-10-28 17:47 ` Aaron Ecay
  2014-10-28 18:24   ` Sharon Kimble
  0 siblings, 1 reply; 3+ messages in thread
From: Aaron Ecay @ 2014-10-28 17:47 UTC (permalink / raw)
  To: Sharon Kimble, emacs-orgmode

Hi Sharon,

2014ko urriak 27an, Sharon Kimble-ek idatzi zuen:

[...]

>  org-mode-hook '(org-drill-add-cloze-fontification org2blog/wp-mode (lambda nil (org-columns 1)) (lambda nil (abbrev-mode 1))

The above (org-columns 1) form is your problem.  Have you added this to
org-mode-hook your emacs/org configuration files somewhere?  If so, you
should take it out.  Org-columns is not a minor mode, and the argument
to that function should not be a number.

-- 
Aaron Ecay

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

* Re: Bug: org-columns-compile-format [8.2.10 (release_8.2.10-1-g8b63dc @ /home/boudiccas/git/org-mode/lisp/)]
  2014-10-28 17:47 ` Aaron Ecay
@ 2014-10-28 18:24   ` Sharon Kimble
  0 siblings, 0 replies; 3+ messages in thread
From: Sharon Kimble @ 2014-10-28 18:24 UTC (permalink / raw)
  To: emacs-orgmode

Aaron Ecay <aaronecay@gmail.com> writes:

> Hi Sharon,
>
> 2014ko urriak 27an, Sharon Kimble-ek idatzi zuen:
>
> [...]
>
>>  org-mode-hook '(org-drill-add-cloze-fontification org2blog/wp-mode (lambda nil (org-columns 1)) (lambda nil (abbrev-mode 1))
>
> The above (org-columns 1) form is your problem.  Have you added this to
> org-mode-hook your emacs/org configuration files somewhere?  If so, you
> should take it out.  Org-columns is not a minor mode, and the argument
> to that function should not be a number.

Aaron.

Thanks for this, that was the problem entirely and solves it. Everything
is now working back as normal, and I'm now able to use gnus properly.
Thank you very much :)

Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
my git repo = https://bitbucket.org/boudiccas/dots
TGmeds = http://www.tgmeds.org.uk
Debian testing, fluxbox 1.3.5, emacs 24.4.1.0

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

end of thread, other threads:[~2014-10-28 18:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-27  6:56 Bug: org-columns-compile-format [8.2.10 (release_8.2.10-1-g8b63dc @ /home/boudiccas/git/org-mode/lisp/)] Sharon Kimble
2014-10-28 17:47 ` Aaron Ecay
2014-10-28 18:24   ` Sharon Kimble

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