From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: problems with org-mode remember and VM Date: Mon, 22 Jun 2009 13:37:30 +0100 Message-ID: <19007.31498.836891.929828@pinto.chemeng.ucl.ac.uk> Reply-To: e.fraga@ucl.ac.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MIimX-0002vO-9W for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 08:37:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MIimS-0002un-Ld for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 08:37:53 -0400 Received: from [199.232.76.173] (port=40100 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIimS-0002uV-9S for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 08:37:48 -0400 Received: from vscani-e.ucl.ac.uk ([144.82.108.33]:56255) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MIimR-0002Lk-Sd for emacs-orgmode@gnu.org; Mon, 22 Jun 2009 08:37:48 -0400 From: Eric S Fraga 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: emacs-orgmode@gnu.org Hi! If I use org-remember from within a VM (emacs viewmail), I get an error (debug output attached) due to vm-folder-directory being nil. The variable is defined in org-vm.el but not initialised. The problem has existed for a long time; I've just forgotten to report it... I can avoid the problem by setting this variable but I guess this should work "out of the box"? cheers, eric