emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [BUG] Entries from Org code blocks appear in agenda


From: Francesco Pizzolante
Subject: [O] [BUG] Entries from Org code blocks appear in agenda
Date: Thu, 04 Sep 2014 14:41:19 +0200
User-agent: Gnus/5.1299999999999999 (Gnus v5.13) Emacs/24.3 (cygwin)

Hi,

I noticed that entries from Org code blocks are erroneously displayed in
the agenda.

Here's a very simple Org example in order to reproduce it
(my-simple-test.org):

--8<---------------cut here---------------start------------->8---
* Test

#+BEGIN_SRC org
,SCHEDULED: <2014-09-04 Thu 10:00>
#+END_SRC
--8<---------------cut here---------------end--------------->8---

The minimal Emacs configuration used to reproduce the issue is
(my-simple-test.el):

--8<---------------cut here---------------start------------->8---
(setq org-agenda-files '("~/my-simple-test.org"))
--8<---------------cut here---------------end--------------->8---

And Emacs (my version is 24.3.1) is started with the following command:

--8<---------------cut here---------------start------------->8---
emacs -Q -l my-simple-test.el
--8<---------------cut here---------------end--------------->8---

If you run M-x org-agenda > a, you can see that the Test entry appears
in today's agenda, which is, of course, wrong (see issue here:
http://screencast.com/t/0bhud8qPxxj).

Regards,
 Francesco



reply via email to

[Prev in Thread] Current Thread [Next in Thread]