From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: D <d.williams@posteo.net>
Cc: emacs-orgmode@gnu.org
Subject: Re: Strangely recognized non-lists and non-headers.
Date: Sun, 02 Feb 2020 12:59:29 +0100 [thread overview]
Message-ID: <874kw9ci8u.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <bffbea3f-fbfc-1908-7249-8c083e859a1a@posteo.net> (D.'s message of "Sun, 2 Feb 2020 11:11:02 +0100")
Hello,
D <d.williams@posteo.net> writes:
> I use org-list-in-valid-context-p as a quick hack to check if what I am
> looking at is actually a list.
Long story short. Don't use this function, it is not correctly
implemented at the moment. The correct way to check if you're in a list
is something like:
(org-element-lineage (org-element-at-point) '(plain-list) t)
Regards,
--
Nicolas Goaziou
next prev parent reply other threads:[~2020-02-02 11:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-02 10:11 Strangely recognized non-lists and non-headers D
2020-02-02 11:59 ` Nicolas Goaziou [this message]
2020-02-02 13:33 ` D
2020-02-02 14:13 ` Nicolas Goaziou
2020-02-02 15:26 ` D
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=874kw9ci8u.fsf@nicolasgoaziou.fr \
--to=mail@nicolasgoaziou.fr \
--cc=d.williams@posteo.net \
--cc=emacs-orgmode@gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.