This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
swflint
/
org-mode-mirror
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
ad83f31318
Branches
Tags
clock-in-out-next-state
main
org-mode-mir...
/
testing
/
examples
/
property-inheritance.org
property-inheritance.org
548 B
Historique
Raw
overwriting a file-wide property
appending to a file-wide property
(+ foo bar)
(org-entry-get (point) "var" t)
overwriting a file-wide property
foo
(org-entry-get (point) "var" t)
appending to a file-wide property
(+ foo bar baz)
(org-entry-get (point) "var" t)