From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: [bug?] Re: layout org-babel menu Date: Sat, 14 Apr 2012 12:21:19 -0400 Message-ID: <7282.1334420479@alphaville> 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> <87vcl2tp0a.fsf@gmx.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJ5j4-0005ri-3x for emacs-orgmode@gnu.org; Sat, 14 Apr 2012 12:21:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SJ5j2-00045v-0k for emacs-orgmode@gnu.org; Sat, 14 Apr 2012 12:21:25 -0400 Received: from g1t0026.austin.hp.com ([15.216.28.33]:19099) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SJ5j1-00045d-Ph for emacs-orgmode@gnu.org; Sat, 14 Apr 2012 12:21:23 -0400 In-Reply-To: Message from Eric Schulte of "Sat, 14 Apr 2012 09:35:33 EDT." <87vcl2tp0a.fsf@gmx.com> 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: Eric Schulte Cc: emacs-orgmode@gnu.org, Yagnesh Raghava Yakkala Eric Schulte wrote: > 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. > Confirmed. Nick > 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/ >