emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Re: Bug: [8.2.10 (8.2.10-1-g8b63dc-elpa @ /home/boudiccas/.emacs.d/elpa/org-20141027/)]
@ 2014-10-28 16:57 Sharon Kimble
  2014-10-28 18:43 ` Nick Dokos
  0 siblings, 1 reply; 4+ messages in thread
From: Sharon Kimble @ 2014-10-28 16:57 UTC (permalink / raw)
  To: Nick Dokos, emacs-orgmode

>> Sharon Kimble <boudiccas@skimble.plus.com> writes:

>> Thinking that the problem  was in corruption in my git download, I
>> downloaded a fresh git setup, but the problem still remains. So
>> I've installed org-mode from ELPA, but the problem still remains. I
>> am still unable to send emails through gnus, and the error report is
>> still occurring in many places whilst in daily usage.

> There are a few problems with your bug report[fn:1].

> First, you don't describe the problem or the error at all (maybe you did
> in some earlier post, but please don't assume that anybody is going to
> go back and search the list in order to divine your meaning).  I, for
> one, have no idea what problem and error report you are talking about,
> partially because I'm not keeping up with the mailing list, partially
> because I'm getting old and decrepit and my memory ain't what it used to
> be.

> But in addition, why do you think this is an org-mode problem? Surely, gnus is
> the more likely culprit, no?

> Nick

> Footnotes:

> [fn:1] The orgmode site has some pointers to useful guides: Simon
> Tatham's "How to Send Bug Reports Effectively" and Eric Raymond's
> and Rick Moen's "How to Ask Questions the Smart Way". The former
> is in the "How to contribute to Org" page; the latter is on the
> front page.

Thanks Nick for your reply. This ties in with my bug report of
2014-10-27 06:56 Bug: org-columns-compile-format [8.2.10
(release_8.2.10-1-g8b63dc @ /home/boudiccas/git/org-mode/lisp/)]
which showed the back-trace of the problem. That back-trace is still
valid for this new bug report, as the problem still remains.

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.

^ permalink raw reply	[flat|nested] 4+ messages in thread
* Bug: [8.2.10 (8.2.10-1-g8b63dc-elpa @ /home/boudiccas/.emacs.d/elpa/org-20141027/)]
@ 2014-10-28 13:33 Sharon Kimble
  2014-10-28 15:11 ` Nick Dokos
  0 siblings, 1 reply; 4+ messages in thread
From: Sharon Kimble @ 2014-10-28 13:33 UTC (permalink / raw)
  To: emacs-orgmode


Thinking that the problem  was in corruption in my git download, I
downloaded a fresh git setup, but the problem still remains. So
I've installed org-mode from ELPA, but the problem still remains. I
am still unable to send emails through gnus, and the error report is
still occurring in many places whilst in daily usage. 

Sharon.

Emacs  : GNU Emacs 24.4.1 (i686-pc-linux-gnu, GTK+ Version 3.14.3)
 of 2014-10-25 on london
Package: Org-mode version 8.2.10 (8.2.10-1-g8b63dc-elpa @ /home/boudiccas/.emacs.d/elpa/org-20141027/)

