From mboxrd@z Thu Jan 1 00:00:00 1970 From: yagnesh raghava Subject: archive problem [7.7 (release_7.7.167.gfceb)] Date: Mon, 22 Aug 2011 15:47:20 +0900 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:37378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvOHq-0000aN-Ii for emacs-orgmode@gnu.org; Mon, 22 Aug 2011 02:47:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QvOHo-0008Ou-Nu for emacs-orgmode@gnu.org; Mon, 22 Aug 2011 02:47:06 -0400 Received: from blu0-omc1-s26.blu0.hotmail.com ([65.55.116.37]:2918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QvOHo-0008Oo-Kj for emacs-orgmode@gnu.org; Mon, 22 Aug 2011 02:47:04 -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 Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. ------------------------------------------------------------------------ when I do C-c C-x C-a to archive a entry in the agenda view i get the following back trace Debugger entered--Lisp error: (wrong-type-argument stringp nil) string-match("^/tmp_mnt/" nil) abbreviate-file-name(nil) org-archive-subtree() org-agenda-archive-with(org-archive-subtree) org-agenda-archive-default() call-interactively(org-agenda-archive-default nil nil) -- Yagnesh -------------------------------------------------------------------------- Emacs : GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.18.9) of 2011-08-22 on amur Package: Org-mode version 7.7 (release_7.7.167.gfceb) current state: ============== (setq org-agenda-tags-todo-honor-ignore-options t org-export-preprocess-before-selecting-backend-code-hook '(org-beamer-select-beamer-code) org-tab-first-hook '(yas/org-very-safe-expand org-hide-block-toggle-maybe org-src-native-tab-command-maybe org-babel-hide-result-toggle-maybe) org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook) org-agenda-diary-file "~/git/org/diary.org" org-agenda-skip-timestamp-if-done t org-occur-hook '(org-first-headline-recenter) org-metaup-hook '(org-babel-load-in-session-maybe) org-export-preprocess-before-normalizing-links-hook '(org-remove-file-link-modifiers) org-confirm-shell-link-function 'yes-or-no-p org-export-latex-emphasis-alist '(("*" "\\textbf{%s}" nil) ("/" "\\emph{%s}" nil) ("_" "\\underline{%s}" nil) ("+" "\\texttt{%s}" nil) ("=" "\\verb=%s=" nil) ("~" "\\verb~%s~" t) ("@" "\\alert{%s}" nil)) org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc org-beamer-auto-fragile-frames org-beamer-place-default-actions-for-lists) org-emphasis-alist '(("*" bold "" "") ("/" italic "" "") ("_" underline "" "") ("=" org-code "" "" verbatim) ("~" org-verbatim "" "" verbatim) ("+" (:strike-through t) "" "") ("@" org-warning "" "")) org-special-ctrl-a/e t org-agenda-todo-ignore-scheduled t org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars) org-agenda-skip-scheduled-if-done t org-agenda-custom-commands '(("w" "Works for weekend" tags "@night|@weekend!" ((org-agenda-overriding-header "weekend works"))) ("d" "At WORK" tags "@day!" ((org-agenda-overriding-header "at Work"))) ("n" "Evening" tags "@night!" ((org-agenda-overriding-header "Night time"))) ("r" "Refile New Notes and Tasks" tags "LEVEL=2+REFILE" ((org-agenda-overriding-header "Tasks to Refile"))) ("N" "Next" tags-todo "/!NEXT") ("A" "Tasks to be Archived" tags "LEVEL=2-REFILE/DONE|CANCELLED") ) org-default-notes-file "~/git/org/refile.org" org-todo-keyword-faces '(("TODO" :foreground "red" :weight bold) ("NEXT" :foreground "blue" :weight bold) ("DONE" :foreground "forest green" :weight bold) ("WAITING" :foreground "yellow" :weight bold) ("SOMEDAY" :foreground "goldenrod" :weight bold) ("CANCELLED" :foreground "orangered" :weight bold) ("OPEN" :foreground "magenta" :weight bold) ("CLOSED" :foreground "forest green" :weight bold)) org-agenda-include-diary t org-after-todo-state-change-hook '(org-clock-out-if-current) org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) org-agenda-before-write-hook '(org-agenda-add-entry-text) org-babel-pre-tangle-hook '(save-buffer) org-export-blocks-postblock-hook '(org-exp-res/src-name-cleanup) org-mode-hook '(#[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-show-block-all append local] 5] #[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-babel-show-result-all append local] 5] org-babel-result-hide-spec org-babel-hide-all-hashes (lambda nil (make-variable-buffer-local (quote yas/trigger-key)) (setq yas/trigger-key [tab]) (add-to-list (quote org-tab-first-hook) (quote yas/org-very-safe-expand)) (define-key yas/keymap [tab] (quote yas/next-field)) (flyspell-mode 1)) ) org-refile-targets '((org-agenda-files :maxlevel . 5) (nil :maxlevel . 5)) org-todo-state-tags-triggers '(("CANCELLED" ("CANCELLED" . t)) ("WAITING" ("WAITING" . t)) ("SOMEDAY" ("WAITING" . t)) (done ("WAITING")) ("TODO" ("WAITING") ("CANCELLED")) ("NEXT" ("WAITING")) ("DONE" ("WAITING") ("CANCELLED"))) org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe) org-refile-use-outline-path 'file org-directory "~/git/org/" org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers org-cycle-show-empty-lines org-optimize-window-after-visibility-change) org-export-latex-format-toc-function 'org-export-latex-format-toc-default org-export-blocks '((src org-babel-exp-src-block nil) (comment org-export-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa nil) (dot org-export-blocks-format-dot nil)) org-export-first-hook '(org-beamer-initialize-open-trackers) org-agenda-todo-ignore-with-date t org-export-interblocks '((lob org-babel-exp-lob-one-liners) (src org-babel-exp-inline-src-blocks)) org-refile-allow-creating-parent-nodes 'confirm org-blank-before-new-entry nil org-todo-keywords '((sequence "TODO(t)" "NEXT(n)" "|" "DONE(d!/!)") (sequence "WAITING(w@/!)" "SOMEDAY(s!)" "|" "CANCELLED(c@/!)")) org-agenda-ndays 10 org-fast-tag-selection-single-key 'expert org-deadline-warning-days 2 org-babel-tangle-lang-exts '(("perl" . "pl") ("emacs-lisp" . "el")) org-confirm-elisp-link-function 'yes-or-no-p org-metadown-hook '(org-babel-pop-to-session-maybe) org-babel-after-execute-hook '(org-display-inline-images) org-treat-S-cursor-todo-selection-as-state-change nil org-agenda-skip-deadline-if-done t org-completion-use-ido t org-babel-load-languages '((emacs-lisp . t) (dot . t) (ditaa . t) (octave . t) (perl . t) (gnuplot . t) (sh . t)) org-agenda-files '("~/git/org/fam.org" "~/git/org/manage/management.org" "~/git/org/refile.org" "~/git/org/todo.org" "~/git/org/work.org" "~/git/org/read/read.org" "~/git/org/write.org" "~/git/org/web/wv.org" "~/git/org/web/yorg.org" "~/git/org/off-works.org" "~/git/org/prj.org" "~/git/org/travel/travel.org" "~/git/org/conference.org" "~/git/org/snowband-simu/simu-work.org" "~/git/org/outings/outings.org") org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-confirm-babel-evaluate nil org-publish-project-alist '(("org-yag" :base-directory "~/git/sites/yorg/org/" :base-extension "org" :publishing-directory "~/git/sites/yorg/jekyll/" :recursive t :publishing-function org-publish-org-to-html :headline-levels 4 :html-extension "html" :body-only t) ("org-static-yag" :base-directory "~/git/sites/yorg/org/" :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf\\|php" :publishing-directory "~/git/sites/yorg/jekyll" :recursive t :publishing-function org-publish-attachment) ("yag" :components ("org-yag" "org-static-yag"))) org-tag-alist '((:startgroup) ("@home" . 104) ("@lab" . 108) ("@xhome" . 120) ("@shop" . 83) (:endgroup) (:startgroup) ("@night" . 110) ("@weekend" . 87) ("@day" . 100) (:endgroup) ("PHONE" . 80) ("EMAIL" . 109) ("WORK" . 119) ("GIT" . 103) ("READ" . 114) ("EMACS" . 69) ("HOME" . 72) ("KIRTI" . 107) ("CANCELLED" . 67)) org-export-latex-classes '(("beamer" "\\documentclass[11pt]{beamer}\n\n \\mode<{{{beamermode}}}>\n\n \\usetheme{{{{beamertheme}}}}\n\n \\usecolortheme{{{{beamercolortheme}}}}\n\n \\beamertemplateballitem\n\n \\setbeameroption{show notes}\n \\usepackage[utf8]{inputenc}\n\n \\usepackage[T1]{fontenc}\n\n \\usepackage{hyperref}\n\n \\usepackage{color}\n \\usepackage{listings}\n \\lstset{numbers=none,language=[ISO]C++,tabsize=4,\n frame=single,\n basicstyle=\\small,\n showspaces=false,showstringspaces=false,\n showtabs=false,\n keywordstyle=\\color{blue}\\bfseries,\n commentstyle=\\color{red},\n }\n\n \\usepackage{verbatim}\n\n \\institute{{{{beamerinstitute}}}}\n \n \\subject{{{{beamersubject}}}}\n" ("\\section{%s}" . "\\section*{%s}") ("\\begin{frame}[fragile]\\frametitle{%s}" "\\end{frame}" "\\begin{frame}[fragile]\\frametitle{%s}" "\\end{frame}") ) ("article" "\\documentclass{article}" ("\\section{%s}" . "\\section*{%s}")) ("letter" "\\documentclass[11pt]{letter}\n\n \\usepackage[utf8]{inputenc}\n\n \\usepackage[T1]{fontenc}\n\n \\usepackage{color}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}") ("\\paragraph{%s}" . "\\paragraph*{%s}") ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) ) )