summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrégoire Jadi <gregoire.jadi@gmail.com>2013-01-24 13:04:11 +0100
committerBastien Guerry <bzg@altern.org>2013-02-13 18:27:03 +0100
commitac624b4d4a083dd2596c908df697d61580158be7 (patch)
tree2240c810a29b4adaa414f4ac1407b6d699180026
parentc57b4286edff8cba4e590a2568e1c2ad08d8177e (diff)
downloadorg-mode-ac624b4d4a083dd2596c908df697d61580158be7.tar.gz
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
-rw-r--r--doc/org.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 19bfd7f..1cc143f 100644
--- a/doc/org.texi
+++ b/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''.