From mboxrd@z Thu Jan 1 00:00:00 1970 From: Skip Collins Subject: Re: property values and timestamps Date: Fri, 14 Oct 2011 11:40:07 -0400 Message-ID: References: <11760.1318571403@alphaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REjrl-0001b2-IG for emacs-orgmode@gnu.org; Fri, 14 Oct 2011 11:40:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REjrk-0003gK-GE for emacs-orgmode@gnu.org; Fri, 14 Oct 2011 11:40:09 -0400 Received: from mail-gx0-f169.google.com ([209.85.161.169]:33092) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REjrk-0003ft-Cl for emacs-orgmode@gnu.org; Fri, 14 Oct 2011 11:40:08 -0400 Received: by ggdk5 with SMTP id k5so1462622ggd.0 for ; Fri, 14 Oct 2011 08:40:07 -0700 (PDT) In-Reply-To: <11760.1318571403@alphaville.dokosmarshall.org> 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 Cc: nicholas.dokos@hp.com > org-time-stamp-inactive uses the minibuffer, and calling > a function that uses the minibuffer *from* the minibuffer (as > org-set-property would do) make emacs unhappy. Elisp does seem to allow recursive minibuffers: http://www.gnu.org/software/emacs/elisp/html_node/Recursive-Mini.html Would the implementation of this for org-set-property be straightforward?