current state:
==============
(setq
 org-latex-create-formula-image-program 'imagemagick
 org-footnote-section "References"
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe)
 org-latex-format-headline-function 'org-latex-format-headline-default-function
 org-remember-mode-hook '((lambda nil
						   (define-key org-remember-mode-map (kbd "C-c
 C-c")
							(quote
							 (lambda nil (interactive)
							  (let ((remember-frame-p (string=
													   (frame-parameter nil (quote name)) "~/.emacs.d/org/remember.org")))
							   (when remember-frame-p
								(make-frame-invisible)) (org-remember-finalize)
							   (when remember-frame-p (delete-frame)))
							  )
							 )
							)
						   )
						  )
 org-src-fontify-natively t
 org-html-format-inlinetask-function 'ignore
 org-agenda-todo-ignore-scheduled 'future
 org-goto-interface 'outline-path-completion
 outline-minor-mode-hook '(outshine-hook-function)
 org-agenda-skip-scheduled-if-done t
 org-clock-persist 'history
 org-goto-max-level 10
 org-tab-first-hook '(org-hide-block-toggle-maybe
					  org-src-native-tab-command-maybe org-babel-hide-result-toggle-maybe
					  org-babel-header-arg-expand)
 org-imenu-depth 6
 org-modules '(org-bbdb org-archive org-contacts org-gnus org-drill
			   org-info org-habit org-mouse org-annotate-file org-eval org-expiry
			   org-interactive-query org-man org-panel org-toc)
 org-agenda-use-time-grid nil
 org-cycle-hook '(org-cycle-hide-archived-subtrees
 org-cycle-hide-drawers org-cycle-hide-inline-tasks
				  org-cycle-show-empty-lines
				  org-optimize-window-after-visibility-change)
 org-agenda-custom-commands '(("t" todo "TODO" nil) ("n" todo "NEXT"
													 nil) ("s" todo "SCHEDULED" nil) ("i" todo "IN-PROGRESS" nil)
							  ("p" todo "PHONE" nil) ("e" todo "EMAIL"
													  nil) ("w" todo "WAITING" nil) ("d" todo "DONE" nil)
							  ("c" todo "CANCELLED" nil) ("o" todo "SOMEDAY" nil))
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook)
 org-ascii-format-inlinetask-function 'org-ascii-format-inlinetask-default
 org-fontify-done-headline t
 org-babel-pre-tangle-hook '(save-buffer)
 org-return-follows-link t
 org-occur-hook '(org-first-headline-recenter)
 org-font-lock-hook '(org-inlinetask-fontify)
 org-html-format-headline-function 'ignore
 org-log-done 'note
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-confirm-elisp-link-function 'yes-or-no-p
 org-capture-templates '(("t" "todo" entry (file (concat org-directory
												  "~/.emacs.d/org/organiser.org")) "* TODO %?\n%U\n%a\n" :clock-in t
						  :clock-resume t)
						 ("n" "note" entry (file (concat org-directory
												  "~/.emacs.d/org/organiser.org")) "* %? :NOTE:\n%U\n%a\n" :clock-in t
						  :clock-resume t)
						 ("j" "Journal" entry (file+datetree (concat
															  org-directory "~/.emacs.d/org/diary.org")) "* %?\n%U\n" :clock-in t
						  :clock-resume t)
						 ("p" "pomodoro, checklist" checkitem (file
															   (\, pomodoro)) checkitem
						  (file+headline (\, pomodoro) (\,
														(print-date-N-days-from-current 0))) "")
						 )
 org-log-into-drawer 'logbook
 org-tag-faces '(("PROJ" :background "indianred3" :foreground "cornsilk2" :weight bold))
 org-default-notes-file "~/.emacs.d/org/capture.org"
 org-latex-classes '(("scrlttr"
					  "\\documentclass[11pt]{scrlttr2}\n\n
 \\usepackage[utf8]{inputenc}\n\n      \\usepackage[T1]{fontenc}\n\n
 \\usepackage{xcolor}"
					  ("\\section{%s}" . "\\section*{%s}")
					  ("\\subsection{%s}" . "\\subsection*{%s}")
					  ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
					  ("\\paragraph{%s}" . "\\paragraph*{%s}")
					  ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
					 ("koma-article" "\\documentclass{scrartcl}"
					  ("\\section{%s}" . "\\section*{%s}")
					  ("\\subsection{%s}" . "\\subsection*{%s}")
					  ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
					  ("\\paragraph{%s}" . "\\paragraph*{%s}")
					  ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
					 ("article" "\\documentclass[11pt]{article}"
					  ("\\section{%s}" . "\\section*{%s}")
					  ("\\subsection{%s}" . "\\subsection*{%s}")
					  ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
					  ("\\paragraph{%s}" . "\\paragraph*{%s}")
					  ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
					 ("report" "\\documentclass[11pt]{report}"
					  ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}")
					  ("\\section{%s}" . "\\section*{%s}")
					  ("\\subsection{%s}" . "\\subsection*{%s}")
					  ("\\subsubsection{%s}" .
					   "\\subsubsection*{%s}"))
					 ("book" "\\documentclass[11pt]{book}"
					  ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}")
					  ("\\section{%s}" . "\\section*{%s}")
					  ("\\subsection{%s}" . "\\subsection*{%s}")
					  ("\\subsubsection{%s}" .
					   "\\subsubsection*{%s}"))
					 )
 org-latex-format-drawer-function '(lambda (name contents) contents)
 org-checklist-export-function 'org-export-as-ascii
 org-agenda-span 21
 org-agenda-todo-ignore-deadlines 'near
 org-outline-path-complete-in-steps nil
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 org-remember-templates '(("Clipboard" 99 "* %T %^{Description}\n %x"
						   "~/.emacs.d/org/remember.org" "Interesting" nil)
						  ("ToDo" 116 "* TODO %T %^{Summary}" "~/.emacs.d/org/remember.org" "Todo" nil))
 org-support-shift-select t
 org-use-speed-commands t
 org-agenda-include-diary t
 org-agenda-skip-deadline-if-done t
 org-mode-hook '(org2blog/wp-mode (lambda nil (org-columns 1)) (lambda
																nil (abbrev-mode 1))
				 (lambda nil
				  (setq org-file-apps
				   (quote ((auto-mode . emacs) ("\\.mm\\'" . default)
						   ("\\.x?html?\\'" . default) ("\\.pdf\\'" . "evince %s"))))
				  )
				 #[nil
				   "\305\x10\306
 >\203\x14

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-28 16:57 Bug: [8.2.10 (8.2.10-1-g8b63dc-elpa @ /home/boudiccas/.emacs.d/elpa/org-20141027/)] Sharon Kimble
2014-10-28 18:43 ` Nick Dokos
  -- strict thread matches above, loose matches on Subject: below --
2014-10-28 13:33 Sharon Kimble
2014-10-28 15:11 ` Nick Dokos

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