From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Thum Subject: Re: Sexp aganda entries broken? Date: Sat, 10 Nov 2012 02:07:14 +0100 Message-ID: <509DA8C2.9000502@gmx.de> References: <50998D60.300@gmx.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------050908020805070108020402" Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TWybc-0007vl-Nr for emacs-orgmode@gnu.org; Fri, 09 Nov 2012 19:07:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TWybb-0002ce-A5 for emacs-orgmode@gnu.org; Fri, 09 Nov 2012 19:07:24 -0500 Received: from mailout-de.gmx.net ([213.165.64.22]:51816) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TWybb-0002c2-0k for emacs-orgmode@gnu.org; Fri, 09 Nov 2012 19:07:23 -0500 In-Reply-To: <50998D60.300@gmx.de> 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: Bastien Cc: emacs-orgmode This is a multi-part message in MIME format. --------------050908020805070108020402 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sorry, I was being dumb. All fine. To prevent further breakage, I am attaching a doc fix. I hope it is useable? Cheers, Simon On 11/06/2012 11:21 PM, Simon Thum wrote: > Dear all, > > I have a sexp entry that somehow works "less good" now. It's > > ** 11:00 Monthly PTB Telco > %%(org-float t 2 3) > (some more stuff) > > The agenda reads "SEXP entry returned empty string", whereas previously > I got the headline. > > Putting something behind the sexp get me that, but the time is not > recovered. > > I think this matches the example in the manual quite closely, so > probably it's a bug. Any ideas? I'm on the current git but I don't > update too regularly and it was broken before. > > Cheers, > > Simon > > --------------050908020805070108020402 Content-Type: text/x-patch; name="0001-document-another-sexp-timestamp-syntax.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0001-document-another-sexp-timestamp-syntax.patch" >From 247c3fdde300be13d20e591ca5f217ad0385de49 Mon Sep 17 00:00:00 2001 From: Simon Thum Date: Sun, 26 Aug 2012 19:37:44 +0200 Subject: [PATCH] document another sexp timestamp syntax TINYCHANGE --- doc/org.texi | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index bf67876..30c1ce4 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -5571,6 +5571,15 @@ example with optional time <%%(org-float t 4 2)> @end example +A similar syntax that is different in terms of agenda results is + +@example +* Wife +%%(org-anniversary 2001 05 07) Wedding day (%d Years) +@end example + +Here, ``Wedding day (n Years)'' will show up in the agenda (if the headline matches). It is important that there is no leading space. + @item Time/Date range @cindex timerange @cindex date range -- 1.7.8.6 --------------050908020805070108020402--