From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: reqall Date: Mon, 26 Apr 2010 16:52:56 -0400 Message-ID: <87wrvurl5j.fsf@gollum.intra.norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6VIq-0003Yh-Ij for emacs-orgmode@gnu.org; Mon, 26 Apr 2010 16:53:16 -0400 Received: from [140.186.70.92] (port=41076 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6VIp-0003XV-DH for emacs-orgmode@gnu.org; Mon, 26 Apr 2010 16:53:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6VIk-0002qg-1W for emacs-orgmode@gnu.org; Mon, 26 Apr 2010 16:53:15 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:63860) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6VIj-0002pt-VJ for emacs-orgmode@gnu.org; Mon, 26 Apr 2010 16:53:10 -0400 In-Reply-To: (charles snyder's message of "Mon\, 26 Apr 2010 11\:42\:51 -0500") 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: charles snyder Cc: emacs-orgmode charles snyder writes: > I have a setup to sync my reqall online data via rss feed with > orgmode. Some of the reqall data has dates, but it stores them > as=C2=A0[2006-11-01 Wed] - which is the 'inactive time stamp' form for > orgmode and therefore doesn't show up in the agenda view. Is there a > simply command I can put in my .emacs which will force the agenda view > to include this type of brackets? I really don't use the inactive time > stamp brackets for anything else. Hi Charles, I think you can just set the variable (setq org-agenda-include-inactive-timestamps t) Regards, Bernt