From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sharon Kimble 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 Message-ID: <87ppdcpbdq.fsf@skimble.plus.com> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj6u1-0002gG-8r for emacs-orgmode@gnu.org; Tue, 28 Oct 2014 09:33:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xj6tt-00007t-I8 for emacs-orgmode@gnu.org; Tue, 28 Oct 2014 09:33:37 -0400 Received: from avasout01.plus.net ([84.93.230.227]:39922) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xj6tt-00006t-6p for emacs-orgmode@gnu.org; Tue, 28 Oct 2014 09:33:29 -0400 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 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\306 >\203