emacs-orgmode
[Top][All Lists]
Advanced

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

Re: Babel cached result active timestamps cause headline displayed in Or


From: Nicolas Goaziou
Subject: Re: Babel cached result active timestamps cause headline displayed in Org Agenda
Date: Tue, 12 May 2020 11:56:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Hello,

stardiviner <address@hidden> 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

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