From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Neff Subject: Re: Agenda repeats diary entries Date: Wed, 16 Dec 2009 13:18:36 -0600 Message-ID: <211769420912161118u596ee1a7j90ca191263be9f6a@mail.gmail.com> References: <211769420912141152n547ecbeka37f0774e5054f42@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0213852153==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NKzOW-00012b-BC for emacs-orgmode@gnu.org; Wed, 16 Dec 2009 14:18:44 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NKzOQ-00011j-DQ for emacs-orgmode@gnu.org; Wed, 16 Dec 2009 14:18:43 -0500 Received: from [199.232.76.173] (port=53721 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NKzOQ-00011g-AA for emacs-orgmode@gnu.org; Wed, 16 Dec 2009 14:18:38 -0500 Received: from mail-bw0-f215.google.com ([209.85.218.215]:43642) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NKzOQ-0007xE-0O for emacs-orgmode@gnu.org; Wed, 16 Dec 2009 14:18:38 -0500 Received: by bwz7 with SMTP id 7so1068845bwz.26 for ; Wed, 16 Dec 2009 11:18:36 -0800 (PST) In-Reply-To: <211769420912141152n547ecbeka37f0774e5054f42@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --===============0213852153== Content-Type: multipart/alternative; boundary=0015175ce2268beac8047add5ff3 --0015175ce2268beac8047add5ff3 Content-Type: text/plain; charset=ISO-8859-1 On Mon, Dec 14, 2009 at 1:52 PM, Nathan Neff wrote: > Hello, > > I'm using org-agenda-diary-file. > > When I run agenda-mode with the attached configuration, > I see the same diary entry under each day. > > Here's what my agenda shows. Notice that the entry > from Dec. 08 shows up on Dec. 14's and Dec. 15's agenda. > Also, "2009" and "2009-12-December" headers > repeated under each day. > > Monday 14 December 2009 W51 > Diary: 2009 > Diary: 2009-12 December > Diary: * 2009-12-08 Tuesday > Diary: ** Something else. > Diary: <2009-12-08 Tue> > Tuesday 15 December 2009 > Diary: 2009 > Diary: 2009-12 December > Diary: * 2009-12-08 Tuesday > Diary: ** Something else. > Diary: <2009-12-08 Tue> > > Here's the contents of my diary file "journal.org" > * 2009 > ** 2009-12 December > *** 2009-12-08 Tuesday > **** Something else. > <2009-12-08 Tue> > > I've tried to include the bare-minimum in my .emacs file, > and I can provide it if necessary. I'm submitting this > using M-x org-submit-bug-report, so hopefully, all necessary > info is included. > > Thanks for any suggestions, > > --Nate > > > > > mode > Emacs : GNU Emacs 23.1.50.1 (x86_64-pc-linux-gnu, GTK+ Version 2.18.0) > of 2009-09-27 on crested, modified by Debian > Package: Org-mode version 6.33trans (release_6.33f.113.ga3b7) > > current state: > ============== > (setq > org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars) > org-agenda-files '("~/tmp/temp-org-dir/temp.org") > org-agenda-include-diary t > org-after-todo-state-change-hook '(org-clock-out-if-current) > org-export-latex-format-toc-function 'org-export-latex-format-toc-default > org-export-preprocess-hook '(org-export-blocks-preprocess) > org-agenda-diary-file "~/Documents/journal.org" > org-tab-first-hook '(org-hide-block-toggle-maybe) > org-src-mode-hook '(org-src-mode-configure-edit-buffer) > org-confirm-shell-link-function 'yes-or-no-p > org-export-first-hook '(org-beamer-initialize-open-trackers) > org-agenda-before-write-hook '(org-agenda-add-entry-text) > org-directory "~/tmp/temp-org-dir" > org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers > org-cycle-show-empty-lines > org-optimize-window-after-visibility-change) > org-mode-hook '(#[nil "\300\301\302\303\304$\207" > [org-add-hook change-major-mode-hook org-show-block-all > append local] > 5] > ) > org-confirm-elisp-link-function 'yes-or-no-p > org-occur-hook '(org-first-headline-recenter) > org-export-preprocess-before-selecting-backend-code-hook > '(org-beamer-select-beamer-code) > 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) > ) > I've tried getting rid of the above problem by using a bare-bones .emacs file with only these lines in it: (setq org-agenda-include-diary t) (setq diary-file "~/Documents/personal/journal.org") (setq org-agenda-diary-file diary-file) I still see repeated diary entries like this in the agenda Monday 14 December 2009 W51 Diary: 2009-12 December Diary: 2009-12-15 Tuesday Diary: * Foo bar Diary: <2009-12-15 Tue> Tuesday 15 December 2009 Diary: 2009-12 December Diary: 2009-12-15 Tuesday Diary: * Foo bar Diary: <2009-12-15 Tue> Am I doing something wrong when declaring the org-agenda-diary-file? Thanks, --Nate --0015175ce2268beac8047add5ff3 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

On Mon, Dec 14, 2009 at 1:52 PM, Nathan = Neff <nathan.= neff@gmail.com> wrote:
Hello,

I'm using org-agenda-diary-file.=A0

When I run ag= enda-mode with the attached configuration,
I see the same diary entry un= der each day.

Here's what my agenda shows.=A0 Notice that the en= try
from Dec. 08 shows up on Dec. 14's and Dec. 15's agenda.
Also, &= quot;2009" and "2009-12-December" headers
repeated under = each day.

