Browse Source

Update documentation of buffer-wide properties

* doc/org.texi (Property syntax): Recall the user to refresh the org
  buffer when properties are set on a per-file basis.

TINYCHANGE
Grégoire Jadi 12 years ago
parent
commit
ac624b4d4a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      doc/org.texi

+ 3 - 0
doc/org.texi

@@ -4964,6 +4964,9 @@ file, use a line like
 #+PROPERTY: NDisks_ALL 1 2 3 4
 @end example
 
+Contrary to properties set from a special drawer, you have to refresh the
+buffer with @kbd{C-c C-c} to activate this changes.
+
 If you want to add to the value of an existing property, append a @code{+} to
 the property name.  The following results in the property @code{var} having
 the value ``foo=1 bar=2''.