From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: emacs org Repeating events doesn't work Date: Tue, 09 Dec 2008 10:24:06 +0100 Message-ID: <87r64h8zwp.fsf@thinkpad.tsdh.de> References: <4c8ce9a40812080132i25c54e7bhdd71bc60b0fe981e@mail.gmail.com> <87r64j803r.fsf@thinkpad.tsdh.de> <4c8ce9a40812081953q25221b22x4ea8ff0413cbc800@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1228814707 16672 80.91.229.12 (9 Dec 2008 09:25:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Dec 2008 09:25:07 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 09 10:26:12 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L9yr4-0003Ts-B9 for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Dec 2008 10:26:10 +0100 Original-Received: from localhost ([127.0.0.1]:43105 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9ypt-00066A-4E for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Dec 2008 04:24:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L9ypU-00064T-82 for help-gnu-emacs@gnu.org; Tue, 09 Dec 2008 04:24:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L9ypS-00063V-DX for help-gnu-emacs@gnu.org; Tue, 09 Dec 2008 04:24:30 -0500 Original-Received: from [199.232.76.173] (port=43674 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L9ypS-00063A-8o for help-gnu-emacs@gnu.org; Tue, 09 Dec 2008 04:24:30 -0500 Original-Received: from main.gmane.org ([80.91.229.2]:50179 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L9ypM-0003hG-62 for help-gnu-emacs@gnu.org; Tue, 09 Dec 2008 04:24:24 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L9ypB-0006Xv-Pu for help-gnu-emacs@gnu.org; Tue, 09 Dec 2008 09:24:13 +0000 Original-Received: from dhcp171.uni-koblenz.de ([141.26.71.171]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Dec 2008 09:24:13 +0000 Original-Received: from tassilo by dhcp171.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Dec 2008 09:24:13 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 31 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dhcp171.uni-koblenz.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:4lalm8dEQr/kW6l9SBQWHLiVR5E= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:60491 Archived-At: "Wei Chang" writes: > No, it's NOT displayed for December 18th. Strange... > I attached another pic. I input a daily repeat event, then C-c a > L. What's `C-c a L'? That's not a standard keybinding in org-mode buffers. > There still is only one event. Could you give me some tips to debug > that? I still think we're speaking of different things. Let's say I have * Foo <2008-12-09 Tue +1w> And hit `C-c C-o' (org-open-at-point) on the timestamp, I'll get an agenda for exactly the given day, December 9th, 2008. The +1w doesn't make a difference here. But when I do `M-x org-agenda-list' the entry Foo will be there on December 9th and every week later. Inside the week agenda you can switch to the next/previous week view using the arrow keys. Does the entry really not appear in `org-agenda-list'? Bye, Tassilo