Re: [O] [org-babel] break when used with header in emacs 22.3

2012-01-10 Thread Bastien
d.tchin 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-

Re: [O] [org-babel] break when used with header in emacs 22.3

2012-01-10 Thread d . tchin
Eric Schulte 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

Re: [O] [org-babel] break when used with header in emacs 22.3

2012-01-10 Thread Eric Schulte
d.tchin 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

[O] [org-babel] break when used with header in emacs 22.3

2012-01-10 Thread d . tchin
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 :