From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: org-capture - org-vm store link requires buffer file not always present [7.4] Date: Sat, 12 Feb 2011 19:40:25 +0100 Message-ID: <87aai1hzae.fsf@gnu.org> References: <41zqc6bp2l518n.fsf@mq.edu.au> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=37959 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoKOO-0001XL-Cj for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 13:40:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PoKOL-0002m0-MF for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 13:40:24 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:49712) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PoKOL-0002le-El for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 13:40:21 -0500 Received: by fxm12 with SMTP id 12so4046166fxm.0 for ; Sat, 12 Feb 2011 10:40:20 -0800 (PST) In-Reply-To: <41zqc6bp2l518n.fsf@mq.edu.au> (Arik Mitschang's message of "Wed, 09 Feb 2011 14:35:20 +1100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Arik Mitschang Cc: emacs-orgmode@gnu.org Hi Arik, Arik Mitschang writes: > In VM if you have created a virtual folder, the buffer is not associated > with any file. However, during org-capture a function called > org-vm-store-link requires that the buffer (the vm folder in this case) > be associated with a file causing a type-mismatch error. I can fix the > problem with the following patch: I've now impemented a slightly different solution - please test and report any problem. Thanks for proposing the patch, -- Bastien