[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] [bug?] Re: layout org-babel menu
From: |
Yagnesh Raghava Yakkala |
Subject: |
[O] [bug?] Re: layout org-babel menu |
Date: |
Sat, 14 Apr 2012 04:37:28 +0900 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) |
Hello Eric,
Eric Schulte <address@hidden> 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
- Re: [O] layout org-babel menu WAS: About org-babel menu, (continued)
- Re: [O] layout org-babel menu WAS: About org-babel menu, Bastien, 2012/04/06
- Re: [O] layout org-babel menu WAS: About org-babel menu, Thorsten, 2012/04/06
- Re: [O] layout org-babel menu WAS: About org-babel menu, Thomas S. Dye, 2012/04/06
- Re: [O] layout org-babel menu WAS: About org-babel menu, Eric Schulte, 2012/04/06
- Re: [O] layout org-babel menu WAS: About org-babel menu, Thomas S. Dye, 2012/04/08
- Re: [O] layout org-babel menu WAS: About org-babel menu, Eric Schulte, 2012/04/10
- Re: [O] layout org-babel menu WAS: About org-babel menu, Rainer M Krug, 2012/04/11
- Re: [O] layout org-babel menu WAS: About org-babel menu, Eric Schulte, 2012/04/11
- Re: [O] layout org-babel menu WAS: About org-babel menu, Thomas S. Dye, 2012/04/11
- Re: [O] layout org-babel menu WAS: About org-babel menu, Eric Schulte, 2012/04/13
- [O] [bug?] Re: layout org-babel menu,
Yagnesh Raghava Yakkala <=
- Re: [O] [bug?] Re: layout org-babel menu, Eric Schulte, 2012/04/14
- Re: [O] [bug?] Re: layout org-babel menu, Nick Dokos, 2012/04/14
- Re: [O] layout org-babel menu WAS: About org-babel menu, Rainer M Krug, 2012/04/10
- Re: [O] layout org-babel menu WAS: About org-babel menu, Bastien, 2012/04/10
- Re: [O] layout org-babel menu WAS: About org-babel menu, Rainer M Krug, 2012/04/11
- Re: [O] layout org-babel menu WAS: About org-babel menu, Yagnesh Raghava Yakkala, 2012/04/11
- Re: [O] layout org-babel menu WAS: About org-babel menu, Bastien, 2012/04/11
- Re: [O] layout org-babel menu WAS: About org-babel menu, Bastien, 2012/04/11
- Re: [O] layout org-babel menu WAS: About org-babel menu, Rainer M Krug, 2012/04/11
- Re: [O] layout org-babel menu WAS: About org-babel menu, Eric Schulte, 2012/04/11