emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] About commit named "Allow multi-line properties to be specified


From: Christian Moe
Subject: Re: [O] About commit named "Allow multi-line properties to be specified in property blocks"
Date: Tue, 01 Nov 2011 18:48:01 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:5.0) Gecko/20110624 Thunderbird/5.0

On 11/1/11 5:58 PM, Eric Schulte wrote:

 so assuming "var" is an accumulating property, then

#+property: var foo=1
#+property: var bar=2

would result in `org-file-properties' having the following value

   (("var" . "foo=1 bar=1"))

Given this:

---


#+property: var foo=1
#+property: var bar=2

* Heading
  :PROPERTIES:
  :var: foo=3
  :END:


---

Would it result in (("var" . "foo=3 bar=2"))?

Yours,
Christian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]