* org agenda bug — respect literal examples
@ 2021-02-28 13:54 Joe Corneli via General discussions about Org-mode.
0 siblings, 0 replies; only message in thread
From: Joe Corneli via General discussions about Org-mode. @ 2021-02-28 13:54 UTC (permalink / raw)
To: emacs-orgmode
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).
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-02-28 17:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-28 13:54 org agenda bug — respect literal examples Joe Corneli via General discussions about Org-mode.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).