emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Weird behavior of org-element-object-lex
@ 2022-10-19 19:23 Damien Cassou
  2022-10-20  5:27 ` Ihor Radchenko
  0 siblings, 1 reply; 7+ messages in thread
From: Damien Cassou @ 2022-10-19 19:23 UTC (permalink / raw)
  To: emacs-orgmode

Hi,

here is the beginning of `org-element-object-lex`:

  (defun org-element--object-lex (restriction)
    "Return next object in current buffer or nil.
  RESTRICTION is a list of object types, as symbols, that should be
  looked after.  This function assumes that the buffer is narrowed
  to an appropriate container (e.g., a paragraph)."
    (cond
     ((memq 'table-cell restriction) (org-element-table-cell-parser))
     ((memq 'citation-reference restriction)
      (org-element-citation-reference-parser))
     (t …)))

From what I understand, if `restriction` includes 'table-cell (or
'citation-reference), and if the content isn't a table-cell,
`org-element--object-lex` will immediately return nil without trying
other object types.

Is that a bug?


-- 
Damien Cassou

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-10-20 17:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-19 19:23 Weird behavior of org-element-object-lex Damien Cassou
2022-10-20  5:27 ` Ihor Radchenko
2022-10-20  6:00   ` Damien Cassou
2022-10-20  9:56     ` Ihor Radchenko
2022-10-20 13:41       ` Damien Cassou
2022-10-20 14:15         ` Damien Cassou
2022-10-20 16:50           ` Max Nikulin

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).