From mboxrd@z Thu Jan 1 00:00:00 1970 From: pinard@iro.umontreal.ca (=?utf-8?Q?Fran=C3=A7ois?= Pinard) Subject: Strange "non-existent agenda file" message Date: Sun, 08 Jan 2012 23:08:38 -0500 Message-ID: <87r4z94iwp.fsf@iro.umontreal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43866) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rk6XI-0001R7-HA for emacs-orgmode@gnu.org; Sun, 08 Jan 2012 23:08:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rk6XH-0004N5-Ic for emacs-orgmode@gnu.org; Sun, 08 Jan 2012 23:08:40 -0500 Received: from 206-248-137-202.dsl.teksavvy.com ([206.248.137.202]:54808 helo=mercure.epsilon-ti.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rk6XH-0004Jy-EG for emacs-orgmode@gnu.org; Sun, 08 Jan 2012 23:08:39 -0500 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 Hi, Org people. I have a few notes about Org mode which I intend to present to my coworkers at our next meeting, if time permits. This evening, I just pushed them together (the notes, not the coworkers!) in a file with the idea of creating a few beamer slides. And doing so, experimenting a bit with the feature :-). Command "C-c C-e d" yields this strange message: non-existent agenda file ~/fp/notes/Bureautique/Org_mode_Pr=C3=A9sentation.org. [R]emove from list or [A]bort? This is not an agenda file, and I've no reason to turn it into an agenda file either. Is there a relation between a beamer presentation and the agenda? Why the question? What is the meaning of the message? If I add a (debug) call at beginning `org-check-agenda-file' in org.el, I see: Debugger entered: nil org-check-agenda-file("/home/pinard/fp/notes/Bureautique/Org_mode_Pr=C3= =A9sentation.org") byte-code("\306!\203\f.q\210\202.=00\307!\210\310!q\210~\210\311 .\31= 2 \210\313\n=0B\".\313\f.\".\313.=17.=18\".=17\313.=19.=1A\".=19\313.=1B.= =1C\".=1B\212\314ed.=1D#\210.=1E\203k.eb\210\315.=1F\316\317#\203k.\320\317= !\203O.\321\322 \323\317!. #\210\202O.eb\210\324.!.\"\".#\315.#\316\317#\20= 3\214.\321\325\224\323\317!.$#\210\202v.)\326 !\207" [file bmp org-todo-key= words-for-agenda org-todo-keywords-1 org-done-keywords-for-agenda org-done-= keywords bufferp org-check-agenda-file org-get-agenda-file-buffer buffer-mo= dified-p org-refresh-category-properties append remove-text-properties re-s= earch-forward nil t org-at-heading-p add-text-properties point-at-bol org-e= nd-of-subtree format 0 set-buffer-modified-p org-todo-keyword-alist-for-age= nda org-todo-key-alist org-drawers-for-agenda org-drawers org-tag-alist-for= -agenda org-tag-alist pall org-agenda-skip-archived-trees rea pa org-headin= g-keyword-regexp-format org-comment-string re pc] 4) org-prepare-agenda-buffers(("/home/pinard/fp/notes/Bureautique/Org_mode_P= r=C3=A9sentation.org")) org-map-entries((progn (setq props (org-entry-properties nil ...)) (if (a= nd ... ...) (push ... props)) (put-text-property (point-at-bol) (point-at-e= ol) (quote org-props) props))) org-beamer-after-initial-vars() run-hooks(org-export-latex-after-initial-vars-hook) org-export-as-latex(nil nil nil nil nil nil) org-export-as-pdf(nil) org-export-as-pdf-and-open(nil) call-interactively(org-export-as-pdf-and-open) org-export(nil) call-interactively(org-export nil nil) I do not understand why nor how org-map-entries (likely line 478 in org-beamer.el) ends up in calling org-prepare-agenda-buffers. The SCOPE argument or org-map-entries is implied to nil, isn't it? Fran=C3=A7ois