From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Bug: org-capture Does not take user to any new buffer Date: Tue, 05 Jun 2012 13:45:57 -0400 Message-ID: <4263.1338918357@alphaville> References: <1414.1338868583@alphaville> <3175.1338910540@alphaville> <3362.1338911751@alphaville> <3893.1338915692@alphaville> Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:59882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbxpW-0008J2-9d for emacs-orgmode@gnu.org; Tue, 05 Jun 2012 13:46:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SbxpP-0006EE-Vu for emacs-orgmode@gnu.org; Tue, 05 Jun 2012 13:46:05 -0400 Received: from g6t0184.atlanta.hp.com ([15.193.32.61]:17045) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbxpP-0006E8-QW for emacs-orgmode@gnu.org; Tue, 05 Jun 2012 13:45:59 -0400 In-Reply-To: Message from Mike Fitzgerald of "Tue\, 05 Jun 2012 12\:22\:22 CDT." 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: Mike Fitzgerald Cc: emacs-orgmode@gnu.org Mike Fitzgerald wrote: > Setup > -I performed my org-mode update by downloading org-7.8.11.zip from orgmode.org? or somewhere else? > Then extracting using something like > =C2=A0=C2=A0 rt click, "extract here" >=20 > I also ran a defun that I found on wiki pages with the subject > "Compiling without make" >=20 On which wiki page? What is the complete code? > (defun my/compile-org(&optional directory) > =C2=A0 "Compile all *.el files that come with org-mode." > =C2=A0 (interactive) > .... Clean up all the .elc files and don't do that: try to run without compiling. I suspect (without any evidence to back up my suspicion) that this is a half-assed step that messes up the install somehow. >=20 > RUN Result > Without restarting Emacs I run > m-: (load-library "org-macs") > followed by org-capture > Result: > -Behavior was exactly the same bug we have been discussing (did not chang= e). >=20 What does C-h f org-called-interactively-p RET say? I'm worried about the fact that org-called-interactively-p is a macro and t= hat the compilation you are doing is not quite kosher and somehow interacts bad= ly with the macro-ness. Nick