How to put the value of an Org property in the kill-ring? Aug 23, 2023 (org-entry-get nil "foo") (kill-new (org-entry-get nil "foo")) (kill-new (concat (org-entry-get nil "foo") "-baz"))