From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Francesco Pizzolante" Subject: [BUG] Entries from Org code blocks appear in agenda Date: Thu, 04 Sep 2014 14:41:19 +0200 Message-ID: <87oauv7e34.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: mailing-list-org-mode 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