From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steffen Heilmann Subject: Re: Display only latest sub notes in agenda Date: Sun, 22 Jun 2014 22:28:51 +0200 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37941) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyoNs-0000ZB-A7 for emacs-orgmode@gnu.org; Sun, 22 Jun 2014 16:29:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WyoNj-0003Pi-7s for emacs-orgmode@gnu.org; Sun, 22 Jun 2014 16:29:04 -0400 Received: from mail-wg0-x22b.google.com ([2a00:1450:400c:c00::22b]:54964) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WyoNj-0003Pb-1j for emacs-orgmode@gnu.org; Sun, 22 Jun 2014 16:28:55 -0400 Received: by mail-wg0-f43.google.com with SMTP id b13so5880881wgh.14 for ; Sun, 22 Jun 2014 13:28:53 -0700 (PDT) Received: from [10.0.1.2] (194.105.100.254.dynamic.cablesurf.de. [194.105.100.254]) by mx.google.com with ESMTPSA id ey16sm26560961wid.14.2014.06.22.13.28.52 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 22 Jun 2014 13:28:53 -0700 (PDT) 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 Dear Sacha, thanks for the very helpful code! Does exactly what I was looking for. I have one additional question: At the moment the code also picks-up any = dates that are in the body of the structure (this includes deadlines = etc). How would I need to modify the code to only look at dates that = actually are given in the headlines (*, ** or ***)? I tried to change = the code myself but realized that the regexp was more complicated than I = thought and did not get the modified code to work. Thank you, Steffen=