From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Wittern Subject: Re: PROPERTIES before the first headline Date: Thu, 18 Feb 2010 10:50:14 +0900 Message-ID: <4B7C9CD6.8020402@gmail.com> References: <4B7B6EA2.7030606@gmail.com> <4B7BF6D6.4030603@cs.tu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NhvX5-00057I-91 for emacs-orgmode@gnu.org; Wed, 17 Feb 2010 20:50:23 -0500 Received: from [140.186.70.92] (port=36890 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NhvX3-00057A-Hi for emacs-orgmode@gnu.org; Wed, 17 Feb 2010 20:50:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NhvX2-00049p-RK for emacs-orgmode@gnu.org; Wed, 17 Feb 2010 20:50:21 -0500 Received: from mail-yw0-f172.google.com ([209.85.211.172]:57492) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NhvX2-00049l-Mr for emacs-orgmode@gnu.org; Wed, 17 Feb 2010 20:50:20 -0500 Received: by ywh2 with SMTP id 2so651689ywh.24 for ; Wed, 17 Feb 2010 17:50:20 -0800 (PST) In-Reply-To: <4B7BF6D6.4030603@cs.tu-berlin.de> 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: Stephan Schmitt Cc: Org Mode Mailing List Hi Stephan, Thanks, your comments were very helpful! On 2010-02-17 23:01, Stephan Schmitt wrote: > #+PROPERTY: myprop don't ask > I in fact had it like this, but made the spelling error in the mail... > (don't forget to refresh the buffer > setup by typing C-c C-c with the cursor > in that line). > And I completely forgot about this! Thanks for reminding me! > Then the call > > (org-entry-get (point) "myprop" t) > > returns "don't ask". Note the third > argument (t), which allows inheritance. > Great! I got this working with the latest org-mode from git, the one that came with my Emacs apparently was too old. Anyhow, I am a happy camper now.-- Christian