From mboxrd@z Thu Jan 1 00:00:00 1970 From: seamwill@gmail.com Subject: Bug: org-contacts show "Non-existent agenda file ~/org/* virexit. [R]emove from list or [A]bort?" when trying to find contacts with M-x org-contacts [8.2.7b (8.2.7b-dist @ c:/Users/Seam/AppData/Roaming/.emacs.d/orgmode/lisp/)] Date: Sat, 19 Jul 2014 11:03:49 +0800 Message-ID: <87iomugicq.fsf@SEAM-PC.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8KzQ-0000uf-Cd for emacs-orgmode@gnu.org; Fri, 18 Jul 2014 23:07:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X8KzM-0002F9-H8 for emacs-orgmode@gnu.org; Fri, 18 Jul 2014 23:07:12 -0400 Received: from mail-pd0-x231.google.com ([2607:f8b0:400e:c02::231]:52140) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X8KzM-0002CV-4n for emacs-orgmode@gnu.org; Fri, 18 Jul 2014 23:07:08 -0400 Received: by mail-pd0-f177.google.com with SMTP id p10so5943964pdj.22 for ; Fri, 18 Jul 2014 20:07:06 -0700 (PDT) Received: from SEAM-PC ([182.91.209.94]) by mx.google.com with ESMTPSA id xq3sm29609405pab.0.2014.07.18.20.07.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 18 Jul 2014 20:07:05 -0700 (PDT) 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. ------------------------------------------------------------------------ I put my captured contacts to "~/.orgmode/data/contact.org" and I can successfully capture the contacts, however, when I eval the function org-contacts in org mode, it just shows the message in the title. if the contact file is empty, it does not show the message, but org-contacts show an empty match. Emacs : GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-18 on MARVIN Package: Org-mode version 8.2.7b (8.2.7b-dist @ c:/Users/Seam/AppData/Roaming/.emacs.d/orgmode/lisp/) current state: ============== (setq org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point org-babel-execute-safely-maybe) org-reverse-note-order '(("next") ("task" . t)) org-archive-location "~/.orgmode/data/archive.org::* Archived Tasks" 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-refile-targets '(("~/.orgmode/data/next.org" :level . 1) ("~/.orgmode/data/task.org" :level . 1) (nil :level . 2)) 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-before-write-hook '(org-agenda-add-entry-text) org-speed-command-hook '(org-speed-command-default-hook org-babel-speed-command-hook) org-blocker-hook '(org-block-todo-from-children-or-siblings-or-parent) org-babel-pre-tangle-hook '(save-buffer) org-occur-hook '(org-first-headline-recenter) org-log-done 'time org-metaup-hook '(org-babel-load-in-session-maybe) org-confirm-elisp-link-function 'yes-or-no-p org-capture-templates '(("c" "Contacts" entry (file "~/.orgmode/data/contact.org") "* %(org-contacts-template-name)\n :PROPERTIES:\n :EMAIL: %(org-contacts-template-email)\n :END:") ("i" "Inbox" entry (file+headline "~/.orgmode/data/inbox.org" "INBOX") "* TODO %?") ("j" "Journal" entry (file+datetree "~/.orgmode/data/journal.org") "* %?\nDate: %U") ("n" "Notes" entry (file+headline "~/.orgmode/data/note.org" "NOTES") "* %? %^g\n%x\nCaptured At: %U\n") ) org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-enforce-todo-dependencies t org-mode-hook '((lambda nil (org-add-hook (quote change-major-mode-hook) (quote org-show-block-all) (quote append) (quote local)) ) (lambda nil (org-add-hook (quote change-major-mode-hook) (quote org-babel-show-result-all) (quote append) (quote local)) ) org-babel-result-hide-spec org-babel-hide-all-hashes (lambda nil (define-key org-mode-map "w" (quote toggle-truncate-lines)) ) (lambda nil (define-key org-mode-map "m" (quote org-show-level))) (lambda nil (org-show-level 2))) org-from-is-user-regexp nil org-metadown-hook '(org-babel-pop-to-session-maybe) org-todo-keywords '((sequence "TODO" "|" "DONE" "CANCELED")) org-agenda-files '("~/.orgmode/data/task.org") org-src-mode-hook '(org-src-babel-configure-edit-buffer org-src-mode-configure-edit-buffer) org-after-todo-state-change-hook '(org-clock-out-if-current) org-todo-keyword-faces '(("TODO" . org-warning) ("CANCELED" :foreground "maroon" :weight bold)) org-contacts-files "~/.orgmode/data/contact.org" org-after-todo-statistics-hook '(org-summary-todo) org-confirm-shell-link-function 'yes-or-no-p )