emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Strange "non-existent agenda file" message
@ 2012-01-09  4:08 François Pinard
  2012-01-09  9:48 ` Bastien
  0 siblings, 1 reply; 4+ messages in thread
From: François Pinard @ 2012-01-09  4:08 UTC (permalink / raw)
  To: emacs-orgmode

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ésentation.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ésentation.org")
  byte-code("\306\b!\203\f.\bq\210\202.\0\307\b!\210\310\b!q\210~\210\311 .\312 \210\313\n\v\".\313\f.\".\313.\x17.\x18\".\x17\313.\x19.\x1a\".\x19\313.^[.\x1c\".^[\212\314ed.\x1d#\210.\x1e\203k.eb\210\315.\x1f\316\317#\203k.\320\317!\203O.\321\322 \323\317!. #\210\202O.eb\210\324.!.\"\".#\315.#\316\317#\203\214.\321\325\224\323\317!.$#\210\202v.)\326	!\207" [file bmp org-todo-keywords-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-modified-p org-refresh-category-properties append remove-text-properties re-search-forward nil t org-at-heading-p add-text-properties point-at-bol org-end-of-subtree format 0 set-buffer-modified-p org-todo-keyword-alist-for-agenda 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-heading-keyword-regexp-format org-comment-string re pc] 4)
  org-prepare-agenda-buffers(("/home/pinard/fp/notes/Bureautique/Org_mode_Présentation.org"))
  org-map-entries((progn (setq props (org-entry-properties nil ...)) (if (and ... ...) (push ... props)) (put-text-property (point-at-bol) (point-at-eol) (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çois

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Strange "non-existent agenda file" message
  2012-01-09  4:08 Strange "non-existent agenda file" message François Pinard
@ 2012-01-09  9:48 ` Bastien
  2012-01-09 14:11   ` François Pinard
  2012-02-04 22:32   ` François Pinard
  0 siblings, 2 replies; 4+ messages in thread
From: Bastien @ 2012-01-09  9:48 UTC (permalink / raw)
  To: François Pinard; +Cc: emacs-orgmode

Hi François,

> Command "C-c C-e d" yields this strange message:
>
>   non-existent agenda file
>   ~/fp/notes/Bureautique/Org_mode_Présentation.org.
>   [R]emove from list or [A]bort?

I cannot reproduce this.  Can you provide a minimal setup and an 
example file that will help me reproduce this?  

Thanks!

-- 
 Bastien

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Strange "non-existent agenda file" message
  2012-01-09  9:48 ` Bastien
@ 2012-01-09 14:11   ` François Pinard
  2012-02-04 22:32   ` François Pinard
  1 sibling, 0 replies; 4+ messages in thread
From: François Pinard @ 2012-01-09 14:11 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

Bastien <bzg@altern.org> writes:

>> Command "C-c C-e d" yields this strange message:
>>
>>   non-existent agenda file
>>   ~/fp/notes/Bureautique/Org_mode_Présentation.org.
>>   [R]emove from list or [A]bort?

> I cannot reproduce this.  Can you provide a minimal setup and an 
> example file that will help me reproduce this?

I'll try to do so, yet a bit later.  The holidays ended -- I mean, the
weekend is over! :-).  Other duties will keep me busy for a few days...

François

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Strange "non-existent agenda file" message
  2012-01-09  9:48 ` Bastien
  2012-01-09 14:11   ` François Pinard
@ 2012-02-04 22:32   ` François Pinard
  1 sibling, 0 replies; 4+ messages in thread
From: François Pinard @ 2012-02-04 22:32 UTC (permalink / raw)
  To: emacs-orgmode

Bastien <bzg@altern.org> writes:

> Hi François,

Bonjour!

>> Command "C-c C-e d" yields this strange message:
>>
>>   non-existent agenda file
>>   ~/fp/notes/Bureautique/Org_mode_Présentation.org.
>>   [R]emove from list or [A]bort?

> I cannot reproduce this.  Can you provide a minimal setup and an 
> example file that will help me reproduce this?  

Well, the problem did not show on my side, since then.  I just retried
once more, and everything apparently works.  So, let me abandon this
report, and restart afresh if the diagnostic ever returns.

Thanks for your patience, and for all the work!

François

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-02-04 22:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-09  4:08 Strange "non-existent agenda file" message François Pinard
2012-01-09  9:48 ` Bastien
2012-01-09 14:11   ` François Pinard
2012-02-04 22:32   ` François Pinard

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).