From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Francesco Pizzolante" Subject: Re: [BUG] Entries from Org code blocks appear in agenda Date: Tue, 09 Sep 2014 11:35:57 +0200 Message-ID: <87iokxrv9e.fsf@somewhere.org> References: <87oauv7e34.fsf@somewhere.org> <87y4tznp8r.fsf@selenimh.mobile.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <87y4tznp8r.fsf-6L+WB3rwWSY7o+4O0k2oReFciLI1ps7f@public.gmane.org> (Nicolas Goaziou's message of "Thu, 04 Sep 2014 21:45:56 +0200") 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: Nicolas Goaziou Cc: mailing-list-org-mode , 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 that would require to use the parser in > "org-agenda.el" for a proper fix. > > Meanwhile, I wrote a workaround. Would you mind testing it (note: it > applies on maint, probably not on master without conflicts). Thanks for the patch. I just applied and tested it on org-plus-contrib-20140908 from Elpa but the workaround does not work as I can still see the erroneous headings appearing in the agenda. Regards, Francesco