From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-prefere-future for other applications Date: Mon, 1 Mar 2010 13:38:05 +0100 Message-ID: <8142255C-F552-4622-B2D1-9E684BEE8329@gmail.com> References: <87hbp2g8ue.fsf@dasa3.iem.pw.edu.pl> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nm4t4-0004UG-6A for emacs-orgmode@gnu.org; Mon, 01 Mar 2010 07:38:14 -0500 Received: from [140.186.70.92] (port=48119 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nm4sz-0004P0-En for emacs-orgmode@gnu.org; Mon, 01 Mar 2010 07:38:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nm4sy-0003LR-Lt for emacs-orgmode@gnu.org; Mon, 01 Mar 2010 07:38:09 -0500 Received: from mail-ew0-f222.google.com ([209.85.219.222]:39516) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nm4sy-0003LN-Fx for emacs-orgmode@gnu.org; Mon, 01 Mar 2010 07:38:08 -0500 Received: by ewy22 with SMTP id 22so1641842ewy.26 for ; Mon, 01 Mar 2010 04:38:07 -0800 (PST) In-Reply-To: <87hbp2g8ue.fsf@dasa3.iem.pw.edu.pl> 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: =?UTF-8?Q?=C5=81ukasz_Stelmach?= Cc: emacs-orgmode@gnu.org On Feb 27, 2010, at 1:29 PM, =C5=81ukasz Stelmach wrote: > Hello. > > I've tried to rearrange org-read-date and some other helper function =20= > to > make them usable from other applications which might not want to =20 > prefere > future dates. Unfortunatelly I can't do it without making org-read-=20 > date > *require* additional argument (prefer-future) everytime it is called =20= > in > orgmode like this: > > (org-read-date ... org-read-date-prefer-future) Hi Lukasz, I do not yet understand what is the issue... - Carsten