From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?Vincent_Bela=EFche?= Subject: does #+PROPERTY still exist ? Date: Wed, 22 Sep 2010 07:21:05 +0200 Message-ID: <80iq1ygxq6.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=52075 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OyHla-0008Jx-Ja for emacs-orgmode@gnu.org; Wed, 22 Sep 2010 01:21:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OyHlZ-0007ZX-QS for emacs-orgmode@gnu.org; Wed, 22 Sep 2010 01:21:14 -0400 Received: from smtp2b.orange.fr ([80.12.242.145]:58492) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OyHlZ-0007ZH-L8 for emacs-orgmode@gnu.org; Wed, 22 Sep 2010 01:21:13 -0400 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: Org mode Cc: =?iso-8859-1?Q?Vincent_Bela=EFche?= In the org manual node `(org) Property syntax' one can read the following: --8<-------------coupez ici--------------d=E9but-------------->8--- If you want to set properties that can be inherited by any entry in a file, use a line like=20 #+PROPERTY: NDisks_ALL 1 2 3 4 --8<-------------coupez ici---------------fin--------------->8--- However this does not seem to work. What I did to get the same effect is place a property drawer before the first title, and then set=20 #+OPTIONS: skip:t In order to disable export of this drawer (because I am exporting drawers in general). I would like to know whether this is a bug, and if yes I can provide a patch to the manual with work-around explained above. BR, Vincent. PS: #+PROPERTY does not work with completion `C-M-i' either