emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the a


From: Bernt Hansen
Subject: [Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]
Date: Mon, 05 Jul 2010 08:41:49 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Tassilo Horn <address@hidden> writes:

> 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 have a lot of repeating entries like that:
>
> --8<---------------cut here---------------start------------->8---
> **** Treffen GST SS 2010
>      <2010-05-17 Mon 14:30-15:30 +1w>
> --8<---------------cut here---------------end--------------->8---
>
> Unfortunately, with the current git HEAD, those don't show up in the
> agenda.  When I delete the repeater, they are back again, but of course
> only for that date.
>
> I did a git bisection, and this is the commit that broke the agenda.
>
> --8<---------------cut here---------------start------------->8---
> 516640aff96b627d8ad412f6cdb436535600aff0 is the first bad commit
> commit 516640aff96b627d8ad412f6cdb436535600aff0
> Author: Bernt Hansen <address@hidden>
> Date:   Wed Jun 23 02:40:16 2010 +0000
>
>     Fix agenda display for late scheduled and deadline tasks
>     
>     * lisp/org.el (org-time-string-to-absolute): Ignore cyclic repeater
>     when displaying items on todays agenda date.
>     
>     Ignore the cyclic repeater when displaying items on today's agenda
>     date.  If you have a weekly task and miss the date the agenda view
>     will show more than a week late now instead of resetting on the
>     cyclic repeating date.  This makes it much more obvious when you
>     missed a repeating task after the repeater.
>
> :040000 040000 6adc4989048178b44594a7819da10c3294b9dd8a
> 59814d17696a962c77b145005033beee8b1e07f2 M       lisp
> --8<---------------cut here---------------end--------------->8---
>
>
> Emacs  : GNU Emacs 24.0.50.1 (x86_64-pc-linux-gnu, GTK+ Version 2.20.1)
>  of 2010-06-29 on thinkpad
> Package: Org-mode version 6.36trans (release_6.36.509.g9e9b)
>
> current state:
> ==============
> (setq
>  org-log-done 'time
>  org-archive-default-command 'org-archive-set-tag
>  org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars)
>  org-link-frame-setup '((vm . vm-visit-folder) (gnus . org-gnus-no-new-news) 
> (file . find-file-other-window))
>  org-special-ctrl-a/e 'reversed
>  org-agenda-files '("/home/horn/repos/org")
>  org-agenda-include-diary t
>  org-blocker-hook '(org-block-todo-from-children-or-siblings-or-parent)
>  org-gnus-prefer-web-links t
>  org-fontify-whole-heading-line t
>  org-metaup-hook '(org-babel-load-in-session-maybe)
>  org-after-todo-state-change-hook '(org-clock-out-if-current)
>  org-attach-directory "/home/horn/repos/org/attachments"
>  org-special-ctrl-k t
>  org-agenda-time-leading-zero t
>  org-export-blocks-postblock-hook '(org-exp-res/src-name-cleanup)
>  org-agenda-restore-windows-after-quit t
>  org-export-latex-format-toc-function 'org-export-latex-format-toc-default
>  org-export-preprocess-hook '(org-export-blocks-preprocess)
>  org-tab-first-hook '(org-hide-block-toggle-maybe 
> org-babel-hide-result-toggle-maybe)
>  org-src-mode-hook '(org-src-mode-configure-edit-buffer)
>  org-finalize-agenda-hook '(th-org-agenda-to-appt)
>  org-confirm-shell-link-function 'yes-or-no-p
>  org-export-first-hook '(org-beamer-initialize-open-trackers)
>  org-todo-keywords '((sequence "TODO(t)" "STARTED(s)" "DELEGATED(g)" 
> "IDEA(i)" "|" "DONE(d)" "CANCELLED(c)"))
>  org-agenda-before-write-hook '(org-agenda-add-entry-text)
>  org-directory "/home/horn/repos/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-preprocess-before-normalizing-links-hook 
> '(org-remove-file-link-modifiers)
>  org-mode-hook '(th-org-mode-init
>                  #[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)
>  org-refile-targets '((org-agenda-files :maxlevel . 5))
>  org-ctrl-c-ctrl-c-hook '(org-babel-lob-execute-maybe org-babel-hash-at-point 
> org-babel-execute-src-block-maybe)
>  org-complete-tags-always-offer-all-agenda-tags t
>  org-return-follows-link t
>  org-confirm-elisp-link-function 'yes-or-no-p
>  org-refile-use-outline-path 'file
>  org-log-into-drawer "LOGBOOK"
>  org-icalendar-categories '(all-tags category)
>  org-agenda-mode-hook '(th-org-agenda-mode-init)
>  org-export-interblocks '((lob org-babel-exp-lob-one-liners) (src 
> org-babel-exp-inline-src-blocks))
>  org-enforce-todo-dependencies t
>  org-refile-allow-creating-parent-nodes 'confirm
>  org-occur-hook '(org-first-headline-recenter)
>  org-icalendar-include-body t
>  org-agenda-skip-additional-timestamps-same-entry nil
>  org-export-preprocess-before-selecting-backend-code-hook 
> '(org-beamer-select-beamer-code)
>  org-modules '(org-attach org-protocol org-id org-bbdb org-bibtex org-docview 
> org-gnus org-info org-jsinfo org-irc
>                org-w3m)
>  org-columns-default-format "%50ITEM %TODO %ALLTAGS %SCHEDULED %DEADLINE"
>  outline-minor-mode-hook '(th-outline-minor-mode-init)
>  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-metadown-hook '(org-babel-pop-to-session-maybe)
>  org-attach-method 'mv
>  org-export-blocks '((src org-babel-exp-src-blocks nil) (comment 
> org-export-blocks-format-comment t)
>                      (ditaa org-export-blocks-format-ditaa nil) (dot 
> org-export-blocks-format-dot nil))
>  )

Hi Tassilo

This works for me in both

GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) of 2008-11-09 on 
raven, modified by Debian
Org-mode version 6.36trans (release_6.36.509.g9e9b)

and 

GNU Emacs 23.2.1 (i386-mingw-nt5.1.2600) of 2010-05-08 on G41R2F1,
Org-mode version 6.36trans (release_6.36.509.g9e9b)

Do you have org-agenda-repeating-timestamp-show-all set to t?

-Bernt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]