From: Joe Corneli via "General discussions about Org-mode." <emacs-orgmode@gnu.org>
To: emacs-orgmode@gnu.org
Subject: org agenda bug — respect literal examples
Date: Sun, 28 Feb 2021 13:54:56 +0000 [thread overview]
Message-ID: <871rd0wb4f.fsf@Proteus> (raw)
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 other threads:[~2021-02-28 17:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871rd0wb4f.fsf@Proteus \
--to=emacs-orgmode@gnu.org \
--cc=joseph.corneli.orgmode@hyperreal.enterprises \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).