Monday=A0=A0=A0=A0 14 December 2009 W51
=A0 Diary:=A0= =A0=A0=A0=A0 2009
=A0 Diary:=A0=A0=A0=A0=A0 2009-12 December
=A0 Diary:=A0=A0=A0=A0=A0 * 2= 009-12-08 Tuesday
=A0 Diary:=A0=A0=A0=A0=A0 ** Something else.
=A0 Di= ary:=A0=A0=A0=A0=A0 <2009-12-08 Tue>
Tuesday=A0=A0=A0 15 December = 2009
=A0 Diary:=A0=A0=A0=A0=A0 2009
=A0 Diary:=A0=A0=A0=A0=A0 2009-12= December
=A0 Diary:=A0=A0=A0=A0=A0 * 2009-12-08 Tuesday
=A0 Diary:=A0=A0=A0=A0=A0= ** Something else.
=A0 Diary:=A0=A0=A0=A0=A0 <2009-12-08 Tue>
=
Here's the contents of my diary file "journal.org"
* 2009
** 2009-12 December
*** 2009-12-08 Tuesday
**** Something else.
= =A0=A0=A0=A0=A0 <2009-12-08 Tue>

I've tried to include the= bare-minimum in my .emacs file,
and I can provide it if necessary.=A0 I= 'm submitting this
using M-x org-submit-bug-report, so hopefully, all necessary
info is inc= luded.

Thanks for any suggestions,

--Nate




= mode
Emacs=A0 : GNU Emacs 23.1.50.1 (x86_64-pc-linux-gnu, GTK+ Version = 2.18.0)
=A0of 2009-09-27 on crested, modified by Debian
Package: Org-mode versio= n 6.33trans (release_6.33f.113.ga3b7)

current state:
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
(setq
=A0org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-= vars)
=A0org-agenda-files '("~/tmp/temp-org-dir/temp.org")
=A0org-agenda-include-diary t
=A0org-after-todo-state-change-hook '(org-clock-out-if-current)
=A0org-export-latex-format-toc-function 'org-export-latex-format-toc-de= fault
=A0org-export-preprocess-hook '(org-export-blocks-preprocess)
=A0org-agenda-diary-file "~/Documents/journal.org"
=A0org-tab-first-hook '(org-hide-block-toggle-maybe)
=A0org-src-mode-hook '(org-src-mode-configure-edit-buffer)
=A0org-confirm-shell-link-function 'yes-or-no-p
=A0org-export-first-hook '(org-beamer-initialize-open-trackers)
=A0org-agenda-before-write-hook '(org-agenda-add-entry-text)
=A0org-directory "~/tmp/temp-org-dir"
=A0org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-dra= wers
=A0=A0=A0 =A0=A0=A0 =A0 org-cycle-show-empty-lines
=A0=A0=A0 =A0=A0=A0 =A0 org-optimize-window-after-visibility-change)
=A0org-mode-hook '(#[nil "\300\301\302\303\304$\207"
=A0=A0=A0 =A0=A0=A0 =A0=A0 [org-add-hook change-major-mode-hook org-show-bl= ock-all
=A0=A0=A0 =A0=A0=A0 =A0=A0=A0 append local]
=A0=A0=A0 =A0=A0=A0 =A0=A0 5]
=A0=A0=A0 =A0=A0=A0 =A0)
=A0org-confirm-elisp-link-function 'yes-or-no-p
=A0org-occur-hook '(org-first-headline-recenter)
=A0org-export-preprocess-before-selecting-backend-code-hook '(org-beame= r-select-beamer-code)
=A0org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix= -toc
=A0=A0=A0 =A0=A0=A0 =A0=A0=A0 =A0=A0=A0=A0=A0=A0 org-beamer-auto-fragile-fr= ames
=A0=A0=A0 =A0=A0=A0 =A0=A0=A0 =A0=A0=A0=A0=A0=A0 org-beamer-place-default-a= ctions-for-lists)
=A0)


I've tried getting rid of the above problem = by using a bare-bones .emacs file
with only these lines in it:

(s= etq org-agenda-include-diary t)
(setq diary-file "~/Documents/perso= nal/journal.org")
(setq org-agenda-diary-file diary-file)

I still see repeated diary e= ntries like this in the agenda
Monday=A0=A0=A0=A0 14 December 2009 W51=A0 Diary:=A0=A0=A0=A0=A0 2009-12 December
=A0 Diary:=A0=A0=A0=A0=A0 2= 009-12-15 Tuesday
=A0 Diary:=A0=A0=A0=A0=A0 * Foo bar
=A0 Diary:=A0=A0=A0=A0=A0 <2009-12-15 Tue>
Tuesday=A0=A0=A0 15 Dec= ember 2009
=A0 Diary:=A0=A0=A0=A0=A0 2009-12 December
=A0 Diary:=A0= =A0=A0=A0=A0 2009-12-15 Tuesday
=A0 Diary:=A0=A0=A0=A0=A0 * Foo bar
= =A0 Diary:=A0=A0=A0=A0=A0 <2009-12-15 Tue>

Am I doing somethin= g wrong when declaring the org-agenda-diary-file?

Thanks,
--Nate
--0015175ce2268beac8047add5ff3-- --===============0213852153== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0213852153==--