From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stelian Iancu Subject: Org from ELPA question Date: Thu, 24 Nov 2011 09:03:50 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTUI6-0008ML-Ms for emacs-orgmode@gnu.org; Thu, 24 Nov 2011 03:04:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTUI0-0002UW-LS for emacs-orgmode@gnu.org; Thu, 24 Nov 2011 03:04:18 -0500 Received: from mail-gx0-f169.google.com ([209.85.161.169]:60094) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTUI0-0002UQ-J4 for emacs-orgmode@gnu.org; Thu, 24 Nov 2011 03:04:12 -0500 Received: by ggnq1 with SMTP id q1so2803572ggn.0 for ; Thu, 24 Nov 2011 00:04:11 -0800 (PST) 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 Hi all, Org and Emacs newbie here. Using GNU Emacs 24.0.91.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2011-11-20 on bob.porkrind.org and Org from ELPA updated yesterday. I am encountering the problem with org-capture described here: http://article.gmane.org/gmane.emacs.orgmode/48584 After upgrading org yesterday, I can see that org-compat.el defines indeed the function org-pop-to-buffer-same-window. M-x locate-library tells me the following for org-compat: Library is file ~/.emacs.d/elpa/org-20111123/org-compat.elc So it seems that the correct one is seen. However, after require-ing org-compat, the function from above is still not known. Any ideas why? Thanks! S.