emacs-orgmode
[Top][All Lists]
Advanced

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

org agenda bug — respect literal examples


From: Joe Corneli
Subject: org agenda bug — respect literal examples
Date: Sun, 28 Feb 2021 13:54:56 +0000

Org Agenda seems not to respect lines beginning with ":" or other
literal examples.

E.g., adding a line like this will populate the Org Agenda:

: (<%%(diary-float t 3 -1)> in org-mode)

Similarly for:

#+begin_src org
(<%%(diary-float t 3 -1)> in org-mode)
#+end_src

#+begin_src emacs-lisp
;; (<%%(diary-float t 3 -1)> in org-mode)
#+end_src

#+begin_src
(<%%(diary-float t 3 -1)> in org-mode)
#+end_src

AN EXCEPTION TO THE ABOVE

This information only shows up in the agenda if it falls below a heading
in the file, e.g.,

* Hello

: (<%%(diary-float t 3 -1)> in org-mode)

#+begin_src org
(<%%(diary-float t 3 -1)> in org-mode)
#+end_src

#+begin_src emacs-lisp
;; (<%%(diary-float t 3 -1)> in org-mode)
#+end_src

#+begin_src
(<%%(diary-float t 3 -1)> in org-mode)
#+end_src

Without the heading "* Hello", the data does *not* flow into the agenda.

-- 
Dr Joseph A. Corneli (https://github.com/holtzermann17)

HYPERREAL ENTERPRISES LTD is a private company limited by shares, incorporated
25th, June 2019 as Company Number 634284 on the Register of Companies for
Scotland (https://beta.companieshouse.gov.uk/company/SC634284).



reply via email to

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