Thorsten Jolitz <tjol...@gmail.com> writes: >> > So if non-nil, it will be a list of tags, starting with the >> value of >> > org-archive-tag. AFAICT, the rest of the tags can be arbitrary. >> >> >> >> ** Second Level 2 :tag:my:ARCHIVE: >> >> >> ,------------------------------------------------ >> | :tags ("tag" "my") [...] :archivedp ("ARCHIVE") >> `------------------------------------------------ >> >> Change the order of the tags so that Archive comes before the others >> and you get: >> >> ** Second level 2 :ARCHIVE:tag:my: >> :tags ("tag" "my") :archivedp ("ARCHIVE" "tag" "my") > > A very useful feature of the `member' function in lisp programming, but > not that great in this case I would say ... why not use (car (member ...))? > Then its just a string, and the single value of interest.
Why? All that matters is whether it's nil or not. Nick