Hello,

stardiviner <numbch...@gmail.com> writes:

> For example an org file which is one of org-agenda-files contains this:
>
> #+begin_src org
> ,#+begin_src emacs-lisp
> org-babel-default-header-args:emacs-lisp
> ,#+end_src
>
> ,#+RESULTS[<2020-05-12 13:24:05> 808b4ccafd1eda0937f8a1dc6d9b569e297d38c6]:
> : ((:noweb . yes) (:results . value) (:lexical . no))
>
> #+end_src
>
> It will cause this headline entry displays in Org Agenda.
>
> I want Org to display active timestamp entries. But not cached result entries.
>
> This problem seems hard to decide. Does anyone has good solution?

I think we can simply remove the angle brackets from the hash.

  #+RESULTS[2020-05-12 13:24:05 808b4ccafd1eda0937f8a1dc6d9b569e297d38c6]:

This should solve the problem. WDYT?

Regards,

-- 
Nicolas Goaziou

Reply via email to