emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG] results from org-prepare-dblock make clocktable unusable
@ 2024-09-07 19:06 Mark A. Hershberger
  2024-09-07 19:19 ` Mark A. Hershberger
  2024-09-09 18:20 ` Ihor Radchenko
  0 siblings, 2 replies; 6+ messages in thread
From: Mark A. Hershberger @ 2024-09-07 19:06 UTC (permalink / raw)
  To: emacs-orgmode


Buffer contains:

> #+BEGIN: clocktable :match tag
> #+END:

Hiting C-c C-c with point on #+BEGIN results in “Invalid match tag: tag”.

This is from the first line of code in org-tags-expand:
    (unless (org-string-nw-p match) (error "Invalid match tag: %S" match))

Tracking this down, the problem seems too be that org-prepare-dblock
produces a list of params that is the following:

    (:name "clocktable" :match tag)

Emacs  : GNU Emacs 31.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.16.0)
 of 2024-09-04
Package: Org mode version 9.7.10 (release_9.7.10 @ /home/mah/work/code/emacs-master/lisp/org/)

and running “/usr/bin/emacs -Q” on

Emacs  : GNU Emacs 29.4 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.16.0)
 of 2024-07-22, modified by Debian
Package: Org mode version 9.6.15 (release_9.6.15 @ /usr/share/emacs/29.4/lisp/org/)

-- 
http://hexmode.com/

Don't ask me who's influenced me. A lion is made up of the
lambs he's digested, and I've been reading all my life.
    -- Giorgos Seferis


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

end of thread, other threads:[~2024-09-15 18:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-07 19:06 [BUG] results from org-prepare-dblock make clocktable unusable Mark A. Hershberger
2024-09-07 19:19 ` Mark A. Hershberger
2024-09-09 18:20 ` Ihor Radchenko
2024-09-09 18:51   ` Mark A. Hershberger
2024-09-15 10:25     ` Ihor Radchenko
2024-09-15 18:43       ` Mark A. Hershberger

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