From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yagnesh Raghava Yakkala Subject: [bug?] Re: layout org-babel menu Date: Sat, 14 Apr 2012 04:37:28 +0900 Message-ID: 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]:57093) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SImJN-0006Fq-H2 for emacs-orgmode@gnu.org; Fri, 13 Apr 2012 15:37:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SImJL-00088I-OZ for emacs-orgmode@gnu.org; Fri, 13 Apr 2012 15:37:37 -0400 Received: from blu0-omc1-s37.blu0.hotmail.com ([65.55.116.48]:53449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SImJL-00087i-Ks for emacs-orgmode@gnu.org; Fri, 13 Apr 2012 15:37:35 -0400 In-Reply-To: <87d37bvm02.fsf@gmx.com> (Eric Schulte's message of "Fri, 13 Apr 2012 08:45:17 -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: Eric Schulte Cc: emacs-orgmode@gnu.org 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)) | 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., -- YYR