From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daimrod Subject: Re: org-contact Export Date: Tue, 29 Jul 2014 08:40:09 +0900 Message-ID: <87ha21jbmu.fsf@tanger.home> References: <871tt8u85e.fsf@quasar.esben-stien.name> <87k370lofg.fsf@tanger.home> <87bns9nrhv.fsf@quasar.esben-stien.name> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45190) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBuWi-0006v8-23 for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 19:40:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBuWc-0004cp-1h for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 19:40:19 -0400 Received: from mail-pa0-x22c.google.com ([2607:f8b0:400e:c03::22c]:43898) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBuWb-0004cL-Py for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 19:40:13 -0400 Received: by mail-pa0-f44.google.com with SMTP id eu11so11330343pac.17 for ; Mon, 28 Jul 2014 16:40:12 -0700 (PDT) In-Reply-To: <87bns9nrhv.fsf@quasar.esben-stien.name> (Esben Stien's message of "Mon, 28 Jul 2014 22:43:56 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Esben Stien writes: > Daimrod writes: > >> It wasn't possible, but it is now. I've slightly modified >> `org-contacts-export-as-vcard' so that it will prompt for a user name >> when called with a prefix argument. > > This is in git? Yes. >> The new function's behovior when called interactively is the following: >> 1. no prefix : do as before, export all contacts to >> `org-contacts-vcard-file'. >> 2. C-u : prompt for a contact name and use the contact at point if it >> exists, then export the matching contacts to >> `org-contacts-vcard-file'. >> 3. C-u C-u : same as 2. but prompt for a file name where to export >> instead of `org-contacts-vcard-file'. >> 4. C-u C-u C-u : same as 3. but prompt for a buffer name instead of a >> file name. > > How about export to kill-ring? Do you mean in the kill-ring instead of the buffer? or with another prefix level (C-u C-u C-u C-u)? -- Daimrod/Greg