From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Voit Subject: Re: recurring events with different notes for each occurrence Date: Sat, 12 Oct 2013 09:42:26 +0200 Message-ID: <2013-10-12T09-40-35@devnull.Karl-Voit.at> References: <87y567epyv.fsf@syk.fi> <2013-10-05T17-40-36@devnull.Karl-Voit.at> <87a9imisir.fsf@syk.fi> <2013-10-06T13-31-31@devnull.Karl-Voit.at> <87mwmfai3i.fsf@syk.fi> Reply-To: news1142@Karl-Voit.at Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUtqY-0004Bl-7L for emacs-orgmode@gnu.org; Sat, 12 Oct 2013 03:42:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUtqS-0000N7-LP for emacs-orgmode@gnu.org; Sat, 12 Oct 2013 03:42:46 -0400 Received: from plane.gmane.org ([80.91.229.3]:55527) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUtqS-0000N3-Ee for emacs-orgmode@gnu.org; Sat, 12 Oct 2013 03:42:40 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VUtqQ-00076W-1K for emacs-orgmode@gnu.org; Sat, 12 Oct 2013 09:42:38 +0200 Received: from mail.michael-prokop.at ([88.198.6.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Oct 2013 09:42:38 +0200 Received: from news1142 by mail.michael-prokop.at with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Oct 2013 09:42:38 +0200 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 * Jarmo Hurri wrote: > > I tried to play with these, but did not get the extra info in the > agenda. > > Maybe I need to get better acquainted with agendas. Is there a way to > associate a property with each repeating timestamp and show this > property in the agenda? (There most likely is.) Try one of these[1]: ;;; http://orgmode.org/worg/org-faq.html (setq org-agenda-skip-additional-timestamps-same-entry nil) ... most probably fixing your issue IMHO. ;; Show all future entries for repeating tasks (setq org-agenda-repeating-timestamp-show-all t) ;; Show all agenda dates - even if they are empty (setq org-agenda-show-all-dates t) 1. https://github.com/novoid/dot-emacs/blob/master/org-mode.el -- mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode: > get Memacs from https://github.com/novoid/Memacs < https://github.com/novoid/extract_pdf_annotations_to_orgmode + more on github