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

2014-09-09 Thread Francesco Pizzolante
Hi Nicolas, >> 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): >> >> * Test >> >> #+BEGIN_SRC org ,SCHEDULED: <2014-09-04 Thu 10:00> #+END_SRC > > This is a known bug

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

2014-09-04 Thread Nicolas Goaziou
Hello, "Francesco Pizzolante" writes: > 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): > > * Test > > #+BEGIN_SRC org ,SCHEDULED: <2014-09-04 Thu 10:00> #+END_SRC This i

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

2014-09-04 Thread Francesco Pizzolante
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> #+