emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Sharon Kimble <boudiccas@skimble.plus.com>
To: emacs-orgmode@gnu.org
Subject: Bug: [8.2.10 (8.2.10-1-g8b63dc-elpa @ /home/boudiccas/.emacs.d/elpa/org-20141027/)]
Date: Tue, 28 Oct 2014 13:33:21 +0000	[thread overview]
Message-ID: <87ppdcpbdq.fsf@skimble.plus.com> (raw)


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

             reply	other threads:[~2014-10-28 13:33 UTC|newest]

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

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=87ppdcpbdq.fsf@skimble.plus.com \
    --to=boudiccas@skimble.plus.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).