emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Carsten Dominik <carsten.dominik@gmail.com>
To: "Łukasz Stelmach" <lukasz.stelmach@iem.pw.edu.pl>
Cc: emacs-orgmode@gnu.org
Subject: Re: org-prefere-future for other applications
Date: Mon, 1 Mar 2010 13:40:04 +0100	[thread overview]
Message-ID: <11DCBC21-0FEB-41E6-935B-5E4C4ABE151E@gmail.com> (raw)
In-Reply-To: <87hbp2g8ue.fsf@dasa3.iem.pw.edu.pl>


On Feb 27, 2010, at 1:29 PM, Łukasz Stelmach wrote:

> Hello.
>
> I've tried to rearrange org-read-date and some other helper function  
> to
> make them usable from other applications which might not want to  
> prefere
> future dates. Unfortunatelly I can't do it without making org-read- 
> date
> *require* additional argument (prefer-future) everytime it is called  
> in
> orgmode like this:
>
> (org-read-date ... org-read-date-prefer-future)


Ah, may be this is what this is about:

(defun org-my-read-date (&optional prefer-future)
    (let ((org-read-date-prefer-future prefer-future))
       (org-read-date)))

?????

- Carsten
	

  parent reply	other threads:[~2010-03-01 12:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-27 12:29 org-prefere-future for other applications Łukasz Stelmach
2010-03-01 12:38 ` Carsten Dominik
2010-03-01 12:40 ` Carsten Dominik [this message]
2010-03-02 10:38   ` Łukasz Stelmach

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=11DCBC21-0FEB-41E6-935B-5E4C4ABE151E@gmail.com \
    --to=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=lukasz.stelmach@iem.pw.edu.pl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).