|
From: Tassilo Horn <tassilo <at> member.fsf.org>
Subject: Re: org-capture question/suggestion Newsgroups: gmane.emacs.orgmode Date: 2010-06-23 12:53:42 GMT (1 year, 47 weeks, 4 days, 19 hours and 28 minutes ago) Sébastien Vauban <wxhgmqzgwmuf <at> spammotel.com> writes: Hi Sébastien, > Just for me to understand, what would you expect when you say that > properties should be appended? > > - multiple creation dates? > - multiple links? Hm, good question. I use properties as a kind of metadata hashtable, so I'd expect that existing properties get overridden and new properties get appended to an already existing properties block. But appending to the existing value might also be nice in some situations... In any way, I'm against creating many equally named properties for an entry, because although `org-entry-properties' states that keys (property names) may occur many times, `org-entry-get' returns only the value of the first, right? > Maybe, even, you would want different behaviors for the different > properties? > > - creation dates not "append-able": the first one is kept? > - links appended in sequence? Rename :created: to :edited: and then it's appendable, too. |
|