> Uwe Brauer writes: > Looks like the %(expr) escapes are evaluated in the *Capture* buffer, > not the buffer where you started the capture. You might have to do: > (defun my-extract-cc () > (interactive) > (with-current-buffer (org-capture-get :original-buffer) > (mail-decode-encoded-address-string > (gnus-fetch-original-field "cc")))) Thanks! That was the solution. Ha you saved my day!