From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Thum Subject: Bug or not? vCard export problem Date: Sat, 27 Oct 2012 18:48:40 +0200 Message-ID: <508C1068.6060300@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TS9Yx-0002re-P5 for emacs-orgmode@gnu.org; Sat, 27 Oct 2012 12:48:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TS9Yw-0007FQ-U9 for emacs-orgmode@gnu.org; Sat, 27 Oct 2012 12:48:43 -0400 Received: from mailout-de.gmx.net ([213.165.64.22]:55585) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TS9Yw-0007FK-Jq for emacs-orgmode@gnu.org; Sat, 27 Oct 2012 12:48:42 -0400 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 Hi all, I'm currently setting up org for more automatic syncing. One of the tings I'm testing is auto-regenerating a vCard list of my org-contacts content on update: emacs -f org-contacts-export-as-vcard This does not work. However if I load some org file: emacs whatnot.org -f org-contacts-export-as-vcard things get rolling. I'm not sure it's a bug, and the workaround seems easy enough if superfluous. Just wanted to let you know in case this is intended to actually work. If someone knows a better solution please speak up. Cheers, Simon