From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: [bug?] Re: layout org-babel menu Date: Sat, 14 Apr 2012 09:35:33 -0400 Message-ID: <87vcl2tp0a.fsf@gmx.com> References: <87d388lo8f.fsf@gmail.com> <87pqc8acwy.fsf@gmx.com> <4F67458D.5090904@gmail.com> <87mx71mymu.fsf@gnu.org> <4F7D6125.40309@gmail.com> <87pqbm8i0t.fsf@gmx.com> <87bon4pm03.fsf@gmx.com> <87pqbfhwq0.fsf@gmx.com> <4F853242.3020600@gmail.com> <87iph64bev.fsf@gmx.com> <87d37bvm02.fsf@gmx.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJ510-0004QT-4b for emacs-orgmode@gnu.org; Sat, 14 Apr 2012 11:35:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SJ50y-0000Cn-23 for emacs-orgmode@gnu.org; Sat, 14 Apr 2012 11:35:53 -0400 Received: from mailout-us.gmx.com ([74.208.5.67]:42453 helo=mailout-us.mail.com) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SJ50x-0000Ci-Rv for emacs-orgmode@gnu.org; Sat, 14 Apr 2012 11:35:51 -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: Yagnesh Raghava Yakkala Cc: emacs-orgmode@gnu.org Yagnesh Raghava Yakkala writes: > Hello Eric, > > Eric Schulte writes: >> Hi, >> >> Thanks for your concern over the test suite. I believe the problem is >> that I've been trying to stick to the version of Org-mode included in >> the Emacs24 pre-test, which has changed my load path and means that the >> latest version of Org-mode and the test suite take extra care to load. >> >> Since both Rainer and myself have run this successfully I've just pushed >> it up to the main repo. Please let me know if it causes any problems. >> >> At some point in the next couple of weeks we should both flesh out the >> language-specific header argument variables and document this new >> auto-complete behavior (although I'm not sure where this documentation >> should live). >> >> Best, > > A possible bug coming from your commit. > > I have message-mode hooks defined as follows, > > (add-hook 'message-mode-hook 'turn-on-orgstruct++) > (add-hook 'message-mode-hook 'turn-on-orgtbl) > > pressing C-x m to compose new message., I am getting this debugger message > > ,---- > | debug(error (wrong-type-argument number-or-marker-p nil)) Hi Yagnesh, Thanks for posting this error. I've just pushed up a simple fix which should solve this problem. Best, > | > | org-babel-header-arg-expand() > | run-hook-with-args-until-success(org-babel-header-arg-expand) > | org-cycle((4)) org-set-startup-visibility() org-mode() > | org-get-local-variables() orgstruct-setup() orgstruct-mode(1) > | orgstruct++-mode(1) turn-on-orgstruct++() > | run-hooks(change-major-mode-after-body-hook text-mode-hook > | message-mode-hook) apply(run-hooks > | (change-major-mode-after-body-hook text-mode-hook > | message-mode-hook)) run-mode-hooks(message-mode-hook) > | message-mode() message-pop-to-buffer("*unsent mail*" nil) > | message-mail() gnus-summary-mail-other-window(nil) > | call-interactively(gnus-summary-mail-other-window) > | gnus-article-read-summary-keys(nil) > | call-interactively(gnus-article-read-summary-keys nil nil) > | > `---- > > Thanks., -- Eric Schulte http://cs.unm.edu/~eschulte/