* [org-babel] break when used with header in emacs 22.3
@ 2012-01-10 19:28 d.tchin
2012-01-10 19:54 ` Eric Schulte
0 siblings, 1 reply; 4+ messages in thread
From: d.tchin @ 2012-01-10 19:28 UTC (permalink / raw)
To: emacs-orgmode
Hi,
I would like to report a problem of evalation when org-babel is used with
emacs 22.3 on windows and recent org-mode 7.8.03.
I use the following code :
#+begin_src sh :results silent
ls
#+end_src
It breaks when a header is used.
When evaluated with C-c C-c, the following message appears :
matched: Wrong type argument: listp, 58
The configuration is the following :
Org-mode version 7.8.03
GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) of 2008-09-06 on SOFT-MJASON
Mark set
With the following version of emacs, it works :
GNU Emacs 23.3.1 (i386-mingw-nt5.1.2600) of 2011-03-10 on 3249CTO
Regards
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [org-babel] break when used with header in emacs 22.3
2012-01-10 19:28 [org-babel] break when used with header in emacs 22.3 d.tchin
@ 2012-01-10 19:54 ` Eric Schulte
2012-01-10 20:11 ` d.tchin
0 siblings, 1 reply; 4+ messages in thread
From: Eric Schulte @ 2012-01-10 19:54 UTC (permalink / raw)
To: d.tchin; +Cc: emacs-orgmode
d.tchin <d.tchin@voila.fr> writes:
> Hi,
>
> I would like to report a problem of evalation when org-babel is used with
> emacs 22.3 on windows and recent org-mode 7.8.03.
>
> I use the following code :
>
> #+begin_src sh :results silent
> ls
> #+end_src
>
> It breaks when a header is used.
>
> When evaluated with C-c C-c, the following message appears :
> matched: Wrong type argument: listp, 58
>
> The configuration is the following :
> Org-mode version 7.8.03
> GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) of 2008-09-06 on SOFT-MJASON
> Mark set
>
> With the following version of emacs, it works :
> GNU Emacs 23.3.1 (i386-mingw-nt5.1.2600) of 2011-03-10 on 3249CTO
>
> Regards
>
This same issue was raised recently on the mailing list and (I believe)
a patch has been pushed to the git repository. Would you mind checking
if the problem persists in the git head?
Thanks,
>
>
--
Eric Schulte
http://cs.unm.edu/~eschulte/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [org-babel] break when used with header in emacs 22.3
2012-01-10 19:54 ` Eric Schulte
@ 2012-01-10 20:11 ` d.tchin
2012-01-10 20:23 ` Bastien
0 siblings, 1 reply; 4+ messages in thread
From: d.tchin @ 2012-01-10 20:11 UTC (permalink / raw)
To: emacs-orgmode
Eric Schulte <eric.schulte <at> gmx.com> writes:
> This same issue was raised recently on the mailing list and (I believe)
> a patch has been pushed to the git repository. Would you mind checking
> if the problem persists in the git head?
>
I download org-latest.zip archive and test it. This version solves this
problem. I have a side effect : the agenda display doesn't work anymore.
I have the following message when I stroke C-c a a.
Press key for agenda command:
let*: Symbol's value as variable is void: diary-list-entries-hook
> Thanks,
>
> >
> >
>
Thanks
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [org-babel] break when used with header in emacs 22.3
2012-01-10 20:11 ` d.tchin
@ 2012-01-10 20:23 ` Bastien
0 siblings, 0 replies; 4+ messages in thread
From: Bastien @ 2012-01-10 20:23 UTC (permalink / raw)
To: d.tchin; +Cc: emacs-orgmode
d.tchin <d.tchin@voila.fr> writes:
> I have the following message when I stroke C-c a a.
> Press key for agenda command:
> let*: Symbol's value as variable is void: diary-list-entries-hook
Fixed in the git HEAD. Please download org-latest.zip in 24 hours
or use the git repo.
PS: the problem was that list-diary-entries-hook is obsolete in
recent version of Emacs and I did not create an alias from this
name to the new name `diary-list-entries-hook' because I thought
Emacs would take care of this.
--
Bastien
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-01-10 20:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-10 19:28 [org-babel] break when used with header in emacs 22.3 d.tchin
2012-01-10 19:54 ` Eric Schulte
2012-01-10 20:11 ` d.tchin
2012-01-10 20:23 ` Bastien
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).